update_project
Modify project details in Things3, including title, notes, schedule, area, deadline, start date, and tags. Only specified fields are updated.
Instructions
Update a project's fields. Only provided fields are changed.
Args: uuid: Project UUID (required). title: New title. notes: New notes. schedule: 'inbox', 'anytime', or 'someday'. area_uuid: Move the project to this area. deadline: New deadline (Unix timestamp). start_date: New start date (Unix timestamp). tags: New tag list (replaces existing tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| title | No | ||
| notes | No | ||
| schedule | No | ||
| area_uuid | No | ||
| deadline | No | ||
| start_date | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |