Add tasks from template
documentedAdd tasks from a project template to a project (or re-use a template).
Projectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.paymoapp.com/api/projects/{{$project_id}}" \
-X PUT \
-H "Authorization: Bearer {{PAYMOAPP_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"name": "{{$name}}", "description": "{{$description}}", "client_id": {{$client_id}}, "status_id": {{$status_id}}, "active": {{$active}}, "color": "{{$color}}", "users": [{{$user_id1}}, {{$user_id2}}], "managers": [{{$manager_id1}}], "billable": {{$billable}}, "flat_billing": {{$flat_billing}}, "price_per_hour": {{$price_per_hour}}, "price": {{$price}}, "hourly_billing_mode": "{{$hourly_billing_mode}}", "budget_hours": {{$budget_hours}}, "adjustable_hours": {{$adjustable_hours}}, "template_id": {{$template_id}}, "workflow_id": {{$workflow_id}} }}'