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":"430eb930-77bd-4ef9-a70d-2c0d6e73b036","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["933cd3f0-75a0-49fa-b3a5-4ddab782d08f"],"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":"0ded6150-6012-4045-9abf-b6617e6520c9","url":null,"userId":"3d457dc8-4e3a-4e79-915f-4ea67292e57d","userUrl":null,"categoryId":"c92d1c19-971c-455c-9e74-bef29bc6976c","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-09T22:45:10.0591591+00:00","lastModifiedDateTime":"2026-01-10T18:45:10.0591591+00:00","availableFrom":"2026-01-10T22:45:10","startDateTimeZone":null,"availableUntil":"2026-01-11T22:45:10","endDateTimeZone":null,"medias":[{"id":"16e5e6dc-b1f8-40ac-908a-5196045f836e","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"3cc4ad0a-d3bc-4c4f-8e2a-5835934bdb89","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"ff203147-bc5c-4774-ac2b-f061abef3076","url":null},{"type":"Department","name":"Department name example","id":"c827a704-5406-474e-a85d-bff14b2c7f93","url":null},{"type":"User group","name":"User group name example","id":"a1aaaa6c-76f5-4d9f-9c94-006922930864","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":"2e733eef-54c5-4f83-8aba-dbde180dbafc"}],"userGroups":[{"url":null,"name":"User group name example","id":"7f93f3c7-dd48-440e-aaf8-86354fe3e1c4"}],"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