-
Notifications
You must be signed in to change notification settings - Fork 0
게시글_단건_조회
지훈 edited this page Dec 11, 2021
·
5 revisions
- Content-Type: application/json
- token(선택)
- token을 명시할 경우, 해당 사용자가 게시글을 좋아요했는지 여부를 Response Body에 추가함 (isLiked 필드 참고)
- no needed
- Content-Type: application/json
returns Article
statusCode | message |
---|---|
200 | "Success" |
404 | "요청한 게시글을 찾을 수 없습니다." |
404 | "요청한 사용자를 찾을 수 없습니다." |
400 | "Request 인자 값의 타입이 올바르지 않습니다." |
500 | "알 수 없는 서버 오류가 발생했습니다." |