Search
Duplicate

로그아웃

method
GET
fail
1. Authorization 헤더가 없을 때 { "msg": "Cannot invoke \"String.substring(int)\" because \"bearerToken\" is null", "status": 400 }, 2. Authorization헤더가 있지만 토큰값에 “Bearer “가 없을때 { "msg": "begin 7, end 0, length 0", "status": 400 }, 3. Authorization헤더가 있지만 유효한 토큰이 아닐 때 { "msg": "해당 토큰이 존재하지 않습니다.", "status": 400 },
request
response-success
status code: 204
url
/v1/users/logout
분류
요구사항
주석