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 39756ef commit 67325cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void deleteMember() throws Exception {
resource(ResourceSnippetParameters.builder()
.description("유저 삭제")
.summary("유저 삭제")
.tag("admin")
.tag("Admin")
.pathParameters(
parameterWithName("id").type(SimpleType.NUMBER).description("유저 id")
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void updateDeviceToken() throws Exception {
)
.build()
)
.tag("멤버")
.tag("Member")
.queryParameters(
parameterWithName("deviceToken").description("디바이스 토큰")
)
Expand Down

0 comments on commit 67325cc

Please sign in to comment.