Authorizations
Body
application/json · object
Payload to trigger a board to be published
The body is of type object
.
Response
The response after a test request has been sent.
BoardTestResult is used to indicate if the test request has been sent.
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 '{}'
{}
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.