Skip to content

Commit 33dfca1

Browse files
FabianWilmslehju
andauthored
Update personalization-service/src/main/java/de/muenchen/dbs/personalization/checklist/ChecklistController.java
Co-authored-by: lehju <[email protected]>
1 parent c57c685 commit 33dfca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

personalization-service/src/main/java/de/muenchen/dbs/personalization/checklist/ChecklistController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public ChecklistReadDTO checkChecklistEntry(@PathVariable(CHECKLIST_ID) final UU
7878
}
7979

8080
@PostMapping(PATH_VAR_CHECKLIST_ID + PATH_VAR_SERVICE_ID)
81-
@Operation(summary = "Check a Checklist-Entry", description = "Checks a checklist-entry.")
81+
@Operation(summary = "Uncheck a Checklist-Entry", description = "Unchecks a checklist-entry.")
8282
@ResponseStatus(HttpStatus.OK)
8383
public ChecklistReadDTO uncheckChecklistEntry(@PathVariable(CHECKLIST_ID) final UUID checklistID,
8484
@PathVariable(SERVICE_ID) final String serviceID) {

0 commit comments

Comments
 (0)