Create
Creates a new flag for the workbook
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
workbookId
The workbook ID to manage flags for
Headers
X-Disable-Hooks
Request
This endpoint expects an object.
slug
The unique identifier for the flag
label
The human-readable name for the flag
colorHex
The hex color code for the flag (e.g., “#0090FF”)
Response
This endpoint returns an object.
id
The unique identifier for the flag
slug
The flag slug
label
The flag label
colorHex
The hex color code for the flag
workbookId
The workbook this flag belongs to
createdAt
When the flag was created
updatedAt
When the flag was last updated