Projects
Set the schema for the project variables
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.
PUT
Authorizations
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.
Body
application/json · object
DynamicVariablesSchema is the JSON schema for the project's dynamic variables.
Response
200
application/json
OK
DynamicVariablesSchema is the JSON schema for the project's dynamic variables.