user_config
更新用户配置
更新用户配置,如果配置不存在则创建,如果存在则合并更新
post/v2/user/config
Headers
Authorizationstring required
Bearer jwt token
Request body
Response
success, the data is model.UserConfig
Example response
{
"message": "success"
}更新用户配置,如果配置不存在则创建,如果存在则合并更新
Bearer jwt token
success, the data is model.UserConfig
{
"message": "success"
}