Update project
documentedUpdate an existing project.
PUT /projects/business/{businessId}/project/{projectId}Projectsno implementation yet0 runsNo 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://api.freshbooks.com/projects/business/{{$business_id}}/project/{{$project_id}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{\"project\": {\"title\": \"{{$title}}\", \"due_date\": \"{{$due_date}}\", \"client_id\": {{$client_id}}}}'