Relesys API Docs

v1.3

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

Content

Update Content
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.3/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":"a05cd790-e703-4730-a7c1-4ae0d14394b6","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["365a6b65-91f1-4b4c-ae6b-b4d5fdef20c3"],"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":"be58aa4f-650c-4fe0-9440-66a2d1fc6f27","url":null,"userId":"8d05a992-62c8-459c-b49f-85808e85cde5","userUrl":null,"categoryId":"99e9e720-1f49-429d-9aec-77d30b0df1e2","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-11-26T00:47:53.7813409+00:00","lastModifiedDateTime":"2025-11-26T20:47:53.7813409+00:00","availableFrom":"2025-11-27T00:47:53","startDateTimeZone":null,"availableUntil":"2025-11-28T00:47:53","endDateTimeZone":null,"medias":[{"id":"c3cb32b7-b98c-4ace-89c4-e49b3e2ccb0b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"dbbe2335-78e9-4cba-913d-d7d35698e9f2","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"32e94f11-29d2-44d5-8cfb-d6500e234e2e","url":null},{"type":"Department","name":"Department name example","id":"83923634-b41a-4e4e-82d0-84ed4e858895","url":null},{"type":"User group","name":"User group name example","id":"ff059fbd-bb53-4bd8-8fd1-e4858e842f0b","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":"64782270-d312-44af-a460-c2146bf2504e"}],"userGroups":[{"url":null,"name":"User group name example","id":"60cd80fc-a370-43f1-b1c9-1e4e4f19a9b3"}],"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