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,15 @@
# Petstore::User
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | | [optional]
**username** | **String** | | [optional]
**first_name** | **String** | | [optional]
**last_name** | **String** | | [optional]
**email** | **String** | | [optional]
**password** | **String** | | [optional]
**phone** | **String** | | [optional]
**user_status** | **Integer** | User Status | [optional]