Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#163] 댓글 작성 및 조회 API Swagger 작성 #164

Merged
merged 8 commits into from
Sep 30, 2024
Merged

Conversation

eunbileeme
Copy link
Collaborator

@eunbileeme eunbileeme commented Sep 28, 2024

📢 관련 이슈

📃 작업 사항

  1. 댓글 작성 API Swagger 작성
  • 200(성공), 400(잘못된 요청), 401(로그인 필요), 403(권한 없음), 404(존재하지 않는 postId 또는 parentId), 500(서버 오류)
    • 이때, 404에 대해 postIdparentId 케이스를 나눠서 작성
  1. 댓글 조회 API Swagger 작성
  • 200(성공), 400(잘못된 요청), 401(로그인 필요), 403(권한 없음), 404(존재하지 않는 postId), 500(서버 오류)

@eunbileeme eunbileeme added the documentation Improvements or additions to documentation label Sep 28, 2024
@eunbileeme eunbileeme self-assigned this Sep 28, 2024
Copy link

sonarcloud bot commented Sep 30, 2024

@eunbileeme eunbileeme merged commit d352a0e into dev Sep 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant