curl --location --request PUT 'https://api.github.com/repos///topics' \
--header 'Content-Type: application/json' \
--data-raw '{
"names": [
"octocat",
"atom",
"electron",
"api"
]
}'
{
"names": [
"string"
]
}
Authorization: Bearer ********************
[]
) to clear all topics from the repository. Note: Topic names
cannot contain uppercase letters.【GitHub】API开发者 微信交流群
用微信扫右侧二维码,加入【GitHub】API开发者 交流群,互助沟通