Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Content

Update Content
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.uat.relesystest.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":"3af9f00f-7651-41b4-a9a6-2571e983f723","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["a04b306f-96ff-492b-a8e4-3a623950f08e"],"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":"2a9ecbe9-8e01-499c-a897-b12b93b34269","url":null,"userId":"11c64ef5-d0db-47de-8ad1-61e0ccfef5c9","userUrl":null,"categoryId":"44298e23-3d6a-423f-b897-0dd364b1ac75","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-06-22T17:39:04.1705419+00:00","lastModifiedDateTime":"2026-06-23T13:39:04.1705419+00:00","availableFrom":"2026-06-23T17:39:04","startDateTimeZone":null,"availableUntil":"2026-06-24T17:39:04","endDateTimeZone":null,"medias":[{"id":"05f233e6-8506-41f7-a4fd-4180ea7e1c14","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"395304b4-a7b1-4d67-ac7d-a105bfe83d64","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"630a6d99-aee7-4562-a5b4-65782283ac6f","url":null},{"type":"Department","name":"Department name example","id":"67511967-4890-42e8-902b-63b9bd9a2ff1","url":null},{"type":"User group","name":"User group name example","id":"bd317817-d12b-4ec5-9422-ced216b47c5e","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":"39d368f7-bb92-4e67-a943-e99ba26a1192"}],"userGroups":[{"url":null,"name":"User group name example","id":"0da23db2-3be1-4b85-a111-b0bf70224f0b"}],"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