Topic deleted
Delete knowledge base topic
Response
204
Response
Authentication
Update knowledge base topic
Body
application/json
Body
UpdateKnowledgeBaseTopicBody
>= 1 characters
Show Child Parameters
Response
Response
Topic updated
Authentication
Body
List deployments for an environment
Query Parameters
Environment to list deployments for (sandbox, pre-release, live)
Allowed values:sandboxpre-releaselive
Max number of deployments to return
Path Parameters
Response
application/json
Response
Successful response
GetDeploymentsResponse
Deployments for the requested environment, ordered newest first.
A deployment of an agent version to a specific environment, plus
who created it and when.
Show Child Parameters
Authentication
Path Parameters
Query Parameters
Get active deployment per environment
Path Parameters
Response
application/json
Response
Successful response
ActiveDeploymentsResponse
The latest deployment for each environment (sandbox, pre-release,
live). Entries are null when no deployment exists for an environment.
Latest deployment per environment (sandbox, pre-release, live). Value is null if no deployment exists for that environment.
Authentication
Path Parameters
Publish the current draft to an environment
Path Parameters
Body
application/json
Body
PublishDeploymentBody
Metadata attached to a publish action, with an optional target environment.
Message describing this publish
Default:
Environment to publish to (defaults to sandbox)
Response
application/json
Response
Successful response
MutationDeploymentResponse
The resulting deployment from a promote / rollback / publish action,
plus any test runs it triggered.
A deployment of an agent version to a specific environment, plus
who created it and when.
Show Child Parameters
IDs of test runs triggered by this deployment action