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

500 B

ApiResponse

Properties

Name Type Description Notes
code Integer [optional] [default to null]
type String [optional] [default to null]
message String [optional] [default to null]

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