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:
[
  "cb554827-0169-4780-b37d-bdb5cdc3519c",
  "aa7a5d35-c8ea-4fbe-9795-5b0441e6f3be"
]

text/html

Sample:
["cb554827-0169-4780-b37d-bdb5cdc3519c","aa7a5d35-c8ea-4fbe-9795-5b0441e6f3be"]

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.