action truora_update_hook { label: "Updates hook" description: "Updates a hook configuration." provider: truora method: PUT path: "/v1/hooks/{hook_id}" encoding: form input: { type: "object" properties: { hook_id: { type: "string" } } required: ["hook_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }