Sign in

Update tasklists order

documented

Change the order of task lists within a project.

PUT /projects/{project_id}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 \
  -u "{{PAYMOAPP_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"name": "{{$title}}", "description": "{{$description}}", "start_date": "{{$start_date}}", "due_date": "{{$due_date}}", "status": "{{$status}}"}'
Update tasklists order · Paymo · OpenIntegrations