[SOLVED] How to add tags to items?

How to add tags to existing items? I can no longer edit tags in habmin. The fields are gray and i can not change them.

You can add tags to items via the REST API.

  • In Paper UI, make sure that the Addon Misc -> REST Documentation is installed.
  • Open the REST Documentation: http://…:8080/doc/index.html
  • Open items, PUT /items/{itemname}/tags/{tag}
  • Enter the name of the item and then the tag and press “Try it out”

With GET /items you can retrieve a full list of items. There you also see the tags.

2 Likes

Thank you. It is a pity that there is no more friendly way.