pylon_update_task
Update an existing Pylon task by modifying its status, title, due date, assignee, project, or other details.
Instructions
Update an existing task in Pylon. Rate limit: 60 requests per minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title for this task | |
| status | No | Status: not_started, in_progress, or completed | |
| task_id | Yes | The unique identifier of the task to update | |
| due_date | No | Due date in RFC 3339 format | |
| body_html | No | Body HTML | |
| project_id | No | Project ID | |
| assignee_id | No | Assignee ID | |
| milestone_id | No | Milestone ID | |
| customer_portal_visible | No | Customer portal visible |