Sha256: 19259efb360a04bb1f1b5a0eb98d276c2cc0cb91585c9b9b4c2e22e33b59113b

Contents?: true

Size: 1.51 KB

Versions: 3

Compression:

Stored size: 1.51 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#/CreateAppSwitch"
                    }
                }
            }
        },
        "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

3 entries across 3 versions & 1 rubygems

Version Path
hephaestus-0.3.1 templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/after_create_plug_installation.json
hephaestus-0.2.3 templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/after_create_plug_installation.json
hephaestus-0.2.2 templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/after_create_plug_installation.json