get_label_list
Get the list of labels available for tagging items.Parameters
None.Returns
A list ofLabelDto objects, each containing:
create_label
Create a label with a name and background color. Requires super admin.Parameters
Returns
ALabelDto 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
ALabelDto with the updated label details.