forked from loafle/openapi-generator-original
Some fixes to Ruby docs on links and File parameter
This commit is contained in:
15
samples/client/petstore/ruby/docs/User.md
Normal file
15
samples/client/petstore/ruby/docs/User.md
Normal 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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user