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":"8241e784-a35b-4afd-aee5-073b9d827852","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["fc9e6ae7-765d-4681-87bb-9c79351d6f27"],"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":"ec061dea-5d35-4b47-a638-630d7f14bad2","url":null,"userId":"bad87ce3-86d3-4e29-a501-e1e2381a37b5","userUrl":null,"categoryId":"d61e5e56-b3e7-40e8-95e0-db67121aa3fe","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2025-11-21T00:52:32.1609312+00:00","lastModifiedDateTime":"2025-11-21T20:52:32.1609312+00:00","availableFrom":"2025-11-22T00:52:32","startDateTimeZone":null,"availableUntil":"2025-11-23T00:52:32","endDateTimeZone":null,"medias":[{"id":"509bbf8c-2396-48e1-ab84-a08171890f1a","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"2bf8aa25-2e06-42de-9e48-e828488bcd9b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"c7616f0a-a085-436f-8194-78d25220a66b","url":null},{"type":"Department","name":"Department name example","id":"6509d27d-99fd-4a11-a248-db42e05e55f0","url":null},{"type":"User group","name":"User group name example","id":"d5be2c55-adc9-4c37-ab00-34036be37395","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":"f1165b92-0679-4221-a848-a68aa997f0cc"}],"userGroups":[{"url":null,"name":"User group name example","id":"9d66727b-a800-4644-94f3-f898877c656c"}],"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