boards
Post organisations boards actors test
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.
POST
/
organisations
/
{organisationId}
/
boards
/
{boardId}
/
actors
/
{actionId}
/
test
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredboardId
string
requiredactionId
string
requiredBody
application/json ยท object
The body is of type object
.
Response
202 - application/json
BoardTestResult is used to indicate if the test request has been sent.