Skip to main content

get_label_list

Get the list of labels available for tagging items.

Parameters

None.

Returns

A list of LabelDto objects, each containing:

create_label

Create a label with a name and background color. Requires super admin.

Parameters

Returns

A LabelDto with the created label’s details.

update_label

Update a label’s name and/or background color. Only provided fields are updated. Requires super admin.

Parameters

Returns

A LabelDto with the updated label details.

delete_label

Delete a label. Requires super admin.

Parameters

Returns

A confirmation message with the deleted label’s name.