-
Notifications
You must be signed in to change notification settings - Fork 5
API 명세서 0. common
SaetByeol Ahn edited this page Oct 29, 2020
·
3 revisions
코드 | 설명 |
---|---|
200 | OK (정상 처리) |
400 | Bad Request (invalid한 요청) |
401 | Unauthorized (auth 토큰 invalid) |
404 | Not Found (존재하지 않는 API, 데이터를 찾을 수 없음) |
{
"Authorization": \(토큰 값),
"Content-Type": "Application/json"
}
작업 완료 : ⭕️
작업 완료했으나 추후 수정할 예정 : ⛔️
작업 진행 중 : 🚫
아직 시작하지 않음 : ❌
토큰 값이 없으면 401이 리턴됩니당 🤔