Create tab
Appends a tab after the board's existing tabs.
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
Tab display name
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