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":"1056fd22-bdb4-4882-b873-01fe012fba7d","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["ee229a31-9e52-4ee7-a033-1fe9fe3749b9"],"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":"66657e7b-e4dc-4093-9b07-8a0a71feded0","url":null,"userId":"c4474f40-86cf-45ff-91c2-f943832b769c","userUrl":null,"categoryId":"49cc2ca4-e470-4f72-89a8-885f2fae5a44","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-06-22T16:12:55.6028585+00:00","lastModifiedDateTime":"2026-06-23T12:12:55.6028585+00:00","availableFrom":"2026-06-23T16:12:55","startDateTimeZone":null,"availableUntil":"2026-06-24T16:12:55","endDateTimeZone":null,"medias":[{"id":"ab971a91-3567-4f9a-8879-e04d3c8c84ba","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"1ac35998-43e5-453d-b19d-9b3013c933e6","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"c0494d3c-ce5e-4051-b844-71c776135a35","url":null},{"type":"Department","name":"Department name example","id":"221867e8-a38d-48fb-ac60-25192407bb46","url":null},{"type":"User group","name":"User group name example","id":"7d08fe28-7a04-4701-acb7-2d880c8c7a81","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":"b5feaaec-ebba-4814-a960-8f9c9ebd3dc7"}],"userGroups":[{"url":null,"name":"User group name example","id":"06a6f1c3-a4b4-4b5c-8061-ce3240620ab1"}],"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