curl --request PUT \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/variables/dynamic \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"dynamic": {},
"global": {}
}Updates or creates the dynamic variable schema for a board.
curl --request PUT \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/variables/dynamic \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"dynamic": {},
"global": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
UpdateVariableSchemaRequest is the request definition for updating a variable schema.
The body is of type object.