Skip to content

로그인

sGOM edited this page Aug 21, 2021 · 1 revision

게시글 좋아요 추가

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

Request

필드명 타입 필수여부 설명
username String Required 로그인 아이디
password String Required 로그인 비밀번호

예제

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

Response

예제

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

의논할 부분

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