Sign in

Update label

documented

Update a label.

POST /labels/{label_id}Labelsno 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.todoist.com/rest/v2/labels/{{$label_id}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "X-Request-Id: $(uuidgen)" \
  -d '{"name": "{{$name}}", "order": {{$order}}, "color": "{{$color}}", "is_favorite": {{$is_favorite}} }'
Update label · Todoist · OpenIntegrations