PUT api/assets/{assetId}/suspend/{suspended}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetId

globally unique identifier

Required

suspended

boolean

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "2fd32cd9-e728-4239-98c2-d6404f9fb9de",
  "2eb71717-e815-410e-a620-baedc4b81b41"
]

text/html

Sample:
["2fd32cd9-e728-4239-98c2-d6404f9fb9de","2eb71717-e815-410e-a620-baedc4b81b41"]

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.