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":"dafab73a-b471-49ed-a97b-95fde26dc81c","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["4fedef12-769e-4dee-963d-44b4b35f70c5"],"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":"a0cb1164-cc30-42ed-8b48-7b8a3b2c54f7","url":null,"userId":"26804e2e-2e29-4c90-a435-5fe968eff745","userUrl":null,"categoryId":"d5c215d7-5bbb-4d4f-8ce5-f0867be3f2fe","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-30T06:30:15.8981952+00:00","lastModifiedDateTime":"2026-01-31T02:30:15.8981952+00:00","availableFrom":"2026-01-31T06:30:15","startDateTimeZone":null,"availableUntil":"2026-02-01T06:30:15","endDateTimeZone":null,"medias":[{"id":"1b319ea3-f939-46b4-993f-c46967e1ab44","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"c5af3a9f-d8b4-4861-96ff-8b74e62e16d2","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"7e8d4dc0-8891-4424-96af-9a8b7c593a3d","url":null},{"type":"Department","name":"Department name example","id":"fedd2d8b-3781-4865-a959-fbabe8971a79","url":null},{"type":"User group","name":"User group name example","id":"49305d52-1f43-4912-9f1f-9c416cb215ff","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":"4085dc41-fa7b-4a9d-a6e7-26a7d8677465"}],"userGroups":[{"url":null,"name":"User group name example","id":"5df2b84f-92fa-47be-a0e1-8cd3f73df749"}],"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