Sign in

Rename tag

documented

Renames a tag, or folds it into an existing tag.

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.pinboard.in/v1/tags/rename?old={{$old_tag}}&new={{$new_tag}}&auth_token={{PINBOARD_API_KEY}}&format=json\" -X GET -H \"Accept: application/json\" # Pinboard API docs: https://pinboard.in/api/
Rename tag · Pinboard · OpenIntegrations