is_tag_followed
Check if you are following a specific tag on Qiita to manage your developer community interests and stay updated on relevant topics.
Instructions
指定されたタグをフォローしているかどうかを確認します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagId | Yes | タグID |
Input Schema (JSON Schema)
{
"properties": {
"tagId": {
"description": "タグID",
"type": "string"
}
},
"required": [
"tagId"
],
"type": "object"
}