Sha256: 5a7d69476567658f2c1a0220c74fd4904b8f6b0a918b92e79c0d7a44230fbc4c
Contents?: true
Size: 1.51 KB
Versions: 31
Compression:
Stored size: 1.51 KB
Contents
{ "post": { "tags": [ "Yetto" ], "description": "After a message is created in Yetto, this delivers it.", "operationId": "Create a new message", "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "../../components/schemas/yetto.json#/CreateAppMessage" } } } }, "responses": { "204": { "description": "No Content", "content": { "application/json": { "schema": { "$ref": "../../components/schemas/responses.json#/204" } } } }, "400": { "description": "Bad Request", "content": { "application/json": { "schema": { "$ref": "../../components/schemas/responses.json#/400" } } } }, "404": { "description": "Not Found", "content": { "application/json": { "schema": { "$ref": "../../components/schemas/responses.json#/404" } } } } } } }
Version data entries
31 entries across 31 versions & 1 rubygems