Update the status of a content item.
PUT /api/v1/content/b730f9d1-ae9c-400a-b9cd-6530897d2a31/status HTTP/1.1
Authorization: Bearer ...
Content-Type: application/json
{
"status": "suspended"
}
----------------------------------------
HTTP/1.1 204 No ContentAuthentication is required, and access is restricted to admins only.
| Name | Description | Value |
|---|---|---|
| contentId | the ID of the content as a GUID with dashes | string |
| Name | Description | Value |
|---|---|---|
| status | the new status | one of:
|
Successful responses are code 204. Error responses are standard.
NONE