Update a quiz hook
quiz_video_update_quiz_hookUpdate an existing hook on a quiz. Requires quizId and numeric hookId; updates is a partial HookInput.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hookId | Yes | Numeric id of the hook to update (from list_quiz_hooks). | |
| quizId | Yes | Quiz ID in YouTube-style 11-character base64url format. | |
| updates | Yes | Partial HookInput object; only included fields are updated. |