Files
swagger2markup/src/test/resources/expected/asciidoc/polymorphism/paths.adoc
2016-04-04 19:58:29 +02:00

70 lines
609 B
Plaintext

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