Relesys API Docs

v1.3

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

Content

Update Content
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.3/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":"bc7c4a30-e275-4fb3-9477-260abd472aed","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["d058f560-8dbe-475d-b66d-0c6e9486096b"],"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":"f0f401d3-9454-4b1a-aebc-f7dd7e2f9699","url":null,"userId":"f3314e24-eaee-4865-ac42-b31784a24d49","userUrl":null,"categoryId":"662c2e45-9add-48ba-a486-43b69b4c7b5a","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-05T13:15:51.4084186+00:00","lastModifiedDateTime":"2026-01-06T09:15:51.4084186+00:00","availableFrom":"2026-01-06T13:15:51","startDateTimeZone":null,"availableUntil":"2026-01-07T13:15:51","endDateTimeZone":null,"medias":[{"id":"c0a60b5c-0506-4063-a2aa-215ccfa94f8c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"6a6ce05a-cba5-405c-8aeb-47bf2a5da97e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"65e0015e-a0e1-4b42-9ef3-15a4bfb11a79","url":null},{"type":"Department","name":"Department name example","id":"b37644d7-377c-4716-af31-021ad71f1a0f","url":null},{"type":"User group","name":"User group name example","id":"9a35869b-4d6f-479d-885a-05fbccb6a6c2","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":"fee250cf-44b0-430c-aa95-77cc5b245b36"}],"userGroups":[{"url":null,"name":"User group name example","id":"4e1d05f6-d5d8-4bf6-9c7a-259d91754c4a"}],"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