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":"2d53f4c6-c40b-4229-9a6d-8c68932c4aa7","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["93671693-7271-49d3-8e3d-5961d5c56743"],"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":"4fe7f06c-7443-453f-8554-d2aa4b95d28f","url":null,"userId":"ebc3b2d3-c7ff-403b-8a39-7ce9c0583680","userUrl":null,"categoryId":"a999d7e2-1b43-4945-8855-ebd0a60b096d","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-03-10T00:58:32.0053772+00:00","lastModifiedDateTime":"2026-03-10T20:58:32.0053772+00:00","availableFrom":"2026-03-11T00:58:32","startDateTimeZone":null,"availableUntil":"2026-03-12T00:58:32","endDateTimeZone":null,"medias":[{"id":"2d387af7-4aed-4c3b-b5e6-1c06f9d7b938","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"71abe5cd-925c-463e-8ea9-dc22ffb00357","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"e7c65df3-ebc4-4790-a009-9bea284c49df","url":null},{"type":"Department","name":"Department name example","id":"fccf38b5-95e9-4fab-b21f-baa7d56669fc","url":null},{"type":"User group","name":"User group name example","id":"6452a0cf-5ab0-47d0-b80e-ab8470b50d62","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":"0d5df43c-fe8e-4e2b-920a-0d2b9afb29e4"}],"userGroups":[{"url":null,"name":"User group name example","id":"71df37fd-3002-4887-84a4-901f940450e8"}],"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