update_task
Modify an existing task in a Storyblok space by updating its name, description, webhook URL, lambda code, or user dialog configuration using the Management API.
Instructions
Updates an existing task in a specified Storyblok space using the Management API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to update | |
| name | No | New name for the task | |
| description | No | New description for the task | |
| task_type | No | Type of task | webhook |
| webhook_url | No | New webhook URL | |
| lambda_code | No | New lambda code | |
| user_dialog | No | New user dialog configuration |