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":"3d2c78d5-53ab-4057-b743-22ae01a4d7a6","path":"/categoryId","op":"replace"},{"value":[{"culture":"da-DK","title":"Title","bodyText":"Body text"}],"path":"/locales","op":"replace"},{"value":["8b15e682-0b67-4325-b72f-1d775b099b59"],"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":"9e57a5e4-7159-4116-bd7a-b8711e172a58","url":null,"userId":"818651ff-81b1-464a-aec2-b40c21f614c4","userUrl":null,"categoryId":"fef76ffa-6b4c-4058-9beb-e6c72b74ea33","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-07-12T00:27:03.7128142+00:00","lastModifiedDateTime":"2026-07-12T20:27:03.7128142+00:00","availableFrom":"2026-07-13T00:27:03","startDateTimeZone":null,"availableUntil":"2026-07-14T00:27:03","endDateTimeZone":null,"medias":[{"id":"aec0e0f6-e25f-44f0-a342-2f11c814ca91","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"d5b5f771-e704-4f7e-82b8-8792596c9bda","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"44b3069f-6cba-4502-a1e6-93ab25a3c27a","url":null},{"type":"Department","name":"Department name example","id":"a14954e4-81b6-4390-87c1-7cb6db9f95c8","url":null},{"type":"User group","name":"User group name example","id":"77026cae-11ea-4f6b-8659-8713f792efae","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":"eeaa4cbb-db66-472d-b012-388afa8f45fb"}],"userGroups":[{"url":null,"name":"User group name example","id":"abe22261-0590-422f-849f-b92e5f743619"}],"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