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

697 B

Pet

Properties

Name Type Description Notes
id Long [optional] [default to null]
category Category [optional] [default to null]
name String [default to null]
photoUrls List [default to null]
tags List [optional] [default to null]
status String pet status in the store [optional] [default to null]

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