We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd3831d + 33dfca1 commit 9ce6bc1Copy full SHA for 9ce6bc1
personalization-service/src/main/java/de/muenchen/dbs/personalization/checklist/ChecklistController.java
@@ -78,7 +78,7 @@ public ChecklistReadDTO checkChecklistEntry(@PathVariable(CHECKLIST_ID) final UU
78
}
79
80
@PostMapping(PATH_VAR_CHECKLIST_ID + PATH_VAR_SERVICE_ID + "/uncheck")
81
- @Operation(summary = "Check a Checklist-Entry", description = "Checks a checklist-entry.")
+ @Operation(summary = "Uncheck a Checklist-Entry", description = "Unchecks a checklist-entry.")
82
@ResponseStatus(HttpStatus.OK)
83
public ChecklistReadDTO uncheckChecklistEntry(@PathVariable(CHECKLIST_ID) final UUID checklistID,
84
@PathVariable(SERVICE_ID) final String serviceID) {
0 commit comments