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":"afc8219f-8559-462f-ad6a-7c2e2a0cdb41","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["d86363cf-79b4-4870-9e1a-39577fa44d05"],"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":"0064815c-cce4-4326-8a48-090660f6b4e1","url":null,"userId":"934a8da1-d819-4173-a541-ceb3a2075d53","userUrl":null,"categoryId":"8edb4394-169d-4a17-9413-531bdfe08073","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-05-09T16:49:25.8754774+00:00","lastModifiedDateTime":"2026-05-10T12:49:25.8754774+00:00","availableFrom":"2026-05-10T16:49:25","startDateTimeZone":null,"availableUntil":"2026-05-11T16:49:25","endDateTimeZone":null,"medias":[{"id":"7a632654-83ed-46d4-9d3b-14a677882008","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"f32e981d-7bfe-46d7-82c4-9fc4e73f3511","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"8e4b4854-6b74-48f4-bf95-3796ec83cbe3","url":null},{"type":"Department","name":"Department name example","id":"109d1097-81f8-428e-9c3e-41949f987fee","url":null},{"type":"User group","name":"User group name example","id":"18d10b1a-2fd5-487a-972d-cb07b2aeb446","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":"b860cb69-118b-44e1-ad69-c0634152814d"}],"userGroups":[{"url":null,"name":"User group name example","id":"1c404d0f-fdbf-46a9-9623-2ff64372cbe5"}],"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