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
Copy file name to clipboardExpand all lines: samples/client/petstore/php-nextgen/OpenAPIClient-php/docs/Api/PetApi.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ All URIs are relative to http://petstore.swagger.io:80/v2, except if the operati
21
21
addPet($pet)
22
22
```
23
23
### URI(s):
24
-
-http://petstore.swagger.io/v2 - http://path-server-test.petstore.local/v2 - http://{server}.swagger.io:{port}/v2 test server with variables
24
+
-http://localhost/v2 - http://petstore.swagger.io/v2 - http://path-server-test.petstore.local/v2 - http://{server}.swagger.io:{port}/v2 test server with variables
25
25
- Variables:
26
26
- server: target server
27
27
- Allowed values:
@@ -80,6 +80,7 @@ try {
80
80
81
81
82
82
83
+
83
84
### Return type
84
85
85
86
void (empty response body)
@@ -346,7 +347,7 @@ try {
346
347
updatePet($pet)
347
348
```
348
349
### URI(s):
349
-
-http://petstore.swagger.io/v2 - http://path-server-test.petstore.local/v2 - http://{server}.swagger.io:{port}/v2 test server with variables
350
+
-http://localhost/v2 - http://petstore.swagger.io/v2 - http://path-server-test.petstore.local/v2 - http://{server}.swagger.io:{port}/v2 test server with variables
Copy file name to clipboardExpand all lines: samples/client/petstore/php/OpenAPIClient-php/docs/Api/PetApi.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ All URIs are relative to http://petstore.swagger.io:80/v2, except if the operati
23
23
addPet($pet)
24
24
```
25
25
### URI(s):
26
-
-http://petstore.swagger.io/v2 - http://path-server-test.petstore.local/v2 - http://{server}.swagger.io:{port}/v2 test server with variables
26
+
-http://localhost/v2 - http://petstore.swagger.io/v2 - http://path-server-test.petstore.local/v2 - http://{server}.swagger.io:{port}/v2 test server with variables
27
27
- Variables:
28
28
- server: target server
29
29
- Allowed values:
@@ -82,6 +82,7 @@ try {
82
82
83
83
84
84
85
+
85
86
### Return type
86
87
87
88
void (empty response body)
@@ -348,7 +349,7 @@ try {
348
349
updatePet($pet)
349
350
```
350
351
### URI(s):
351
-
-http://petstore.swagger.io/v2 - http://path-server-test.petstore.local/v2 - http://{server}.swagger.io:{port}/v2 test server with variables
352
+
-http://localhost/v2 - http://petstore.swagger.io/v2 - http://path-server-test.petstore.local/v2 - http://{server}.swagger.io:{port}/v2 test server with variables
0 commit comments