mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 22:47:12 +00:00
migrate doc samples to oas3.0 spec (#6293)
This commit is contained in:
@@ -50,7 +50,7 @@ This endpoint does not need any parameter.
|
||||
|
||||
### Return type
|
||||
|
||||
[**Map**](/Models/integer.md)
|
||||
[**Map**](..//Models/integer.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
@@ -77,7 +77,7 @@ Name | Type | Description | Notes
|
||||
|
||||
### Return type
|
||||
|
||||
[**Order**](/Models/Order.md)
|
||||
[**Order**](..//Models/Order.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
@@ -90,7 +90,7 @@ No authorization required
|
||||
|
||||
<a name="placeOrder"></a>
|
||||
# **placeOrder**
|
||||
> Order placeOrder(body)
|
||||
> Order placeOrder(order)
|
||||
|
||||
Place an order for a pet
|
||||
|
||||
@@ -98,11 +98,11 @@ Place an order for a pet
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**body** | [**Order**](/Models/Order.md)| order placed for purchasing the pet |
|
||||
**order** | [**Order**](..//Models/Order.md)| order placed for purchasing the pet |
|
||||
|
||||
### Return type
|
||||
|
||||
[**Order**](/Models/Order.md)
|
||||
[**Order**](..//Models/Order.md)
|
||||
|
||||
### Authorization
|
||||
|
||||
@@ -110,6 +110,6 @@ No authorization required
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: application/xml, application/json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user