questionBank_duplicate
Duplicates a question bank and every one of its items into a new, independent bank - the items are copies, editing one bank never affects the other. Works on your own banks and on templates from questionBank_templateList. The copy lands in the project given as projectId, or in the project the API key is scoped to when none is named; a bank can only be referenced from Riddles of its own project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title for the new, duplicated bank. | |
| projectId | No | The project (team) ID the copy should land in, as returned by project_list. Omit for the project the API key is scoped to (your personal space on a user API key). | |
| questionBankId | Yes | The ID of the question bank to duplicate - an existing bank or a template from questionBank_templateList. |