Skip to content

Commit

Permalink
fix Apidoc page to use staging env correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Nov 6, 2023
1 parent a895c29 commit 6ac1625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antarest/study/business/areas/thermal_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ThermalClusterOutput(Thermal860Config, metaclass=AllOptionalMetaclass):
class Config:
@staticmethod
def schema_extra(schema: t.MutableMapping[str, t.Any]) -> None:
schema["example"] = ThermalClusterInput(
schema["example"] = ThermalClusterOutput(
id="2 avail and must 1",
group="Gas",
name="2 avail and must 1",
Expand Down

0 comments on commit 6ac1625

Please sign in to comment.