Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Content

Update Content
PATCH /contentmodules/{moduleId}/content/{contentId}
https://api.uat.relesystest.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":"b16b63b2-df35-49a3-9fd0-219d3b9afd80","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["acd516ad-2ad0-4ce0-8e72-c2013621f151"],"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":"34f2e749-32cc-4c6f-b0d8-614ac03c8a03","url":null,"userId":"cb5aa330-ee38-494b-bd12-2bf216715e53","userUrl":null,"categoryId":"af4e3266-cd4a-46ea-8937-77a2b626a286","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-12T14:56:30.3577323+00:00","lastModifiedDateTime":"2026-01-13T10:56:30.3577323+00:00","availableFrom":"2026-01-13T14:56:30","startDateTimeZone":null,"availableUntil":"2026-01-14T14:56:30","endDateTimeZone":null,"medias":[{"id":"76a1af2f-dbb7-4a3e-a513-bced3fcc84a8","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"c044654b-ebf1-45ff-9449-f1079bbbdefe","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"52355aa6-ea21-4321-9792-6d0a557e401b","url":null},{"type":"Department","name":"Department name example","id":"3d7c69b5-e6c8-4e66-8a74-2d19a9afb1ba","url":null},{"type":"User group","name":"User group name example","id":"e4504996-164d-4783-af6d-168c78f2de69","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":"08971140-d9fa-4d10-ad19-20cea37b7e6a"}],"userGroups":[{"url":null,"name":"User group name example","id":"91ca46aa-dfe7-4a78-bbfc-c7a969ef285c"}],"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