Put Environment Preset
Update an Environment Preset
PUT
https://api.release.com/api/accounts/{account_id}/environment_presets/{environment_preset_id}/presets/{preset_id}
This endpoint allows users to update the state and environment variables of a specific preset within an environment preset.
Path Parameters
Name
Type
Description
account_id
integer
The account identifier.
environment_preset_id
integer
The environment preset identifier.
preset_id
integer
The preset identifier.
Request Body
Name
Type
Description
state
string
Allowed values: available
, unavailable
environment_variables
object
Key-value pairs representing environment variables.
Last updated
Was this helpful?