Skip to content

Commit 7b98f79

Browse files
committed
Fix Http Methode.
Signed-off-by: AAJELLAL <[email protected]>
1 parent 4e18869 commit 7b98f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gridsuite/studyconfig/server/controller/NetworkVisualizationsParamController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public ResponseEntity<Void> deleteParameters(
103103
return ResponseEntity.noContent().build();
104104
}
105105

106-
@PostMapping("/{id}/positions-config-uuid")
106+
@PutMapping("/{id}/positions-config-uuid")
107107
@Operation(summary = "Update the positions configuration uuid",
108108
description = "Updates existing network visualizations parameter")
109109
@ApiResponse(responseCode = "204", description = "the positions configuration uuid parameter updated")

0 commit comments

Comments
 (0)