Publish
Request
curl --location --request PUT 'https://<SERVICE ENDPOINT>/bots/publish' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'Response
{
"Errors":[
...
],
"Online":[
...
]
}Response Codes
Last updated
Was this helpful?