Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
| 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 | ### response | 11 | ### response |
| 11 | - 200 : { id: <id> } | 12 | - 200 : { id: <id> } |
| 12 | - 400 : no gif | 13 | - 400 : no gif |
| ... | @@ -17,6 +18,7 @@ | ... | @@ -17,6 +18,7 @@ |
| 17 | - endpoint : / | 18 | - endpoint : / |
| 18 | - Method : GET | 19 | - Method : GET |
| 19 | - QueryString : id=<id> | 20 | - QueryString : id=<id> |
| 21 | + | ||
| 20 | ### response | 22 | ### response |
| 21 | - 200 : Content-type:image/gif | 23 | - 200 : Content-type:image/gif |
| 22 | - 400 : no id | 24 | - 400 : no id | ... | ... |
-
Please register or login to post a comment