File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -295,11 +295,11 @@ Example Request:
295
295
296
296
Example Response:
297
297
298
- {
299
- "Error": "No error",
300
- "Code": 0,
301
- "Path": "/UserFiles/Image/logo.png"
302
- }
298
+ {
299
+ "Error": "No error",
300
+ "Code": 0,
301
+ "Path": "/UserFiles/Image/logo.png"
302
+ }
303
303
304
304
305
305
add
@@ -308,12 +308,12 @@ The add method adds the uploaded file to the specified path. Unlike the other me
308
308
309
309
Example Response:
310
310
311
- {
312
- "Path": "/UserFiles/Image/",
313
- "Name": "new_logo.png",
314
- "Error": "No error",
315
- "Code": 0
316
- }
311
+ {
312
+ "Path": "/UserFiles/Image/",
313
+ "Name": "new_logo.png",
314
+ "Error": "No error",
315
+ "Code": 0
316
+ }
317
317
318
318
319
319
addfolder
@@ -326,12 +326,12 @@ Example Request:
326
326
327
327
Example Response:
328
328
329
- {
330
- "Parent": "/UserFiles/",
331
- "Name": "new_logo.png",
332
- "Error": "No error",
333
- "Code": 0
334
- }
329
+ {
330
+ "Parent": "/UserFiles/",
331
+ "Name": "new_logo.png",
332
+ "Error": "No error",
333
+ "Code": 0
334
+ }
335
335
336
336
337
337
download
You can’t perform that action at this time.
0 commit comments