Skip to content

프로필 사진 업로드

sGOM edited this page Aug 22, 2021 · 1 revision

게시글 좋아요 추가

  • Method : POST
  • URL : /public/file
  • Content-Type : application/json; charset=utf-8

Request

필드명 타입 필수여부 설명

예제

http POST https://:your-site/public/file

Response

예제

http status code code message comment
201 0 SUCCESS 정상 응답
400 0 FAIL 비정상 응답
401 0 Unathorized 로그인 필요
403 0 Forbidden 권한 없음

의논할 부분

  • request가 없는데 post가 맞나? 헷갈려