Some fixes to Ruby docs on links and File parameter

This commit is contained in:
xhh
2016-03-09 19:36:28 +08:00
parent 43d2df9753
commit 91bae765ef
15 changed files with 1255 additions and 38 deletions

View File

@@ -0,0 +1,13 @@
# Petstore::Order
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | | [optional]
**pet_id** | **Integer** | | [optional]
**quantity** | **Integer** | | [optional]
**ship_date** | **DateTime** | | [optional]
**status** | **String** | Order Status | [optional]
**complete** | **BOOLEAN** | | [optional]