The /tags.json endpoint is returning tag names as tag ids. For example:
{
"tags": [
{
"id": "suspensions",
"text": "suspensions",
"count": 0,
"pm_count": 0
}
]
}
I would have expected the id field to match the tag’s id in the database. Is this a bug or am I thinking about it wrong?