vals
Attach an environment variable group to this val. Every variable in the group is injected into the val's environment. Variables defined on the val itself take precedence over variables with the same key in a group. Attaching a group that is already attached succeeds without doing anything.
put/v2/vals/{val_id}/environment_variable_groups/{group_id}
Path parameters
val_idstring uuid required
Id of a val
group_idstring uuid required
Id of an environment variable group
Response
The group is attached to the val
Changes
Changed in 1 of the 46 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○