Rename, lock, reorder or move a board
PATCH /boards/{boardId}
Rename and lock need admin. Lock makes the board read only for everyone, the padlock in the dashboard, and needs Plus or Max. Move is the owning workspace's and needs Plus or Max; as in the app, every direct board share is dropped when a board moves, and access then follows the destination space. Moving into a space another workspace owns is not supported.
Authorization
AuthorizationstringheaderrequiredBearer <key>. The key needs boards:write scope. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.
Path parameters
boardIdstringpathrequiredBody
titlestringspaceIdstring | nullA space id, or null / default for the default space.
lockedbooleanpositionintegerResponse
idstringtitlestringspaceIdstring | nullThe design space, or null for the default space.
urlstringOpens the board in the editor.
publicUrlstring | nullThe public viewer link, when the public link is on.
roleenum<string>The product's roles. Owner is the workspace that holds the board or space and cannot be granted or transferred. Admin can rename and share, editor can edit, reviewer can view, export and add comment items. There is no viewer role and no pending state. One of owner, admin, editor or reviewer.
lockedbooleanLocked boards are read only for everyone.
positioninteger | nullManual order inside the space, lowest first.
createdBystringcreatedAtstringupdatedAtstringdeletedAtstring | nullSet while the board is in the trash.
Errors
plan_limitThe workspace plan does not allow this, or AI credits are exhausted.
rate_limitedToo many requests.