Veröffentlichen
Unpublish (admin+)
DELETE
/api/v1/assistants/{id}/publishErfordert einen API-Schlüssel der Organisation mit der Berechtigung „publish“.
Authorization
apiKey AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/assistants/string/publish"Empty
{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}Publish a new snapshot (admin+) POST
Requires an Organization API key with the publish capability. Supply an Idempotency-Key when retrying the same request.
Re-activate an earlier Publication (admin+) POST
Requires an Organization API key with the publish capability. Supply an Idempotency-Key when retrying the same request.