Create tab

View as Markdown
Appends a tab after the board's existing tabs.

Path parameters

org_idstringRequired
Organization ID
workspace_idstringRequired
Workspace ID
board_idstringRequiredformat: "uuid"

Headers

X-API-KeystringRequired
Your workspace API key.

Request

This endpoint expects an object.
namestringRequired1-80 characters
Tab display name

Response

Successful Response
idstringformat: "uuid"
Tab identifier
namestring
Tab display name
positioninteger

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