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":"772c3121-5afb-4564-8f00-dc0cf3893b68","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["c2453b07-f6ae-4d98-8c57-60b6b5fded7b"],"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":"60e605f0-4a8e-4d2a-9f08-9ad6ff16e172","url":null,"userId":"001d8dcd-b4c6-4140-a401-6d7cab4f1a2c","userUrl":null,"categoryId":"0cba1ee2-0c9f-4179-9240-59411af95907","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-03-30T11:00:45.0591397+00:00","lastModifiedDateTime":"2026-03-31T07:00:45.0591397+00:00","availableFrom":"2026-03-31T11:00:45","startDateTimeZone":null,"availableUntil":"2026-04-01T11:00:45","endDateTimeZone":null,"medias":[{"id":"8ee814fb-df48-4202-b3c7-81f2bc3b4347","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"006b0c0a-dcc6-4a52-972e-99fee8653a2f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"a81ebb5a-76fb-4ffe-bb32-6b56e1179111","url":null},{"type":"Department","name":"Department name example","id":"f450d8df-7d7b-4b06-8c5c-258b6ecd1e64","url":null},{"type":"User group","name":"User group name example","id":"651c5cfb-e070-4917-875e-17390f646adb","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":"20f6d770-22c8-487a-b26b-36ef8938e3e8"}],"userGroups":[{"url":null,"name":"User group name example","id":"f0651081-f52a-4fcb-a02f-081de7f8f13d"}],"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