Update Tag Descriptions via API

Here (Add Title and Description to Tags - #17 by sam), it is suggested that we can go through each tag and update its description one by one.

However, the server suggests that the patch route for "/tag/{name}’ does not exists. Is there a workaround to this?

You can PUT on /tag/{name} with a body of something like { tag: { description: "The Tag Description" } }.

1 Like

Thanks a lot, it works.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.