Skip to content

리프레시 토큰

ganghee edited this page May 16, 2020 · 2 revisions

Request

URL

[GET] ~/auth/refresh

Header

메소드 파라미터 설명
Content-Type application/json

Body

변수 타입 설명
uuid String UUID
{
	"uuid":"asdlkfj23832ehrla"
}

Response

SUCCESS

{
    "status": 200,
    "success": true,
    "message": "리프래시 변경 성공"
}

FAIL : 서버 내부 에러의 경우

{
    "status": 600,
    "success": false,
    "message": "서버 내부 오류"
}