Content
Create Content
POST
/contentmodules/{moduleId}/content
https://api.relesysapp.net/api/v1.1/contentmodules/{moduleId}/content
Create a content post in a module with
For more information on permissions, notifications and Markdown syntax visit their respective concept pages.
moduleId
if the model is valid.startDate
and endDate
should be provided in the following format: "yyyy-MM-ddTHH:mm:ss". 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 |
Request Body
application/jsonobject | ||||
categoryId | string / guid | optional | ||
endDate | string | optional | ||
endDateTimeZone | string | optional | ||
⯈ locales | array[object] | required | ||
mediaIds | array[string / guid] | optional | ||
name | string | Max length: 128 | required | |
⯈ notifications | object | optional | ||
⯈ permissions | array[object] | required | ||
publishOnCreate | boolean | optional | ||
startDate | string | required | ||
startDateTimeZone | string | optional |