Skip to content

Commit

Permalink
doc: update doc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-yhc committed Aug 1, 2023
1 parent eddcb4e commit 39756ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ void contextLoads() throws Exception {
preprocessResponse(prettyPrint()), // response JSON 정렬하여 출력

resource(ResourceSnippetParameters.builder()
.tag("Global")

.summary("인트로 API")
.description("앱 버전 정보를 조회한다.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ void checkNickname_NonDuplicate() throws Exception {
preprocessResponse(prettyPrint()), // response JSON 정렬하여 출력

resource(ResourceSnippetParameters.builder()
.tag("Authorization")
.summary("[회원인증] 닉네임 중복 검사")
.description("닉네임 중복 검사 후, 중복 여부를 반환한다.\n\n" +
"View : 회원가입 화면 > 닉네임 입력 화면\n\n\n\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ void juniorSignupDuplicatedNickname() throws Exception {
preprocessResponse(prettyPrint()), // response JSON 정렬하여 출력

resource(ResourceSnippetParameters.builder()
.tag("Authorization")
.responseFields(
fieldWithPath("success").type(JsonFieldType.BOOLEAN).description("성공 여부"),
fieldWithPath("responseCode").type(JsonFieldType.NUMBER).description("응답 코드"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ void seniorSignup() throws Exception {
preprocessResponse(prettyPrint()), // response JSON 정렬하여 출력

resource(ResourceSnippetParameters.builder()
.tag("Authorization")
.summary("[회원인증] 시니어 회원가입")
.description(
CustomMDGenerator.builder()
Expand Down

0 comments on commit 39756ef

Please sign in to comment.