Move, resize, replace data or reply
PATCH /boards/{boardId}/items/{itemId}
position and size move and resize any item. data replaces a frame's content in place, for the types drawn as a single component (kanban, mindmap, markdown, checklist, gantt, timeline and the rest of the frames); a flowchart or a whiteboard is many components and answers 409. reply adds to a comment's thread. z-order, group and lock are not changed through the API in this version.
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
boardIdstringpathrequireditemIdstringpathrequiredBody
positionPointChild attributes
xnumberrequiredynumberrequiredsizeSizeChild attributes
widthnumberheightnumberdataItemDataSelected by the sibling type. One schema per item type, generated from the component registry.
replystringComments only: add a reply to the thread.
Response
idstringtypestringAn ItemType, or other for an editor widget the API has no type for.
componentTypestringThe editor's own class name, exact where type is a family.
boardIdstringsectionIdstring | nullThe section the item sits inside, by position.
groupIdstring | nullpositionPointChild attributes
xnumberrequiredynumberrequiredsizeSizeChild attributes
widthnumberheightnumberrotationnumberzIndexintegerlockedbooleantextstringPlain text extracted from the item, for search and the outline.
readbackenum<string>One of exact, unwrapped, text, pointer, parts or none.
dataItemDataSelected by the sibling type. One schema per item type, generated from the component registry.
fromstring | nullConnectors only: the item or group: the line starts at.
tostring | nullConnectors only.
directedbooleanConnectors only.
labelstringConnectors only.
urlstringOpens the board focused on this item.
Errors
rate_limitedToo many requests.