Sign in

Update report

documented

Update a report.

Reportsno 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/reports/{{$report_id}}" \
  -X PUT \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"name": "{{$name}}", "type": "static", "date_interval": "this_month", "projects": "all_active", "users": [{{$user_id}}], "clients": "all", "include": {"projects": true, "tasklists": true, "tasks": true}, "extra": {"display_projects_budgets": true, "display_costs": true}}'
Update report · Paymo · OpenIntegrations