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

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
boardId
string
required

Body

application/json ยท object
UpdateVariableSchemaRequest is the request definition for updating a variable schema.

The body is of type object.

Response

200
application/json
GetBoardVariablesSchemaResponse is the response containing the board variables schema.

BoardVariablesSchema is the schema definition for board variables.

dynamic
object
global
object