Relesys API Docs

v1.3

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

Content

Update
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.relesystest.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":"50bb300a-972e-4f4f-8251-d1d5cbe62566","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["504d9647-f72c-4ede-be52-ccb334bac6e1"],"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":"2582836b-b647-4962-ba31-5dba4a8f713d","url":null,"userId":"9d671131-aa17-4ffb-b749-7a587f2aa3f1","userUrl":null,"categoryId":"e33146ea-4d36-4726-815c-772b54dc9dcc","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-14T14:59:47.6182845+00:00","lastModifiedDateTime":"2026-01-15T10:59:47.6182845+00:00","availableFrom":"2026-01-15T14:59:47","startDateTimeZone":null,"availableUntil":"2026-01-16T14:59:47","endDateTimeZone":null,"medias":[{"id":"e253a17a-7315-4d2c-9acd-aef90af328ab","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"dda22c70-3c35-4c55-a20c-437ff066cd81","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"0feea815-e3b9-49c3-b739-10d9a5216e34","url":null},{"type":"Department","name":"Department name example","id":"f9922c39-d671-4368-8f73-f05ef44af20b","url":null},{"type":"User group","name":"User group name example","id":"eae0b34c-6e83-4dc9-bf55-a869cec65c70","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":"598662b9-684e-439e-9c68-acf50cdac86e"}],"userGroups":[{"url":null,"name":"User group name example","id":"6620341e-f683-4f29-9f82-d32007e15c1f"}],"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