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:
[
  "ca27586e-bb9c-4c9b-bf35-0609c05abf1f",
  "f45f1b12-694c-4418-a9b3-945c6406755a"
]

text/html

Sample:
["ca27586e-bb9c-4c9b-bf35-0609c05abf1f","f45f1b12-694c-4418-a9b3-945c6406755a"]

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.