Authorizations
Body
application/json · object
UpdateVariableSchemaRequest is the request definition for updating a variable schema.
The body is of type object
.
curl --request PUT \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/variables/global \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"dynamic": {},
"global": {}
}
Updates or creates the global variable schema for a board.
curl --request PUT \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/variables/global \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'
{
"dynamic": {},
"global": {}
}
UpdateVariableSchemaRequest is the request definition for updating a variable schema.
The body is of type object
.