Skip to content

Commit

Permalink
get substation ID for a given network and given voltage level
Browse files Browse the repository at this point in the history
Signed-off-by: maissa SOUISSI <[email protected]>
  • Loading branch information
souissimai committed Oct 23, 2024
1 parent db3ab59 commit c90da65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public ResponseEntity<List<IdentifiableInfos>> getVoltageLevelBusbarSections(

@GetMapping(value = "/studies/{studyUuid}/nodes/{nodeUuid}/network/voltage-levels/{voltageLevelId}/substation-id")
@Operation(summary = "get the substation ID for a given network and a given voltage level")
@ApiResponses(value = {@ApiResponse(responseCode = "200", description = "The list of nominal voltages")})
@ApiResponses(value = {@ApiResponse(responseCode = "200", description = "The substation Id for a voltageLevel")})
public ResponseEntity<String> getVoltageLevelSubstationId(
@Parameter(description = "Study uuid") @PathVariable("studyUuid") UUID studyUuid,
@Parameter(description = "Node uuid") @PathVariable("nodeUuid") UUID nodeUuid,
Expand Down

0 comments on commit c90da65

Please sign in to comment.