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":"9a4f46d7-ba9d-4197-9d1f-85a97482305b","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["00ef176d-16ca-420d-b409-a095e97b27cf"],"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":"12b362fc-bbdc-4247-9857-b2fd0b624f11","url":null,"userId":"37865786-bdac-4f5e-801b-feeb5ee06fb2","userUrl":null,"categoryId":"5a8ed635-eb8f-4fa8-b448-fd69165e2a4b","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-09-22T09:54:34.8227029+00:00","lastModifiedDateTime":"2026-09-23T05:54:34.8227029+00:00","availableFrom":"2026-09-23T09:54:34","startDateTimeZone":null,"availableUntil":"2026-09-24T09:54:34","endDateTimeZone":null,"medias":[{"id":"aba5e5fc-ed6a-449d-bffd-09b844ae59fd","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"c39c8eba-ee98-4d0e-95b5-b1f681316d69","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"ec20c78f-fdb1-4c8a-9ca4-659dae54555e","url":null},{"type":"Department","name":"Department name example","id":"36ac5d40-b598-45dc-9776-751edb632514","url":null},{"type":"User group","name":"User group name example","id":"d3ea4e6b-c611-4b06-9268-8b671f9a4743","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":"0baa5d12-a575-43ac-9461-b81cb59bd1a1"}],"userGroups":[{"url":null,"name":"User group name example","id":"ac02b404-e86d-4306-8cab-bcc617f90442"}],"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