-
Notifications
You must be signed in to change notification settings - Fork 0
프로필 사진 업로드
sGOM edited this page Aug 22, 2021
·
1 revision
- Method : POST
- URL : /public/file
- Content-Type : application/json; charset=utf-8
필드명 | 타입 | 필수여부 | 설명 |
---|---|---|---|
예제
http POST https://:your-site/public/file
예제
http status code | code | message | comment |
---|---|---|---|
201 | 0 | SUCCESS | 정상 응답 |
400 | 0 | FAIL | 비정상 응답 |
401 | 0 | Unathorized | 로그인 필요 |
403 | 0 | Forbidden | 권한 없음 |
- request가 없는데 post가 맞나? 헷갈려