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.
1 parent c57c685 commit 33dfca1Copy full SHA for 33dfca1
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)
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