Update Environment
PUT /v1/product/{product_id}/environment/{environment_id}
Update an environment
Authorizations
Parameters
Path Parameters
The environment ID
The environment ID
Product ID
Product ID
Request Body required
object
The name of the environment
The short name of the environment
The base url for this environment. This must start with https://
The primary contact email for the environment
The id of the sandbox this environment uses
Determines if the Loot is active. Inactive Loot will not be fulfilled
The current state of the environment
The type of authentication that is currently available for the environment
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
URL to the classic support tool
Specified what the environment will be used for
Responses
200
Successful Response
object
Unique name used during environment spin up. Must be unique across all products
Name of Config DB to create and/or set up for this environment
Name of Game DB to create and/or set up for this environment
Name of Log DB to create and/or set up for this environment
Name of Match DB to create and/or set up for this environment
Name of Person DB to create and/or set up for this environment
Name of reputation DB to create and/or set up for this environment
Name of schedule DB to create and/or set up for this environment
Name of stats DB to create and/or set up for this environment
Name of support DB to create and/or set up for this environment
Name of file API DB to create and/or set up for this environment
Name of KQL DB to create and/or set up for this environment
Name of gets resource to create and/or set up for this environment
The name of the environment
The short name of the environment
The base url for this environment. This must start with https://
The primary contact email for the environment
The id of the sandbox this environment uses
Determines if the Loot is active. Inactive Loot will not be fulfilled
The current state of the environment
The type of authentication that is currently available for the environment
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
URL to the classic support tool
Specified what the environment will be used for
Timestamp of when the resource was last modified
Product that owns this sandbox
422
Validation Error