Update
Updates an existing flag
Path parameters
workbookId
The workbook ID to manage flags for
slug
The flag slug to update
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Disable-Hooks
Request
This endpoint expects an object.
label
The new label for the flag
colorHex
The new hex color code for the flag
newSlug
The new slug for the flag
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