v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
Connection environments

Update connection environment

Associates user attribute values with a specific connection environment, which will determine when it is used.

put/v1/connection-environments/{connectionEnvironmentId}

Path parameters

connectionEnvironmentIdstring uuid required

The ID of the connection environment to update

Request body

userAttributeValuesstring 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

successboolean

Example response

{
  "success": true
}