Sign in

Change Time Entry Tag Names

documented

Rename time-entry tag names.

PUT /v2/team/{team_id}/time_entries/tagsTime Trackingno 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.clickup.com/api/v2/team/{{$team_id}}/time_entries/tags" \
  -X PUT \
  -H "Authorization: {{CLICKUP_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$current_label_name}}", "new_name": "{{$new_label_name}}", "tag_bg": "{{$tag_bg}}", "tag_fg": "{{$tag_fg}}"}'