Sign in

Update project

documented

Update a project by ID.

PUT /projects/{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://redbooth.com/api/3/projects/{{$project_id}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"name": "{{$title}}", "organization_id": {{$organization_id}}, "tracks_time": {{$tracks_time}}, "public": {{$public}}, "include_weekend_days": {{$include_weekend_days}}, "publish_pages": {{$publish_pages}}}'
Update project · Redbooth · OpenIntegrations