POST
/
organisations
/
{organisationId}
/
boards
/
{boardId}
/
actors
/
{actionId}
/
test
curl --request POST \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId}/actors/{actionId}/test \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
boardId
string
required
actionId
string
required

Body

application/json · object
Payload to trigger a board to be published

The body is of type object.

Response

202
application/json
The response after a test request has been sent.

BoardTestResult is used to indicate if the test request has been sent.