Publish
Change the status of a QnA
Publish QnA
PUT
https://{{account_id}}.acquire.io/api/v1/bot/qna/move/{{id}}
Publish or draft a QnA. The QnA id must be passed in to the endpoint as a path parameter. If a question is a draft, it will be published. If a question is published, it will be set to draft.
Path Parameters
Name | Type | Description |
---|---|---|
id | integer | Specify QnA id |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{api_key}} |
Last updated