json
Create and update Things todos and projects by passing a JSON array of objects. Use reveal to navigate to the first created item, and supply auth-token for update operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON string containing array of todo and project objects | |
| reveal | No | Navigate to and show the first created item | |
| auth-token | No | Authorization token (required for update operations) |