You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/3_0/php-nextgen/petstore-with-fake-endpoints-models-for-testing.yaml
+76Lines changed: 76 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1339,6 +1339,75 @@ paths:
1339
1339
application/json:
1340
1340
schema:
1341
1341
$ref: '#/components/schemas/EnumClass'
1342
+
/fake/with_400_response/endpoint:
1343
+
post:
1344
+
tags:
1345
+
- fake
1346
+
summary: test endpoint with 400 response http code with dataType
1347
+
operationId: fake-with_400_response-endpoint
1348
+
responses:
1349
+
200:
1350
+
description: Valid status value
1351
+
content:
1352
+
application/json:
1353
+
schema:
1354
+
$ref: '#/components/schemas/Pet'
1355
+
'400':
1356
+
description: Invalid status value
1357
+
content:
1358
+
application/json:
1359
+
schema:
1360
+
$ref: '#/components/schemas/ErrorResponse'
1361
+
requestBody:
1362
+
$ref: '#/components/requestBodies/Pet'
1363
+
/fake/with_4xx_range_response/endpoint:
1364
+
post:
1365
+
tags:
1366
+
- fake
1367
+
summary: test endpoint with 400-499 range response http code with dataType
*FakeApi* | [**fakeWith400And4xxRangeResponseEndpoint**](docs/Api/FakeApi.md#fakewith400and4xxrangeresponseendpoint) | **POST** /fake/with_400_and_4xx_range_response/endpoint | test endpoint with 400 and 400-499 range response http code with dataType
86
+
*FakeApi* | [**fakeWith400ResponseEndpoint**](docs/Api/FakeApi.md#fakewith400responseendpoint) | **POST** /fake/with_400_response/endpoint | test endpoint with 400 response http code with dataType
87
+
*FakeApi* | [**fakeWith4xxRangeResponseEndpoint**](docs/Api/FakeApi.md#fakewith4xxrangeresponseendpoint) | **POST** /fake/with_4xx_range_response/endpoint | test endpoint with 400-499 range response http code with dataType
85
88
*FakeApi* | [**testAdditionalPropertiesReference**](docs/Api/FakeApi.md#testadditionalpropertiesreference) | **POST** /fake/additionalProperties-reference | test referenced additionalProperties
|[**fakeWith400And4xxRangeResponseEndpoint()**](FakeApi.md#fakeWith400And4xxRangeResponseEndpoint)|**POST** /fake/with_400_and_4xx_range_response/endpoint | test endpoint with 400 and 400-499 range response http code with dataType |
17
+
|[**fakeWith400ResponseEndpoint()**](FakeApi.md#fakeWith400ResponseEndpoint)|**POST** /fake/with_400_response/endpoint | test endpoint with 400 response http code with dataType |
18
+
|[**fakeWith4xxRangeResponseEndpoint()**](FakeApi.md#fakeWith4xxRangeResponseEndpoint)|**POST** /fake/with_4xx_range_response/endpoint | test endpoint with 400-499 range response http code with dataType |
16
19
|[**testAdditionalPropertiesReference()**](FakeApi.md#testAdditionalPropertiesReference)|**POST** /fake/additionalProperties-reference | test referenced additionalProperties |
0 commit comments