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":"4636d1ed-e39d-437a-9634-125abb4bac5f","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["312943d6-512e-4ebd-b616-1a3471b64e5c"],"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":"6878065c-d294-4bb5-8833-dc66eb4ad75b","url":null,"userId":"b0b170c5-c060-473a-90cd-878f72870238","userUrl":null,"categoryId":"07a9b70d-f73d-43e8-9cbf-f81329a904ac","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-08-30T03:23:54.5421413+00:00","lastModifiedDateTime":"2026-08-30T23:23:54.5421413+00:00","availableFrom":"2026-08-31T03:23:54","startDateTimeZone":null,"availableUntil":"2026-09-01T03:23:54","endDateTimeZone":null,"medias":[{"id":"608362e6-e867-48e9-930a-46e0c659be3e","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"0d41f551-8b05-460a-af3a-04cfe1090444","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"4bf3e0ed-cae2-46a6-9bbd-b61489a0fcde","url":null},{"type":"Department","name":"Department name example","id":"f66793ca-04c5-4970-bbe2-902c83b9c187","url":null},{"type":"User group","name":"User group name example","id":"869f4d21-094b-4717-9a20-f0312a040095","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":"67a95d1f-ece0-4f45-8ac4-05724c52ea3f"}],"userGroups":[{"url":null,"name":"User group name example","id":"d98a3eef-0619-442e-96d2-c04e0079fae7"}],"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