Skip to content

Commit

Permalink
fix: api 명세 수정 (#81)
Browse files Browse the repository at this point in the history
* fix: 내 id 조회 추가

* fix: api 명세 수정
  • Loading branch information
gzhan0226 authored Sep 28, 2024
1 parent f1d7f10 commit 080c7ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public ResponseCustom<Message> joinTeam(

@Operation(summary = "루틴 목록 조회", description = "teamId로 설정된 루틴 목록 조회")
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "루틴 목록 조회 성공", content = {@Content(mediaType = "application/json", schema = @Schema(implementation = CreateTeamResponse.class))}),
@ApiResponse(responseCode = "200", description = "루틴 목록 조회 성공", content = {@Content(mediaType = "application/json", schema = @Schema(implementation = ResponseCustom.class))}),
@ApiResponse(responseCode = "400", description = "루틴 목록 조회 실패", content = {@Content(mediaType = "application/json", schema = @Schema(implementation = ErrorResponse.class))}),
})
@GetMapping("/routine-list")
Expand Down

0 comments on commit 080c7ab

Please sign in to comment.