Skip to content

Commit b45c4ca

Browse files
committed
feat: correction of false description
1 parent 2d8f780 commit b45c4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/insee/genesis/controller/rest/RundeckExecutionController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public RundeckExecutionController(RundeckExecutionApiPort rundeckExecutionApiPor
2727
@Operation(summary = "Register a Rundeck execution")
2828
@PostMapping(path = "/save")
2929
public ResponseEntity<Object> addRundeckExecution(
30-
@Parameter(description = "Survey name to call Kraftwerk on") @RequestBody RundeckExecution rundeckExecution
30+
@Parameter(description = "JSON response from Rundeck API /run endpoint") @RequestBody RundeckExecution rundeckExecution
3131
){
3232
try{
3333
rundeckExecutionApiPort.addExecution(rundeckExecution);

0 commit comments

Comments
 (0)