POST
/
organisations
/
{organisationId}
/
boards
/
{boardId}
/
publish

Authorizations

Authorization
string
headerrequired

Path Parameters

organisationId
string
required
boardId
string
required

Body

application/json
lastEventId
string
required
boardDeployVersion
string

The version of the board to deploy. It can be one of v2 for single executor board or v1 for current implementation.

Response

202 - application/json

BoardPublishResult is used to indicate if the publish request has been accepted. The actual scheduling is done in the background and does not indicate the board is ready to accept data.

ok
boolean
required
taskId
string