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":"1d9a137c-3cc0-4b5f-b0d2-cb1b851e911e","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["f8cd49b6-9946-4ce7-a2e6-c1920b81ff27"],"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":"b41a2db1-9d5c-4cf2-bd1b-18527ed66f28","url":null,"userId":"7dac628f-f133-47a9-a1e3-97229d93bd79","userUrl":null,"categoryId":"1db1b736-dedf-4c86-b9db-59feec3ca050","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-02-17T15:57:24.7384521+00:00","lastModifiedDateTime":"2026-02-18T11:57:24.7384521+00:00","availableFrom":"2026-02-18T15:57:24","startDateTimeZone":null,"availableUntil":"2026-02-19T15:57:24","endDateTimeZone":null,"medias":[{"id":"1f813548-1e31-4a64-a89b-177a8759f634","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"e1e6af8b-71a5-4346-af7e-8bae75380bfd","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"8f6735d7-41fe-4358-82ec-d03c0d1cb843","url":null},{"type":"Department","name":"Department name example","id":"4adad5ba-8b37-483e-8c8c-3ac2c86a4124","url":null},{"type":"User group","name":"User group name example","id":"5e4902d0-102a-4883-bae9-edf2fce9329d","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":"de36d22b-68bc-494c-b4d5-4a70e6da280b"}],"userGroups":[{"url":null,"name":"User group name example","id":"f021a228-9f8c-4443-976f-2186a190a257"}],"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