How to rename a tag in pinboard
curl "https://api.pinboard.in/v1/tags/rename?old=OldTag&new=NewTag&auth_token=YOUR_API_TOKEN"
I use tags for importing Pinboard bookmarks into my website. I wanted to rename tags when changing from https://www.danott.co to https://danott.website. There’s no clear way in the Pinboard website. But this API endpoint did the trick!