Currently, site.json API does not list tags, yet it lists can_tag_topics
, can_create_tag
and tags_filter_regexp
.
Let’s add the tags list to the site.json as well.
Currently, site.json API does not list tags, yet it lists can_tag_topics
, can_create_tag
and tags_filter_regexp
.
Let’s add the tags list to the site.json as well.
Also, I could not find an API way to get the full list of tags even by a separate API call. Does anyone know how to do it?
It looks like you simply call /tags with an accept-header of application/json (at least from what I can tell)
Could you be more precise ?