Hello all,
Is it possible to create a new tag and assign it to an existing tag group via the Discourse API? I don’t see anything in the API documentation about accessing tag groups.
Thanks for any insight you can offer!
Lawrence
Hello all,
Is it possible to create a new tag and assign it to an existing tag group via the Discourse API? I don’t see anything in the API documentation about accessing tag groups.
Thanks for any insight you can offer!
Lawrence
You can create a new tag group and assign it tags with:
And you can add tags to an existing tag group with:
To get a specific tag group by id:
To get a list of all tags groups:
I’ll be sure to update the api docs…
Beautiful! Thanks @blake.
Okay tag groups have been added to the API Docs.