Sha256: fb2813fbb6937c1d9e7616de9752a7978e2fe56e0ff36321f04334d52bce39b2

Contents?: true

Size: 1.51 KB

Versions: 3

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 ${APP}",
        "requestBody": {
            "required": true,
            "content": {
                "application/json": {
                    "schema": {
                        "$ref": "../../components/schemas/yetto.json#/Create${APP}Message"
                    }
                }
            }
        },
        "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_message.json
hephaestus-0.1.2 templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/after_create_message.json
hephaestus-0.1.1 templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/after_create_message.json