Site channels
Configure site channels for your docs site.
Manage the channels used as origins for questions and answers in your site ask data.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
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
organizationIdstringRequired
The unique id of the organization
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
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
siteChannelIdstringRequired
The unique id of the site channel
Responses
200
OK
application/json
get
/orgs/{organizationId}/sites/{siteId}/channels/{siteChannelId}200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
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?