follow_tag
Follow specific tags on Qiita to receive updates and discover relevant content from the Japanese developer community platform.
Instructions
指定されたタグをフォローします
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagId | Yes | タグID |
Input Schema (JSON Schema)
{
"properties": {
"tagId": {
"description": "タグID",
"type": "string"
}
},
"required": [
"tagId"
],
"type": "object"
}