Relesys API Docs

v1.1

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

Content

Update Content
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.net/api/v1.1/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":"82d1d464-fc56-4a6d-8ba3-a8f5c5f7bb18","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["65056097-b9f6-418a-9bbe-d379696c7239"],"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":"eb4a6ed5-9502-4224-8e46-ded36c2a3ce9","url":null,"userId":"d275de95-7ed4-43a6-b140-87cc31d32423","userUrl":null,"categoryId":"a7d5ecd1-b401-4b3e-bdaa-dcc48587915d","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-02-19T20:54:47.6361639+00:00","lastModifiedDateTime":"2026-02-20T16:54:47.6361639+00:00","availableFrom":"2026-02-20T20:54:47","startDateTimeZone":null,"availableUntil":"2026-02-21T20:54:47","endDateTimeZone":null,"medias":[{"id":"5872d0c0-267d-46df-ac3f-fcdfcd5ce5de","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"cf1e4518-dd4e-4bd8-8c35-ff99ec08dbbf","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"101c62da-737b-4bd4-91a4-39372c5a33ab","url":null},{"type":"Department","name":"Department name example","id":"10375713-ac5f-41cb-9161-7f0c587bf9bb","url":null},{"type":"User group","name":"User group name example","id":"e3bb82bb-04a0-4f4b-9a59-9ef6c7ece9fa","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":"9bcb7d40-6798-40c7-946d-9c80efc007e7"}],"userGroups":[{"url":null,"name":"User group name example","id":"ed41ff4e-79da-494c-a090-defbb3268bbb"}],"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