update_task
Modify tasks in a Storyblok space by updating task details such as name, description, type, webhook URL, or lambda code 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 |
|---|---|---|---|
| description | No | ||
| lambda_code | No | ||
| name | No | ||
| task_id | Yes | ||
| task_type | No | webhook | |
| user_dialog | No | ||
| webhook_url | No |