Sign in

Update project

documented

Update a project.

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 {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"name": "{{$name}}", "description": "{{$description}}", "client_id": {{$client_id}}, "users": [{{$user_id1}}, {{$user_id2}}], "managers": [{{$manager_id1}}], "color": "{{$color}}", "active": {{$active}}}'