Sign in

Rename tag

documented

Rename an existing tag with a new tag name.

GET /v1/tags/renameTagsno 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.ln.ht/v1/tags/rename?old={{$old}}&new={{$new}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Rename tag · linkhut · OpenIntegrations