Update Annotation Label — API
Update an existing annotation label's name, description, type, or settings by UUID. Returns the updated label object with all current field values.
https://api.futureagi.com/model-hub/annotations-labels/{id}/ Authentication
Path parameters
UUID of the label to update
Request body
Updated display name for the label.
Updated description.
Updated type-specific settings. The structure must match the label’s type (see Create Label for settings reference).
Whether annotators can add free-text notes with this label.
Note
The label type cannot be changed after creation. If you need a different type, create a new label.
Response
200 OKErrors
Invalid request parameters.
Invalid or missing API credentials.
Resource not found.
Unexpected server error.
Note
The label type cannot be changed after creation. If you need a different type, create a new label.