Commit 3e15eb2 1 parent 55430e9 commit 3e15eb2 Copy full SHA for 3e15eb2
File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 95
95
parameters :
96
96
- $ref : " #/components/parameters/ClientIDParam"
97
97
- $ref : " #/components/parameters/ClientFolderPathParam"
98
+ - $ref : " #/components/parameters/CleanUpBackupParam"
98
99
responses :
99
100
" 200 " :
100
101
$ref : " #/components/responses/ResponseOK"
@@ -151,6 +152,19 @@ components:
151
152
type : string
152
153
example : C:\Users\icewhale\Downloads
153
154
155
+ CleanUpBackupParam :
156
+ name : cleanup_backup
157
+ in : query
158
+ description : |
159
+ whether to clean up the backup files on the server side
160
+
161
+ > - If set to `true`, will clean up the backup files on the server side.
162
+ > - If set to `false`, will not clean up the backup files on the server side.
163
+ schema :
164
+ type : boolean
165
+ example : true
166
+ default : true
167
+
154
168
SuccessParam :
155
169
name : success
156
170
in : query
You can’t perform that action at this time.
0 commit comments