Skip to main content
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": {}
}

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.

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