reik.schatz
11/29/2018, 3:33 PM"produces": [
"application/json"
],
"consumes": [
"application/json"
],
"parameters": [
{
"in": "body",
"name": "body",
"required": true,
"type": "object",
"description": "JSON represensentation of a Pool"
}
],
"responses": {
"200": {
"description": ""
}
}