PATCH
/
o
/
{organisation_id}
/
environments
/
{environment_id}
/
activations
/
{activation_id}
/
variables
curl --request PATCH \
  --url https://platform.versori.com/api/v2/o/{organisation_id}/environments/{environment_id}/activations/{activation_id}/variables \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.

Path Parameters

organisation_id
string
required
environment_id
string
required
activation_id
string
required

Body

application/json · object

Response

200
application/json

Variables updated successfully

The response is of type object.