Relesys API Docs

v1.4

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

Content

Update Content
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.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":"7cb23280-2456-4d0a-a5f9-1fae73a99d95","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["df0fd354-3ad3-4469-ad2c-646fe1607f7c"],"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":"e1987bbf-6fd5-4fd0-8f2e-9fbba51f38a9","url":null,"userId":"2f509c54-3ec0-4dec-8f39-773155937270","userUrl":null,"categoryId":"abba8613-afed-4149-b4d5-886ded5b7bb4","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-07-11T19:33:54.857774+00:00","lastModifiedDateTime":"2026-07-12T15:33:54.857774+00:00","availableFrom":"2026-07-12T19:33:54","startDateTimeZone":null,"availableUntil":"2026-07-13T19:33:54","endDateTimeZone":null,"medias":[{"id":"1ab9c2ab-cf9e-4558-a1d2-a1b5759b5741","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"15e0f0cf-6e91-4925-abde-d283cc06b604","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"4bcdd4df-2ae3-439c-ae9d-83fd1aeca640","url":null},{"type":"Department","name":"Department name example","id":"aa35c467-4a4d-4c2a-8fca-84802c42598c","url":null},{"type":"User group","name":"User group name example","id":"2f1087d2-558b-4523-8381-6026fd13a06f","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":"35992a8e-64b1-499e-8621-0e99ec2e6037"}],"userGroups":[{"url":null,"name":"User group name example","id":"d7413bc8-ecaf-4842-9e1e-376df6d22b41"}],"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