Relesys API Docs

v1.4

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

Content

Update Content
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.4/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":"2f32b473-2e16-4ac1-8441-f8833e74a056","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["37f1f7c9-c22e-43ea-951d-4d602814c3e6"],"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":"37eb8583-b834-4e7e-85fa-ec2fe926869e","url":null,"userId":"60edc682-5682-4111-b688-22c5da8d161f","userUrl":null,"categoryId":"cb33fcd0-937e-4c31-b98f-024b4414eae4","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-07-11T18:09:07.2225497+00:00","lastModifiedDateTime":"2026-07-12T14:09:07.2225497+00:00","availableFrom":"2026-07-12T18:09:07","startDateTimeZone":null,"availableUntil":"2026-07-13T18:09:07","endDateTimeZone":null,"medias":[{"id":"b6a269ca-5dad-4942-8ea9-16dc0bc8803b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"019998aa-b166-4008-9764-4cfa43dbfe2d","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"cd5f74ba-5e5e-42df-9154-c4ecf48dd51c","url":null},{"type":"Department","name":"Department name example","id":"e8948457-8363-49e7-a258-eb2a81c32c26","url":null},{"type":"User group","name":"User group name example","id":"9c3a5f86-c2cc-4172-84e3-3057d00f33f5","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":"012b24e1-b3f5-44af-878f-5f67128071bd"}],"userGroups":[{"url":null,"name":"User group name example","id":"4f0bbfaf-deea-4e44-a20f-489561adf43b"}],"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