update_question_banks
Rename multiple question banks at once by submitting a list of IDs with new names. Update bank names in a single batch operation without altering questions or quiz relationships.
Instructions
Rename one or more question banks. This is a BATCH operation.
Pass `question_banks`, a list of items each needing an `id`. `name` is the ONLY writable field on a bank - its
questions are managed with `create_questions` / `update_questions`, and its
relationship to a quiz with the bind tools.
Requires the `question-banks:write` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question_banks | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| note | Yes | ||
| total | Yes | ||
| failed | Yes | ||
| succeeded | Yes |