Associates user attribute values with a specific connection environment. These user attribute values determine when the environment connection will be used.
Note: User attribute values for environment connections work in conjunction with the user attribute name and values set on the base connection, which can be defined using the Update a connection endpoint. The base connection specifies which user attribute to evaluate, while each environment connection specifies which values of that attribute will trigger its use.
Use either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The ID of the connection environment to update
A comma-separated list of user attribute values to associate with the connection environment. For example: "dev,staging"
Note: User attribute values must be unique across all environments for a base connection.
Connection environment updated successfully
true