Rollback to a previous deployment
Path Parameters
Body
application/json
Body
RollbackDeploymentBody
Metadata attached to a rollback action.
Message describing this rollback
Default:
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
Authentication
Path Parameters
Body
List all config pages
Path Parameters
Response
application/json
Response
Successful response
GetConfigPagesResponse
One config page per environment (sandbox, pre-release, live).
A real-time config page for one environment: its JSON Schema
definition plus the current variable values.
Show Child Parameters
Authentication
Path Parameters
Get a config page by environment
Path Parameters
Response
application/json
Response
Successful response
GetConfigPageResponse
A single config page for one environment.
Environment (sandbox, pre-release, live)
Config key-value pairs
JSON Schema (Draft 7) definition
ISO 8601 timestamp of last update
Authentication
Path Parameters
Upsert the JSON Schema for a config page
Path Parameters
Body
application/json
Body
UpdateConfigSchemaBody
The JSON Schema definition to apply to a config page.
JSON Schema (Draft 7) definition
Response
application/json
Response
Successful response
GetConfigPageResponse
A single config page for one environment.
Environment (sandbox, pre-release, live)
Config key-value pairs
JSON Schema (Draft 7) definition
ISO 8601 timestamp of last update
Authentication
Path Parameters
Body
Update config variables for an environment
Path Parameters
Body
application/json
Body
UpdateConfigVariablesBody
Variables to shallow-merge into an environment’s config page.
Key-value pairs to merge into the existing config
Response
application/json
Response
Successful response
GetConfigPageResponse
A single config page for one environment.
Environment (sandbox, pre-release, live)
Config key-value pairs
JSON Schema (Draft 7) definition
ISO 8601 timestamp of last update