Content
Update Content
PATCH
/contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.3/contentmodules/{moduleId}/content/{contentId}
Update a content post with
Accepts a JsonPatch request in the body and replaces provided fields.
The following fields are allowed to be updated:
For more information on permissions and notifications visit their respective concept pages.
contentId
in a module with moduleId
.Accepts a JsonPatch request in the body and replaces provided fields.
The following fields are allowed to be updated:
categoryId
, locales
, mediaIds
, permissions
, and notifications
For more information on permissions and notifications visit their respective concept pages.
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-patch+jsonarray[object] | ||||
from | string | optional | ||
op | string | optional | ||
path | string | optional | ||
value | object | optional |