Sign in

Update project

documented

Update an existing project's properties.

POST /open/v1/project/{projectId}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://api.ticktick.com/open/v1/project/{{$projectId}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "color": "{{$color}}", "sortOrder": {{$sortOrder}}, "viewMode": "{{$viewMode}}", "kind": "{{$kind}}"}'
Update project · TickTick · OpenIntegrations