Environment›
Environment
Update Environment
Update existing configuration for a specific configuration ID. Note the configuration ID is dynamic and must be fetched from the 'get environments' API before each update.
PUT
/api/v1/environments
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/jsonidintegerrequired
Configuration ID (required for update)
namestringrequired
Configuration name (required)
platformstring
Platform type (optional)
environmentsarrayrequired
Response
application/jsonEnvironment updated successfully
typestring
messagestring