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