v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
Connections

Update connection environment

put/api/v1/connection-environments/{id}

Path parameters

idstring uuid required

Connection environment ID

Example:550e8400-e29b-41d4-a716-446655440001

Connection environment ID

Request body

userAttributeValuesstring[] required

User attribute values for this environment

Example request

{
  "userAttributeValues": [
    "us-east",
    "production"
  ]
}

Response

Connection environment updated successfully

successboolean required

Whether the operation succeeded

Example response

{
  "success": true
}