You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Operation(summary = "Create a new set of parameters for an analysis using default parameters if none given")
42
+
@PostMapping
43
+
@Operation(summary = "Create a new set of parameters for an analysis using given parameters")
44
44
@ApiResponse(responseCode = "200", description = "The new parameters entity ID")
45
-
publicResponseEntity<UUID> createParameters(@Parameter(description = "Parameters to save instead of default ones", schema = @Schema(implementation = ShortCircuitParametersInfos.class))
@@ -58,7 +58,7 @@ public ResponseEntity<UUID> runAndSave(@Parameter(description = "Network UUID")
58
58
@Parameter(description = "Parameters (full or partial) to use on top of the ones designed by parametersUuid", schema = @Schema(implementation = ShortCircuitParameters.class))
0 commit comments