Skip to content

Commit

Permalink
style: change api summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed May 2, 2024
1 parent 7cbb7ab commit 098774d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post/src/main/java/com/oing/restapi/PostApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ MissionUploadStatusResponse getMissionUploadStatus(
String loginFamilyId
);

@Operation(summary = "회원 미션 참여 가능 여부 응답 조회", description = "회원 미션 참여 가능 여부를 조회합니다.")
@Operation(summary = "가족 미션 키 획득 여부 응답 조회", description = "가족 미션 키 획득 여부를 조회합니다.")
@GetMapping("/{memberId}/mission-available")
MissionAvailableStatusResponse getMissionAvailableStatus(
@PathVariable
Expand Down

0 comments on commit 098774d

Please sign in to comment.