Update board
Partial update. Omit a field to leave it unchanged. Sending tag: null untags the board; omitting it leaves the current tag alone.
Path parameters
org_id
Organization ID
workspace_id
Workspace ID
board_id
Headers
X-API-Key
Your workspace API key.
Request
This endpoint expects an object.
name
New display name. Omit to leave unchanged; null is rejected.
tag
Replacement tag, replacing any existing one. Omit to leave unchanged; send null to untag the board.
Response
Successful Response
id
Board identifier, used as {board_id} in every nested route
name
Board display name
created_by
Actor that created the board
created_at
Creation time, UTC, RFC 3339
updated_by
Actor that last changed the board or anything on it
updated_at
Last change time, UTC, RFC 3339
tag
The board's grouping tag, or null when untagged
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error