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":"36025d11-5532-4f6f-b787-4e2ca33dcb57","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["9662f53a-ae83-4047-ac69-00d393bc6d8c"],"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":"b0a53e2f-1c0d-4ed6-bca1-9fea6f17b457","url":null,"userId":"ffa77876-7c39-4deb-9274-d7d2ee0ceecf","userUrl":null,"categoryId":"21a79eca-a706-40c0-b213-25559b269371","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-03-07T04:14:22.1801225+00:00","lastModifiedDateTime":"2026-03-08T00:14:22.1801225+00:00","availableFrom":"2026-03-08T04:14:22","startDateTimeZone":null,"availableUntil":"2026-03-09T04:14:22","endDateTimeZone":null,"medias":[{"id":"5ab0b048-61fa-4080-b6d7-5593ffcd5d16","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"d66bf343-620c-4653-901e-dfefab20d7c9","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"0e2b101d-253d-4274-9249-29a8acd2ef14","url":null},{"type":"Department","name":"Department name example","id":"44c15bf9-10ae-4d21-9bb4-2d3635e4445b","url":null},{"type":"User group","name":"User group name example","id":"fbe41723-a987-4496-85be-999261e8111d","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":"f09a8760-14f0-4e44-b735-0f56a5893780"}],"userGroups":[{"url":null,"name":"User group name example","id":"f4a001d8-1464-4c48-9789-b39f3b22ac01"}],"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