Files
swagger2markup/src/test/resources/expected/asciidoc/polymorphism/paths.adoc
2016-06-01 13:49:15 +02:00

66 lines
579 B
Plaintext

[[_paths]]
== Paths
[[_getcolls]]
=== Get collections
....
GET /collections
....
==== Description
Get collections
==== Responses
[options="header", cols=".^2,.^14,.^4"]
|===
|HTTP Code|Description|Schema
|*200*|OK|<<_collection,Collection>>
|===
==== Consumes
* `application/json`
==== Produces
* `*/*`
[[_getpets]]
=== Get Pets
....
GET /pets
....
==== Description
Get pets
==== Responses
[options="header", cols=".^2,.^14,.^4"]
|===
|HTTP Code|Description|Schema
|*200*|OK|<<_pet,Pet>>
|===
==== Consumes
* `application/json`
==== Produces
* `*/*`