Skip to content

Regression: required parameter with default throws error when unset #85

@line-o

Description

@line-o
"/about/": {
            "get": {
                "summary": "Retrieve the HTML template used for displaying a document",
                "description": "Get the HTML template associated with the given document. This is called whenever the users tries to view a document. The actual content of the document will then be loaded by the template.",
                "tags": ["view"],
                "operationId": "vapi:view",
                "x-error-handler": "vapi:handle-error",
                "parameters": [
                    {
                        "name": "docid",
                        "in": "query",
                        "description": "Relative path to the document",
                        "required": true,
                        "schema": {
                            "type": "string",
                            "default": "about/about-the-edition-de"
                        },
                        "allowReserved": true
                    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions