Skip to content

Commit

Permalink
docs: 비밀번호 변경 API 문서화
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocochip101 committed Dec 18, 2024
1 parent b31e430 commit 0205ec8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions backend/src/docs/asciidoc/member.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ operation::member/change-email-fail/not-verified-email[snippets="http-request,re
==== 실패: 적절하지 않은 이메일 형식

operation::member/change-email-fail/invalid-email[snippets="http-request,request-cookies,path-parameters,request-fields,http-response"]

=== 사용자 비밀번호 변경

==== 성공

operation::member/change-password[snippets="http-request,request-cookies,path-parameters,request-fields,http-response"]

==== 실패: 적절하지 않은 비밀번호 형식

operation::member/change-password-fail/invalid-password[snippets="http-request,request-cookies,path-parameters,request-fields,http-response"]

0 comments on commit 0205ec8

Please sign in to comment.