Sha256: 7c11871dea4dcbafb69b8333ade4325ea70490f086b9f6e4921a7ec949b2555c

Contents?: true

Size: 1.5 KB

Versions: 3

Compression:

Stored size: 1.5 KB

Contents

{
    "post": {
        "tags": [
            "Yetto"
        ],
        "description": "After a plug installation is created, this executes",
        "operationId": "Post a thing",
        "requestBody": {
            "required": true,
            "content": {
                "application/json": {
                    "schema": {
                        "$ref": "../../components/schemas/yetto.json#/Create${APP}"
                    }
                }
            }
        },
        "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.1.3 templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/after_create_plug_installation.json
hephaestus-0.1.2 templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/after_create_plug_installation.json
hephaestus-0.1.1 templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/after_create_plug_installation.json