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:
[
  "c3c955ae-0826-4e23-aecc-adb97cf28833",
  "4e66c0bb-b049-4fb3-b69b-9f596e3dc5ec"
]

text/html

Sample:
["c3c955ae-0826-4e23-aecc-adb97cf28833","4e66c0bb-b049-4fb3-b69b-9f596e3dc5ec"]

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.