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":"ee3a97b5-c8e1-4b4d-8c35-463c97fe83f7","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["85ae6061-4ea2-4067-90e3-90a378032d22"],"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":"f4ec7cc3-c3f9-4f66-acbb-c2066d18c2b2","url":null,"userId":"6135bb9c-d234-4fbe-a94a-f555c7fbedc3","userUrl":null,"categoryId":"7b3dceee-fd39-468a-abde-f51c692cc59b","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-04-19T13:41:08.9411868+00:00","lastModifiedDateTime":"2026-04-20T09:41:08.9411868+00:00","availableFrom":"2026-04-20T13:41:08","startDateTimeZone":null,"availableUntil":"2026-04-21T13:41:08","endDateTimeZone":null,"medias":[{"id":"ab9b635a-9922-493f-877e-3fadd71b86e0","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"66e70b1c-496d-48d0-bdd1-ff225de132ce","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"af1d26bd-d1c2-4dad-a6bf-c45ed0231439","url":null},{"type":"Department","name":"Department name example","id":"6413b61f-cf57-4da9-a6e6-942858c202c7","url":null},{"type":"User group","name":"User group name example","id":"7186ed7d-3435-4bc5-9150-b38cb8968dde","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":"6a9955d9-cb3b-4ddf-a50e-5b8adcb6e9c0"}],"userGroups":[{"url":null,"name":"User group name example","id":"cd599cc7-9fb0-463a-9310-39bcfd78acbc"}],"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