Skip to main content
PUT
Update connection environment

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

connectionEnvironmentId
string<uuid>
required

The ID of the connection environment to update

Body

application/json
userAttributeValues
string
required

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.

Response

Connection environment updated successfully

success
boolean
Example:

true