Site channels
Configure site channels for your docs site.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
Query parameters
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
Responses
200
OK
application/json
get
/orgs/{organizationId}/sites/{siteId}/channels200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
Body
anyOptional
or
Responses
201
Site channel created
application/json
post
/orgs/{organizationId}/sites/{siteId}/channels201
Site channel created
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
siteChannelIdstringRequired
The unique id of the site channel
Responses
200
OK
application/json
anyOptional
or
get
/orgs/{organizationId}/sites/{siteId}/channels/{siteChannelId}200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
siteChannelIdstringRequired
The unique id of the site channel
Responses
204
Site channel did not exist
205
Site channel deleted
delete
/orgs/{organizationId}/sites/{siteId}/channels/{siteChannelId}No content
Last updated
Was this helpful?