Content
Change Content Status
PUT
/contentmodules/{moduleId}/content/{contentId}/status
https://api.relesysapp.net/api/v1.1/contentmodules/{moduleId}/content/{contentId}/status
Update the status of a content with
status:
"Published" or "Unpublished"
contentId in a module with moduleIdstatus:
"Published" or "Unpublished"
Scopes: relesys.api, relesys.api:write, relesys.api.content, relesys.api.content:write
URL Path
| moduleId | string / guid | The module's unique identifier | required | |
| contentId | string / guid | The content's unique identifier | required |
Request Body
application/json| object | ||||
| status | string |
Possible values:
Published Unpublished |
required | |
Responses
application/json
There is no body for this response