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":"02b06932-796f-4aa8-918c-367348eeb5b4","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["21696dec-2fb1-4902-a477-1d718ef25b73"],"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":"f69955f5-6962-4b54-9e3a-5cdd292d0980","url":null,"userId":"473b2bde-61a6-4fb1-8807-9b2716445c9d","userUrl":null,"categoryId":"6c5395b1-d70f-41eb-82d3-cfee41e41b34","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-07-11T23:13:40.033179+00:00","lastModifiedDateTime":"2026-07-12T19:13:40.033179+00:00","availableFrom":"2026-07-12T23:13:40","startDateTimeZone":null,"availableUntil":"2026-07-13T23:13:40","endDateTimeZone":null,"medias":[{"id":"6e12c2d8-5506-409c-8fe7-351889e4cf22","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"a4c53374-5edf-4847-bcd4-8f5477b6d97d","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"eed36de6-861a-4d03-a2d0-49270a8f25ea","url":null},{"type":"Department","name":"Department name example","id":"941767d7-7e50-4740-a45e-88e9740a236f","url":null},{"type":"User group","name":"User group name example","id":"5cbea84c-7e2a-4749-af1d-988fbdcd48a4","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":"ab21955c-fba6-4325-8c9a-0aa66f77bb5f"}],"userGroups":[{"url":null,"name":"User group name example","id":"5cfdf944-a2fa-4cfb-9c61-8e9182349385"}],"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