We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8f780 commit b45c4caCopy full SHA for b45c4ca
src/main/java/fr/insee/genesis/controller/rest/RundeckExecutionController.java
@@ -27,7 +27,7 @@ public RundeckExecutionController(RundeckExecutionApiPort rundeckExecutionApiPor
27
@Operation(summary = "Register a Rundeck execution")
28
@PostMapping(path = "/save")
29
public ResponseEntity<Object> addRundeckExecution(
30
- @Parameter(description = "Survey name to call Kraftwerk on") @RequestBody RundeckExecution rundeckExecution
+ @Parameter(description = "JSON response from Rundeck API /run endpoint") @RequestBody RundeckExecution rundeckExecution
31
){
32
try{
33
rundeckExecutionApiPort.addExecution(rundeckExecution);
0 commit comments