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":"e3151457-cbcb-4c51-94bf-63a42ef3b511","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["f89e0161-5844-44ad-a0c0-ba9d15598704"],"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":"5f70d64a-d067-40d4-a461-896e9cb86d5d","url":null,"userId":"081d1f18-d2be-49f3-946e-21993e274557","userUrl":null,"categoryId":"8151ff59-7043-473a-9928-d128ea4a5010","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-06-06T14:44:18.2977683+00:00","lastModifiedDateTime":"2026-06-07T10:44:18.2977683+00:00","availableFrom":"2026-06-07T14:44:18","startDateTimeZone":null,"availableUntil":"2026-06-08T14:44:18","endDateTimeZone":null,"medias":[{"id":"86830602-81ae-4845-b652-de243ace29df","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"7ba0afca-dffb-40d7-9f2a-b137c24e7498","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"6eca6290-ff03-47be-b70a-2f6c5be2cd70","url":null},{"type":"Department","name":"Department name example","id":"d42f662c-d3d9-4629-9bfd-48d269d51e4b","url":null},{"type":"User group","name":"User group name example","id":"6430b40c-95fd-4cc9-8a22-43129ab317f1","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":"ccadd677-2751-45b2-bc8a-dea6ba14c7f5"}],"userGroups":[{"url":null,"name":"User group name example","id":"ec3c21b1-a3c3-4c9e-bbc0-da87ec87d827"}],"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