Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -6,10 +6,10 @@ | ... | @@ -6,10 +6,10 @@ |
| 6 | - endpoint : / | 6 | - endpoint : / |
| 7 | - Method : POST | 7 | - Method : POST |
| 8 | - Content-Type : multipart/form-data | 8 | - Content-Type : multipart/form-data |
| 9 | -- Body : gif=<file> | 9 | +- Body : gif=`<file>` |
| 10 | 10 | ||
| 11 | ### response | 11 | ### response |
| 12 | -- 200 : { id: <id> } | 12 | +- 200 : { id: `<id>` } |
| 13 | - 400 : no gif | 13 | - 400 : no gif |
| 14 | - 500 : server error | 14 | - 500 : server error |
| 15 | 15 | ||
| ... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
| 17 | ### request | 17 | ### request |
| 18 | - endpoint : / | 18 | - endpoint : / |
| 19 | - Method : GET | 19 | - Method : GET |
| 20 | -- QueryString : id=<id> | 20 | +- QueryString : id=`<id>` |
| 21 | 21 | ||
| 22 | ### response | 22 | ### response |
| 23 | - 200 : Content-type:image/gif | 23 | - 200 : Content-type:image/gif | ... | ... |
-
Please register or login to post a comment