Relesys API Docs

v1

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

Content

Update Content
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1/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":"06a76c65-0326-49a9-a2c9-f5878d8641ce","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["01c4db9b-f80c-4aaf-8562-94866364a82e"],"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":"f3e0cec6-e364-4bdc-9e5a-2b07ccae55cd","url":null,"userId":"29b9f760-80f2-4181-adc6-259609fa2811","userUrl":null,"categoryId":"798a19ab-daa5-48c2-be73-8ccc413c0dcb","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-12-13T06:10:56.589201+00:00","lastModifiedDateTime":"2025-12-14T02:10:56.589201+00:00","availableFrom":"2025-12-14T06:10:56","startDateTimeZone":null,"availableUntil":"2025-12-15T06:10:56","endDateTimeZone":null,"medias":[{"id":"38062c3d-aa77-41ce-91c3-13019cb98e51","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"5f716b73-cd5e-4b57-a69d-ac901f46e513","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"a06f48d1-4b55-4d0f-b999-df3785864754","url":null},{"type":"Department","name":"Department name example","id":"06989c9f-25af-4f3d-9e0d-afa7ef8789bb","url":null},{"type":"User group","name":"User group name example","id":"b7f552a2-775e-47d3-be2c-95c8e4a1fc19","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":"01fe7a57-3466-4d6d-85a9-8b0b1ea25b4f"}],"userGroups":[{"url":null,"name":"User group name example","id":"d6b618e9-91bb-435a-97af-336f7cdd9444"}],"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