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":"f63541b7-3a60-4564-9d8d-27c8bb7559c2","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["0f2b0f9b-a7f7-4843-b5be-808d25517e4b"],"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":"1581de3b-6140-41ae-9ec9-579e2b462b25","url":null,"userId":"d1a25273-3ea6-423d-a229-fda96734b7c6","userUrl":null,"categoryId":"1853f4d7-80a2-4e33-86fe-87249323cff9","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-04-03T09:53:05.6179565+00:00","lastModifiedDateTime":"2026-04-04T05:53:05.6179565+00:00","availableFrom":"2026-04-04T09:53:05","startDateTimeZone":null,"availableUntil":"2026-04-05T09:53:05","endDateTimeZone":null,"medias":[{"id":"21bb0bdb-bb89-415f-94d0-fad3445fa120","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"ddd99812-7e40-4085-8a48-925dc893547b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"e9af4a97-99df-43ed-a90a-292924dc5066","url":null},{"type":"Department","name":"Department name example","id":"8afade30-974e-4c69-b2dc-364f215a4096","url":null},{"type":"User group","name":"User group name example","id":"aa5e39de-0592-48a2-ba92-855975a63150","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":"81d3e077-2415-4259-a82b-0689107c8eb4"}],"userGroups":[{"url":null,"name":"User group name example","id":"32bd99a7-be74-4430-8d7a-928daba28293"}],"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