Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Content

Update Content
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.1/contentmodules/{moduleId}/content/{contentId}
Update a content post with 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

bodyText in locales must be provided using Markdown syntax.
For more information on permissions, notifications and Markdown syntax 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+json
JSON
[{"value":"b045bb89-e903-4e5a-ac89-3afeb0e2cdb3","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["8f38aa6e-47df-4f28-b5e7-4de4095b6423"],"path":"/mediaIds","op":"replace"},{"value":[{"userGroups":[],"departments":[],"requireAllUserGroups":false}],"path":"/permissions","op":"replace"},{"value":{"sendNotification":false,"sendPushNotification":false,"forceInstantPush":false},"path":"/notifications","op":"replace"}]
array[object]
  from string optional
  op string optional
  path string optional
  value object optional
Responses
application/json
JSON
{"data":{"id":"13606acc-de9a-4e5a-9ad8-45b231bccc93","url":null,"userId":"085553b1-616c-4e66-a8bc-0ac5123d80eb","userUrl":null,"categoryId":"651f6e5f-1409-4e60-b4f7-3d284f996374","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-08-01T07:40:39.7852582+00:00","lastModifiedDateTime":"2026-08-02T03:40:39.7852582+00:00","availableFrom":"2026-08-02T07:40:39","startDateTimeZone":null,"availableUntil":"2026-08-03T07:40:39","endDateTimeZone":null,"medias":[{"id":"d5b6babd-a0f9-4f17-a6db-da96106ff241","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"364fdcee-c682-42a8-ba4b-4bee379b908f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"ff83db39-d70f-4caa-a88c-edd5a23ecd08","url":null},{"type":"Department","name":"Department name example","id":"445235c9-58bf-4615-962a-3d4c4ca6c749","url":null},{"type":"User group","name":"User group name example","id":"9ec4204f-3cb6-4ac7-b86a-e5fbc831c4a6","url":null}],"locales":[{"culture":"en-GB","title":"Example title 1","bodyText":"<p>Example body text 1</p>"}],"permissions":[{"departments":[{"url":null,"name":"Department name example","id":"a0d31743-849f-4f46-a53d-0f1e15955847"}],"userGroups":[{"url":null,"name":"User group name example","id":"7befc68e-fb33-44dc-b7a7-b7ee3616b8d5"}],"requireAllUserGroups":false}]}}
object
  data object      
   availableFrom string      
   availableUntil string      
   categoryId string / guid      
   categoryUrl string      
   creationDateTime datetimeoffset      
   endDateTimeZone string      
   featureMediaDownloadUrl string      
   featureMediaId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    bodyText string      
    culture string      
    title string      
   medias array[object]      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   mentions array[object]      
    id string / guid      
    name string      
    type string      
    url string      
   permissions array[object]      
    departments array[object]      
     id string / guid      
     name string      
     url string      
    requireAllUserGroups boolean      
    userGroups array[object]      
     id string / guid      
     name string      
     url string      
   sortOrder integer      
   startDateTimeZone string      
   status string      
   url string      
   userId string / guid      
   userUrl string