Available methods:
Required API scope: tags:read
GET /api/v1/tag_followings
[
"api",
"development",
"diaspora"
]
Required API scope: tags:modify
POST /api/v1/tag_followings
{
"name": "cats"
}
Name | Type | Description |
---|---|---|
name | string | The name of the tag to be followed. |
Status: 204 No Content
Status code | Error reason |
---|---|
409 | Tag was already followed |
Required API scope: tags:modify
DELETE /api/v1/tag_followings/:tag_name
Status: 204 No Content
Status code | Error reason |
---|---|
410 | Tag was not followed |