boards
Preview the output of a Code Action.
Preview the output of a Code Action. This endpoint is useful for testing a Code Action.
POST
/
organisations
/
{organisationId}
/
boards
/
{boardId}
/
actors
/
{actorId}
/
code
/
preview
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredboardId
string
requiredactorId
string
requiredBody
application/json
selectors
object
requiredThe selector data form the code action.
data
object
requiredThe input data form the code action.
code
string
requiredThe code data form the code action.
userId
string
requiredId of the user.
Response
200 - application/json
output
object
requiredThe output data from the transformer.
executionId
string
requiredId of the execution that can be used to search logs.