Update tab
Send name, position, or both. Changing position shifts the board’s other tabs to match.
Path parameters
org_id
Organization ID
workspace_id
Workspace ID
board_id
tab_id
Headers
X-API-Key
Your workspace API key.
Request
This endpoint expects an object.
name
New tab display name
position
New zero-based position. Supplying it reorders the board’s other tabs to match.
Response
Successful Response
id
Tab identifier
name
Tab display name
position
Zero-based left-to-right position on the board
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