Adding new tags to tag groups via API

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

3 Likes

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…

7 Likes

Beautiful! Thanks @blake.

1 Like

Okay tag groups have been added to the API Docs.

2 Likes