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:
[
  "434c3431-f392-436c-8e5e-7d0a15e3582c",
  "3a0e80f3-fb4d-4595-afb5-1440687deebb"
]

text/html

Sample:
["434c3431-f392-436c-8e5e-7d0a15e3582c","3a0e80f3-fb4d-4595-afb5-1440687deebb"]

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.