PUT
/
organisations
/
{organisationId}
/
boards
/
{boardId}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
boardId
string
required

Body

application/json
Payload to update an existing Board. The `id` and `orgId` fields are immutable and must match the fields from the URL. This is a full replace/update, any unset fields will be unset in the database.
id
string
required
orgId
string
required
name
string
required
status
enum<string>
required

BoardStatus is used to indicate the status of a board. The "unknown" status is used in case of inconsistencies in the database with the Board scheduler and the API cannot deduce the correct status without administrator intervention.

If the status is "unknown", then clients should assume it's in a draft/published state based on whether the board has an "activePublishInfo" field. If a board cannot be published due to it already being published and the "activePublishInfo" field is null, users should contact support.

Available options:
unknown,
draft,
publishing,
published,
unpublishing
createdAt
string
required
updatedAt
string
required
hubId
string
activePublishInfo
object

BoardPublishInfo provides information on a published board instance

recentPublishHistory
object[]

RecentPublishHistory is an array of BoardPublishInfo containing up to the last 5 publishes for a board. If full history is required, users should use the ListPublishHistory operation for a paginated view.

deletedAt
string
tags
object
thumbnailUrl
string

Response

200
application/json
A single Board result
id
string
required
orgId
string
required
name
string
required
status
enum<string>
required

BoardStatus is used to indicate the status of a board. The "unknown" status is used in case of inconsistencies in the database with the Board scheduler and the API cannot deduce the correct status without administrator intervention.

If the status is "unknown", then clients should assume it's in a draft/published state based on whether the board has an "activePublishInfo" field. If a board cannot be published due to it already being published and the "activePublishInfo" field is null, users should contact support.

Available options:
unknown,
draft,
publishing,
published,
unpublishing
createdAt
string
required
updatedAt
string
required
hubId
string
activePublishInfo
object

BoardPublishInfo provides information on a published board instance

recentPublishHistory
object[]

RecentPublishHistory is an array of BoardPublishInfo containing up to the last 5 publishes for a board. If full history is required, users should use the ListPublishHistory operation for a paginated view.

deletedAt
string
tags
object
thumbnailUrl
string