Relesys API Docs

v1.3

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

Content

Update Content
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.relesysapp.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":"a4cf65e7-017a-41aa-8972-77fdbc9847ac","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["142950bd-cde2-43c0-b8a7-180391af92d0"],"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":"9da760be-a076-4781-a343-950e736f2b3f","url":null,"userId":"997d2854-0236-41a3-abca-2e7009f9a122","userUrl":null,"categoryId":"55c2c4f1-404e-40d5-9107-b397853372b0","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-03-09T23:44:59.1682894+00:00","lastModifiedDateTime":"2026-03-10T19:44:59.1682894+00:00","availableFrom":"2026-03-10T23:44:59","startDateTimeZone":null,"availableUntil":"2026-03-11T23:44:59","endDateTimeZone":null,"medias":[{"id":"753b8530-c181-4bfc-8add-c311edad029a","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"b0c05a05-34e2-4ed3-b9ae-71e63862701e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"24d187cf-ff30-49f5-a2e5-78a3c0affacf","url":null},{"type":"Department","name":"Department name example","id":"660cd653-fd2b-4148-b34c-17620744d969","url":null},{"type":"User group","name":"User group name example","id":"57ca6023-49ee-4954-8e25-9a5e48e37521","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":"93c9bc5e-8b5e-4cdc-89f4-b1cc2d8b2fca"}],"userGroups":[{"url":null,"name":"User group name example","id":"202cef8d-8961-4b57-899d-4c953d2123bf"}],"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