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 f59fb56 commit bf834abCopy full SHA for bf834ab
src/main/java/fr/insee/genesis/controller/rest/responses/RawResponseController.java
@@ -185,7 +185,7 @@ public ResponseEntity<String> processRawResponsesByCollectionInstrumentId(
185
}
186
187
@Operation(summary = "Get the list of collection instruments containing unprocessed interrogations")
188
- @GetMapping(path = "/raw-responses/unprocessed/collection-intrument-ids")
+ @GetMapping(path = "/raw-responses/unprocessed/collection-instrument-ids")
189
@PreAuthorize("hasRole('SCHEDULER')")
190
public ResponseEntity<List<String>> getUnprocessedCollectionInstrument(){
191
log.info("Try to get collection instruments containing unprocessed interrogations...");
0 commit comments