Skip to content

Commit

Permalink
fix: api 설명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Nov 6, 2024
1 parent b639438 commit b21ce3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public ResponseEntity<Void> completeStudy(
return ResponseEntity.ok().build();
}

@Operation(summary = "스터디 수료 철회", description = "스터디 수료 처리합니다.")
@Operation(summary = "스터디 수료 철회", description = "스터디 수료 처리를 철회합니다.")
@PatchMapping("/withdraw-completion")
public ResponseEntity<Void> withdrawStudyCompletion(
@RequestParam(name = "studyId") Long studyId, @Valid @RequestBody StudyCompletionRequest request) {
Expand Down

0 comments on commit b21ce3e

Please sign in to comment.