curl --request PUT \
--url https://platform.versori.com/api/v2/o/{organisation_id}/projects/{project_id}/variables \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}SetProjectVariablesSchema sets the JSON schema for the project’s dynamic variables. Dynamic variables can then be set by end users on activation. This schema is used to validate the variables when they are set and defines the variables that can be set and used within the integration code.
curl --request PUT \
--url https://platform.versori.com/api/v2/o/{organisation_id}/projects/{project_id}/variables \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Bearer token authentication used by the Versori Platform. You must provide a signed JWT provided by our IdP.
DynamicVariablesSchema is the JSON schema for the project's dynamic variables.
OK
DynamicVariablesSchema is the JSON schema for the project's dynamic variables.