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":"53e706a5-6f9d-4916-9ea2-20150309e6ae","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["ea77e03e-8a32-45f5-8796-5214ec604fa0"],"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":"fe66dee8-4a45-4d2f-8588-dac56fe1940d","url":null,"userId":"c14c7199-8c0b-481e-8bcd-8283fa7d558b","userUrl":null,"categoryId":"16d2e603-fbd4-43e6-ac1f-8d51955f56b9","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-09-10T21:59:23.1895114+00:00","lastModifiedDateTime":"2025-09-11T17:59:23.1895114+00:00","availableFrom":"2025-09-11T21:59:23","startDateTimeZone":null,"availableUntil":"2025-09-12T21:59:23","endDateTimeZone":null,"medias":[{"id":"ffa06a6f-a24c-4d41-9d32-d32779afc66c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"66a94a6e-0480-4a8a-bc17-004576fcd41a","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"3630a17b-8a27-40d3-85bf-6661e3892049","url":null},{"type":"Department","name":"Department name example","id":"e97eea97-f43e-4104-8660-b954e20443e1","url":null},{"type":"User group","name":"User group name example","id":"c7afce10-63a1-4869-b539-f055ca0a0e0b","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":"4b0977c5-d949-44b4-a8b3-41df78ae7cf8"}],"userGroups":[{"url":null,"name":"User group name example","id":"35bf1b9a-1c19-4ac2-aaf1-106c131be634"}],"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