Configure Content
Select
SaaS
This API adds content to a content group
Path Parameters
- contentGroupId integer required
Id of the content group
- application/json
Request Body
contents object
path arrayOptional list of files and folders to be added as content. Defaults to /
exclusions arrayOptional list of files and folders to exclude
exceptions arrayOptional list of files and folders to be added to the exceptions list
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorCode string
- errorMessage string
{
"errorCode": "string",
"errorMessage": "string"
}
Loading...