Update Label
Update an existing annotation label.
PUT
https://api.futureagi.com/model-hub/annotations-labels/{id}/ Authentication
Path parameters
id
UUID of the label to update
Request body
name
Updated display name for the label.
description
Updated description.
settings
Updated type-specific settings. The structure must match the label’s type (see Create Label for settings reference).
Note
The label type cannot be changed after creation. If you need a different type, create a new label.
Response
200 OK id
UUID of the label.
name
Updated display name.
type
Label type (unchanged).
description
Updated description.
settings
Updated type-specific settings.
created_at
ISO 8601 timestamp of creation.
updated_at
ISO 8601 timestamp of last update.
Note
The label type cannot be changed after creation. If you need a different type, create a new label.