Authorizations
Body
application/json
CreateOrUpdateBoardVariablesSchemaRequest is the request definition for creating or updating a board variables schema.
curl --request PUT \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/variables \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"dynamic": {},
"global": {}
}'
{
"dynamic": {},
"global": {}
}
Update or create the JSON schema for the variables of a board.
curl --request PUT \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/variables \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"dynamic": {},
"global": {}
}'
{
"dynamic": {},
"global": {}
}
CreateOrUpdateBoardVariablesSchemaRequest is the request definition for creating or updating a board variables schema.