fix: 备份账号 OneDrive 绑定逻辑修改 (#1529)
This commit is contained in:
@@ -7085,6 +7085,31 @@ var doc = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"/settings/backup/onedrive": {
|
||||
"get": {
|
||||
"security": [
|
||||
{
|
||||
"ApiKeyAuth": []
|
||||
}
|
||||
],
|
||||
"description": "获取 OneDrive 信息",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"Backup Account"
|
||||
],
|
||||
"summary": "Load OneDrive info",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/settings/backup/record/del": {
|
||||
"post": {
|
||||
"security": [
|
||||
|
Reference in New Issue
Block a user