通过API更新标签描述

在此 (Add Title and Description to Tags - #17 by sam) 中,有人建议我们可以逐一修改每个标签的描述。

但是,服务器提示“/tag/{name}”的补丁路由不存在。有什么解决方法吗?

您可以使用 { tag: { description: \"标签描述\" } } 形式的请求体 PUT /tag/{name}

1 个赞

非常感谢,它奏效了。

1 个赞

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