forked from loafle/openapi-generator-original
update samples
This commit is contained in:
@@ -337,8 +337,7 @@ class AuthApi:
|
|||||||
)
|
)
|
||||||
|
|
||||||
_response_types_map: Dict[str, Optional[str]] = {
|
_response_types_map: Dict[str, Optional[str]] = {
|
||||||
'200': "str"
|
'200': "str",
|
||||||
|
|
||||||
}
|
}
|
||||||
response_data = self.api_client.call_api(
|
response_data = self.api_client.call_api(
|
||||||
*_param,
|
*_param,
|
||||||
@@ -401,8 +400,7 @@ class AuthApi:
|
|||||||
)
|
)
|
||||||
|
|
||||||
_response_types_map: Dict[str, Optional[str]] = {
|
_response_types_map: Dict[str, Optional[str]] = {
|
||||||
'200': "str"
|
'200': "str",
|
||||||
|
|
||||||
}
|
}
|
||||||
response_data = self.api_client.call_api(
|
response_data = self.api_client.call_api(
|
||||||
*_param,
|
*_param,
|
||||||
@@ -465,8 +463,7 @@ class AuthApi:
|
|||||||
)
|
)
|
||||||
|
|
||||||
_response_types_map: Dict[str, Optional[str]] = {
|
_response_types_map: Dict[str, Optional[str]] = {
|
||||||
'200': "str"
|
'200': "str",
|
||||||
|
|
||||||
}
|
}
|
||||||
response_data = self.api_client.call_api(
|
response_data = self.api_client.call_api(
|
||||||
*_param,
|
*_param,
|
||||||
|
|||||||
@@ -337,8 +337,7 @@ class AuthApi:
|
|||||||
)
|
)
|
||||||
|
|
||||||
_response_types_map: Dict[str, Optional[str]] = {
|
_response_types_map: Dict[str, Optional[str]] = {
|
||||||
'200': "str"
|
'200': "str",
|
||||||
|
|
||||||
}
|
}
|
||||||
response_data = self.api_client.call_api(
|
response_data = self.api_client.call_api(
|
||||||
*_param,
|
*_param,
|
||||||
@@ -401,8 +400,7 @@ class AuthApi:
|
|||||||
)
|
)
|
||||||
|
|
||||||
_response_types_map: Dict[str, Optional[str]] = {
|
_response_types_map: Dict[str, Optional[str]] = {
|
||||||
'200': "str"
|
'200': "str",
|
||||||
|
|
||||||
}
|
}
|
||||||
response_data = self.api_client.call_api(
|
response_data = self.api_client.call_api(
|
||||||
*_param,
|
*_param,
|
||||||
@@ -465,8 +463,7 @@ class AuthApi:
|
|||||||
)
|
)
|
||||||
|
|
||||||
_response_types_map: Dict[str, Optional[str]] = {
|
_response_types_map: Dict[str, Optional[str]] = {
|
||||||
'200': "str"
|
'200': "str",
|
||||||
|
|
||||||
}
|
}
|
||||||
response_data = self.api_client.call_api(
|
response_data = self.api_client.call_api(
|
||||||
*_param,
|
*_param,
|
||||||
|
|||||||
@@ -34,7 +34,8 @@ class TestErrorResponsesWithModel400Response(BaseModel):
|
|||||||
|
|
||||||
model_config = {
|
model_config = {
|
||||||
"populate_by_name": True,
|
"populate_by_name": True,
|
||||||
"validate_assignment": True
|
"validate_assignment": True,
|
||||||
|
"protected_namespaces": (),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,8 @@ class TestErrorResponsesWithModel404Response(BaseModel):
|
|||||||
|
|
||||||
model_config = {
|
model_config = {
|
||||||
"populate_by_name": True,
|
"populate_by_name": True,
|
||||||
"validate_assignment": True
|
"validate_assignment": True,
|
||||||
|
"protected_namespaces": (),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,8 @@ class TestErrorResponsesWithModel400Response(BaseModel):
|
|||||||
|
|
||||||
model_config = {
|
model_config = {
|
||||||
"populate_by_name": True,
|
"populate_by_name": True,
|
||||||
"validate_assignment": True
|
"validate_assignment": True,
|
||||||
|
"protected_namespaces": (),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,8 @@ class TestErrorResponsesWithModel404Response(BaseModel):
|
|||||||
|
|
||||||
model_config = {
|
model_config = {
|
||||||
"populate_by_name": True,
|
"populate_by_name": True,
|
||||||
"validate_assignment": True
|
"validate_assignment": True,
|
||||||
|
"protected_namespaces": (),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user