We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea6d7b commit df6627cCopy full SHA for df6627c
1 file changed
dataikuapi/dss/apideployer.py
@@ -81,8 +81,8 @@ def create_infra(self, infra_id, stage, type):
81
"""
82
pass
83
settings = {
84
- "infraId" : infra_id,
85
- "stage:" stage,
+ "infraId": infra_id,
+ "stage": stage,
86
"type": type,
87
}
88
self.client._perform_json("POST", "/api-deployer/infras", body=settings)
0 commit comments