Sha256: 09f428c57525307aed1484a24b4bc8177e8962b7f9cd0af3a211be0f75d23d5c
Contents?: true
Size: 1.52 KB
Versions: 9
Compression:
Stored size: 1.52 KB
Contents
{ "post": { "tags": [ "Yetto" ], "description": "After a plug installation is created, this executes", "operationId": "Post a plug installation", "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "../../components/schemas/yetto.json#/CreatedPlugInstallation" } } } }, "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
9 entries across 9 versions & 1 rubygems