Samuel Hoffstaetter de2753dfc7
[markdown] Fix broken links when generating markdown (#5569)
* [markdown] Fix broken links when generating markdown

The `api.mustache` file generates links to the markdown model files.
These links were previously brokeen.

Additionally, the defaultPackage for markdown is "/Models", so this
looked pretty in the heading for model files. So this prefix has been
stripped from the header in `model.mustache`.

* Re-generate Petstore samples for markdown
2020-03-11 01:30:00 +08:00

865 B

User

Properties

Name Type Description Notes
id Long [optional] [default to null]
username String [optional] [default to null]
firstName String [optional] [default to null]
lastName String [optional] [default to null]
email String [optional] [default to null]
password String [optional] [default to null]
phone String [optional] [default to null]
userStatus Integer User Status [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]