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 '{}'{}BoardTest finds the webhook url from within the cluster for a board and sends a POST request to it with the data in the payload.
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 '{}'{}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.
Payload to trigger a board to be published
The body is of type object.
The response after a test request has been sent.
BoardTestResult is used to indicate if the test request has been sent.