questionBank_addTag
Adds a tag to a question bank, identified either by tagName (reusing the project's tag of that name, or creating it if there is none yet) or by tagId from questionBank_tagList. Tagging a bank that already has the tag changes nothing. Rejected for a public template id, see questionBank_templateList.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagId | No | The ID of an existing tag, as returned by questionBank_tagList. Pass either this or tagName. | |
| tagName | No | The name of the tag to apply. Creates the tag if this project does not have it yet. Pass either this or tagId. | |
| questionBankId | Yes | The ID of the question bank to tag. |