threadSection/update 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"name": "example",
"sectionId": "example_id",
"appearance": {
"color": "example",
"icon": "example"
}
}curl --location '/v1/yousure/threadSection/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "example",
"sectionId": "example_id",
"appearance": {
"color": "example",
"icon": "example"
}
}'{
"result": {
"section": {
"id": "example_id",
"name": "example",
"appearance": null
}
}
}