boards
Post organisations boards publish
Publish a board at the revision specified by the provided event ID. This is an asynchronous action, callers
should await for a BoardPublishedEvent
over the websocket API (recommended) or poll GetBoard until
publishedEventId
matches the event ID which has been provided to publish.
If the request has caused a board to schedule then this request will always return 202.
If this request succeeds but then an error occurs in scheduling, a BoardPublishFailedEvent
will be produced
over the websocket API; this functionality is not currently available over the REST API.
POST
Authorizations
Body
application/json
The version of the board to deploy. It can be one of v2 for single executor board or v1 for current implementation.