attj
1
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?
renato
(Renato Atilio)
2
You can PUT
on /tag/{name}
with a body of something like { tag: { description: "The Tag Description" } }
.
1 Like
system
(system)
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.