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":"5681ef02-5d45-4560-ab71-24759639e566","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["923792b6-e245-4115-86b4-d9cc82cc0759"],"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":"0ab32945-8125-4458-aa71-7e4704ab3bce","url":null,"userId":"e2865595-66e5-4b4b-b7ae-d28b3f70bd3f","userUrl":null,"categoryId":"5290d417-3bcf-476f-bf17-5e5f0e111fb8","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-08-09T14:01:40.0294566+00:00","lastModifiedDateTime":"2026-08-10T10:01:40.0294566+00:00","availableFrom":"2026-08-10T14:01:40","startDateTimeZone":null,"availableUntil":"2026-08-11T14:01:40","endDateTimeZone":null,"medias":[{"id":"e45e1b79-f67f-46fa-87f9-a369a4d0f024","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"9ffef6ef-9acb-4aff-b18c-6f927b504d65","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"b6da4aa0-ce50-439b-9fb7-e5d9d5195525","url":null},{"type":"Department","name":"Department name example","id":"8c922151-30fb-4a57-95b4-db0a915d0d55","url":null},{"type":"User group","name":"User group name example","id":"5a776846-7136-4fb6-ba24-1739db21aa78","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":"026c86b3-8cc6-4ed2-b4af-ffaafb4557b2"}],"userGroups":[{"url":null,"name":"User group name example","id":"70b915cb-6019-4c7b-aeb0-b4de19534e60"}],"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