POST
/
organisations
/
{organisationId}
/
boards
/
{boardId}
/
actors
/
{actorId}
/
code
/
preview

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organisationId
string
required
boardId
string
required
actorId
string
required

Body

application/json
selectors
object
required

The selector data form the code action.

data
object
required

The input data form the code action.

code
string
required

The code data form the code action.

userId
string
required

Id of the user.

Response

200 - application/json
output
object
required

The output data from the transformer.

executionId
string
required

Id of the execution that can be used to search logs.