Sign in

Update project

documented

Update project properties (name, leader, members, etc.). ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/projects/projects.html))

PUT /api/v1/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.activecollab.com/{{$account_id}}/api/v1/projects/{{$project_id}}" \
  -X PUT \
  -H "X-Angie-AuthApiToken: {{ACTIVECOLLAB_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}"}'