{ "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#/ConfigureApp" } } } }, "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" } } } } } } }