Merge remote-tracking branch 'origin/master' into 7.0.x

This commit is contained in:
William Cheng
2023-05-10 15:00:56 +08:00
2319 changed files with 61134 additions and 22322 deletions

View File

@@ -19,7 +19,7 @@ This runs all tests and packages the library.
* Supports collection formats for query parameters: csv, tsv, ssv, pipes.
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
<a name="documentation-for-api-endpoints"></a>
<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints
All URIs are relative to *http://petstore.swagger.io/v2*
@@ -48,7 +48,7 @@ This runs all tests and packages the library.
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models
- [org.openapitools.server.api.model.Category](docs/Category.md)
@@ -59,10 +59,12 @@ This runs all tests and packages the library.
- [org.openapitools.server.api.model.User](docs/User.md)
<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization
<a name="petstore_auth"></a>
Authentication schemes defined for the API:
<a id="petstore_auth"></a>
### petstore_auth
- **Type**: OAuth
@@ -72,7 +74,7 @@ This runs all tests and packages the library.
- write:pets: modify pets in your account
- read:pets: read your pets
<a name="api_key"></a>
<a id="api_key"></a>
### api_key
- **Type**: API key