Skip to content

Commit efc85dc

Browse files
committed
formatting
1 parent 4ace923 commit efc85dc

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

ReadMe.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,11 @@ Example Request:
295295

296296
Example Response:
297297

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+
}
303303

304304

305305
add
@@ -308,12 +308,12 @@ The add method adds the uploaded file to the specified path. Unlike the other me
308308

309309
Example Response:
310310

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+
}
317317

318318

319319
addfolder
@@ -326,12 +326,12 @@ Example Request:
326326

327327
Example Response:
328328

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+
}
335335

336336

337337
download

0 commit comments

Comments
 (0)