PUT
/
organisations
/
{organisationId}
/
boards
/
{boardId}
/
variables
cURL
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": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
boardId
string
required

Body

application/json

CreateOrUpdateBoardVariablesSchemaRequest is the request definition for creating or updating a board variables schema.

BoardVariablesSchema is the schema definition for board variables.

dynamic
object
global
object

Response

GetBoardVariablesSchemaResponse is the response containing the board variables schema.

BoardVariablesSchema is the schema definition for board variables.

dynamic
object
global
object