{
    "openapi": "3.0.0",
    "info": {
        "title": "Hungtq API",
        "description": "This is a api on hungtq.com. You can find out more about Swagger at\n        [hungtq swagger](http://localhost:8000/api.hungtq.com) or on [#swagger](http://localhost:8000/api.hungtq.com/swagger).\n        and [example](https://github.com/zircote/swagger-php/blob/master/Examples/petstore.swagger.io/controllers/UserController.php) ",
        "termsOfService": "",
        "contact": {
            "email": "hun8thai@gmail.com"
        },
        "license": {
            "name": "Apache 2.0",
            "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
        },
        "version": "2.0.0"
    },
    "servers": [
        {
            "url": "https://api.hungtq.com/v2",
            "description": "OpenApi host"
        }
    ],
    "paths": {
        "/admin/application": {
            "get": {
                "tags": [
                    "Admin Application"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_application_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/application/active": {
            "post": {
                "tags": [
                    "Admin Application"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_application_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/application/insert": {
            "post": {
                "tags": [
                    "Admin Application"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_application_insert_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/article": {
            "get": {
                "tags": [
                    "Article"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "article_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/article/{culture}": {
            "get": {
                "tags": [
                    "Article"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "getWithCulture",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/cultureInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/article": {
            "get": {
                "tags": [
                    "Article"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_article_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/article/{id}": {
            "get": {
                "tags": [
                    "Article"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_article_id_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    },
                    {
                        "$ref": "#/components/parameters/idInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/article/active": {
            "post": {
                "tags": [
                    "Article"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_article_active",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/article/insert": {
            "post": {
                "tags": [
                    "Article"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_article_insert",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/article/update": {
            "post": {
                "tags": [
                    "Article"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_article_update",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/article/delete": {
            "post": {
                "tags": [
                    "Article"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_article_delete",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/cate/index/{culture}": {
            "get": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "cate_index_culture_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/cultureInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/cate/{id}": {
            "get": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "cate_id_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/idInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/cate/topmenu/{culture}": {
            "get": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "cate_top_menu_culture_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/cultureInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/cate/topmenu": {
            "get": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "cate_top_menu_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/cate/bottommenu/{culture}": {
            "get": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "cate_bottom_menu_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/cultureInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/cate/{id}/news": {
            "get": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "cate_news_id_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/idInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/cate": {
            "get": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_cate_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Unauthenticate",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/cate/active": {
            "post": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_cate_actice_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Unauthenticate",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/cate/insert": {
            "post": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_cate_insert_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Unauthenticate",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/cate/update": {
            "post": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_cate_update_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Unauthenticate",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/cate/delete": {
            "post": {
                "tags": [
                    "Category"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_cate_delete_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Unauthenticate",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/language": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_language_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/blog_links": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_blog_links_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/idoms": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_idoms_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/callApi": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_callApi_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/email": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_email_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/test": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_test_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/debug": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_debug_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/updateAlias": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_updateAlias_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/debugtext": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_debugtext_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/debugHeader": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_debugHeader_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/debugBody": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_debugBody_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/debugAll": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_debugAll_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            },
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_debugAll_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/debugServer": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_debugServer_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/debugSignatureString": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_debugSignatureString_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/common/debugSignature": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "conmmon_debugSignature_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/language": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_language_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/user_status": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_user_status_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/roles": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_roles_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/themes": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_themes_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/blog_links": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_blog_links_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/news_type": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_news_type_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/link_type": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_link_type_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/status": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_status_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/idioms/{culture}": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_idioms_culture_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    },
                    {
                        "$ref": "#/components/parameters/cultureInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/idioms": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_idioms_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/idioms/insert": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_idioms_insert_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/idioms/update": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_idioms_update_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/idioms/delete": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_idioms_delete_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code": {
            "get": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code__get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/active": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_active_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/insert": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_insert_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/update": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_update_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/code/delete": {
            "post": {
                "tags": [
                    "Common"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_code_delete_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/dddecor/project": {
            "get": {
                "tags": [
                    "DDDecor"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "dddecor_project_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/dddecor/project/{id}": {
            "get": {
                "tags": [
                    "DDDecor"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "dddecor_project_id_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    },
                    {
                        "$ref": "#/components/parameters/idInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/dddecor/project/{id}/pdf": {
            "get": {
                "tags": [
                    "DDDecor"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "dddecor_project_id_pdf_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    },
                    {
                        "$ref": "#/components/parameters/idInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/dddecor/project/insert": {
            "post": {
                "tags": [
                    "DDDecor"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "dddecor_project_insert_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/dddecor/project/delete": {
            "post": {
                "tags": [
                    "DDDecor"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "dddecor_project_delete_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/dddecor/user/insert": {
            "post": {
                "tags": [
                    "DDDecor"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "dddecor_user_insert_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/device": {
            "get": {
                "tags": [
                    "Admin device"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_device_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/device/active": {
            "post": {
                "tags": [
                    "Admin device"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_device_active_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/device/insert": {
            "post": {
                "tags": [
                    "Admin device"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_device_insert_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/image": {
            "get": {
                "tags": [
                    "Admin image"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_image_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/image/{name}": {
            "get": {
                "tags": [
                    "Admin image"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_image_name_get",
                "parameters": [
                    {
                        "name": "name",
                        "in": "path",
                        "description": "The name image file",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/image/insert": {
            "post": {
                "tags": [
                    "Admin image"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_image_insert_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/image/delete": {
            "post": {
                "tags": [
                    "Admin image"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_image_delete_post",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/imagedb": {
            "get": {
                "tags": [
                    "Admin image"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_image_imagedb_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/imagedb/scan": {
            "get": {
                "tags": [
                    "Admin image"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_image_imagedb_scan_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/imagedb/delete": {
            "post": {
                "tags": [
                    "Admin image"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_image_imagedb_delete_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/dictionary/{type}": {
            "get": {
                "tags": [
                    "Dictionary"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "dictionary_type_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    },
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "name": "type",
                        "in": "path",
                        "description": "The user name for login",
                        "required": true,
                        "type": "string",
                        "default": "68"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200KeyValues"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/dictionary": {
            "post": {
                "tags": [
                    "Dictionary"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "dictionary_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    },
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    }
                ],
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/KeyValueInsert"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/dictionary/{id}/delete": {
            "post": {
                "tags": [
                    "Dictionary"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_id_delete_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    },
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/idInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/mail": {
            "get": {
                "tags": [
                    "Admin mail"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_mail_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/mail/insert": {
            "post": {
                "tags": [
                    "Admin mail"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_mail_insert_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/mail/resend": {
            "post": {
                "tags": [
                    "Admin mail"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_mail_resend_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/mail/delete": {
            "post": {
                "tags": [
                    "Admin mail"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_mail_delete_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/message": {
            "get": {
                "tags": [
                    "Message"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "message_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/message": {
            "get": {
                "tags": [
                    "Message"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_message_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/message/{culture}": {
            "get": {
                "tags": [
                    "Message"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_message_culture_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    },
                    {
                        "$ref": "#/components/parameters/cultureInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/message/active": {
            "post": {
                "tags": [
                    "Message"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_message_active_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/news": {
            "get": {
                "tags": [
                    "News"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "new_get",
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/news/{id}": {
            "get": {
                "tags": [
                    "News"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "new_id_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/idInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/detail": {
            "get": {
                "tags": [
                    "News"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_detail_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/detail/{id}": {
            "get": {
                "tags": [
                    "News"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_detail_id_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    },
                    {
                        "$ref": "#/components/parameters/idInPath"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/detail/active": {
            "post": {
                "tags": [
                    "News"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_detail_active_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/detail/insert": {
            "post": {
                "tags": [
                    "News"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_detail_insert_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/detail/update": {
            "post": {
                "tags": [
                    "News"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_detail_update_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/detail/delete": {
            "post": {
                "tags": [
                    "News"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_detail_delete_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/summary": {
            "get": {
                "tags": [
                    "Admin summary"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_summary_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/logs": {
            "get": {
                "tags": [
                    "Logs"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_logs_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/logs/{id}/data": {
            "get": {
                "tags": [
                    "Logs"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_logs_id_data_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/logs/page": {
            "get": {
                "tags": [
                    "Logs"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_logs_page_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/logs/summary": {
            "get": {
                "tags": [
                    "Logs"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_logs_summary_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/logs/update": {
            "post": {
                "tags": [
                    "Logs"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_logs_update_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/logs/delete": {
            "post": {
                "tags": [
                    "Logs"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_logs_delete_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/logs/truncate": {
            "post": {
                "tags": [
                    "Logs"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_logs_truncate_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/user": {
            "get": {
                "tags": [
                    "Admin User"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_user_get",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/user/login": {
            "post": {
                "tags": [
                    "Admin User"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_user_login_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/user/active": {
            "post": {
                "tags": [
                    "Admin User"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_user_active_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/user/insert": {
            "post": {
                "tags": [
                    "Admin User"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_user_insert_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/user/update": {
            "post": {
                "tags": [
                    "Admin User"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_user_update_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/user/delete": {
            "post": {
                "tags": [
                    "Admin User"
                ],
                "summary": "Returns most accurate search result object",
                "description": "Search for an object, if found return it!",
                "operationId": "admin_user_delete_post",
                "parameters": [
                    {
                        "$ref": "#/components/parameters/headerAuthorization"
                    },
                    {
                        "$ref": "#/components/parameters/headerVersion"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Success",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response200"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error input",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response400"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Un authen",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response401"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Could Not Find Resource",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response404"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Response500"
                                }
                            }
                        }
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "Response200": {
                "properties": {
                    "Status": {
                        "type": "string",
                        "example": "0"
                    },
                    "Group": {
                        "properties": {
                            "ID": {
                                "description": "ID de grupo",
                                "type": "number",
                                "example": -1
                            },
                            "Name": {
                                "description": "Nombre de grupo",
                                "type": "string",
                                "example": "Superadmin"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "Response400": {
                "properties": {
                    "Status": {
                        "type": "string",
                        "example": "0"
                    },
                    "Group": {
                        "properties": {
                            "ID": {
                                "description": "ID de grupo",
                                "type": "number",
                                "example": -1
                            },
                            "Name": {
                                "description": "Nombre de grupo",
                                "type": "string",
                                "example": "Superadmin"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "Response401": {
                "properties": {
                    "Status": {
                        "type": "string",
                        "example": "0"
                    },
                    "Group": {
                        "properties": {
                            "ID": {
                                "description": "ID de grupo",
                                "type": "number",
                                "example": -1
                            },
                            "Name": {
                                "description": "Nombre de grupo",
                                "type": "string",
                                "example": "Superadmin"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "Response404": {
                "properties": {
                    "Status": {
                        "type": "string",
                        "example": "0"
                    },
                    "Group": {
                        "properties": {
                            "ID": {
                                "description": "ID de grupo",
                                "type": "number",
                                "example": -1
                            },
                            "Name": {
                                "description": "Nombre de grupo",
                                "type": "string",
                                "example": "Superadmin"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "Response500": {
                "properties": {
                    "Status": {
                        "type": "string",
                        "example": "0"
                    },
                    "Group": {
                        "properties": {
                            "ID": {
                                "description": "ID de grupo",
                                "type": "number",
                                "example": -1
                            },
                            "Name": {
                                "description": "Nombre de grupo",
                                "type": "string",
                                "example": "Superadmin"
                            }
                        },
                        "type": "object"
                    }
                },
                "type": "object"
            },
            "KeyValueFull": {
                "properties": {
                    "Id": {
                        "description": "Unique Key",
                        "type": "number",
                        "example": 1
                    },
                    "Type": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "Superadmin"
                    },
                    "Key": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "Superadmin"
                    },
                    "KeyType": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "Superadmin"
                    },
                    "Value": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "Superadmin"
                    },
                    "Status": {
                        "description": "Nombre de grupo",
                        "type": "number",
                        "example": "Superadmin"
                    },
                    "Description": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "Superadmin"
                    },
                    "UserId": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "Superadmin"
                    },
                    "UpdateAt": {
                        "description": "Nombre de grupo",
                        "type": "datetime",
                        "example": "Superadmin"
                    }
                },
                "type": "object"
            },
            "KeyValueInsert": {
                "properties": {
                    "Id": {
                        "description": "Unique Key",
                        "type": "number",
                        "example": null
                    },
                    "Type": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "Type"
                    },
                    "Key": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "Key"
                    },
                    "KeyType": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "KeyType"
                    },
                    "Value": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "Value"
                    },
                    "Description": {
                        "description": "Nombre de grupo",
                        "type": "string",
                        "example": "Description"
                    }
                },
                "type": "object"
            },
            "Response200KeyValues": {
                "properties": {
                    "data": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/KeyValueFull"
                        }
                    },
                    "status": {
                        "type": "string",
                        "example": "0"
                    },
                    "code": {
                        "type": "string",
                        "example": "0"
                    },
                    "requestAt": {
                        "type": "string",
                        "example": "0"
                    }
                },
                "type": "object"
            }
        },
        "parameters": {
            "cultureInPath": {
                "name": "culture",
                "in": "path",
                "description": "The user name for login",
                "required": true,
                "schema": {
                    "type": "string",
                    "default": "vi-VN"
                }
            },
            "idInPath": {
                "name": "id",
                "in": "path",
                "description": "The user name for login",
                "required": true,
                "schema": {
                    "type": "integer",
                    "default": 68
                }
            },
            "headerAuthorization": {
                "name": "X-Authorization",
                "in": "header",
                "description": "The current page for the result set, defaults to *1*",
                "required": true,
                "schema": {
                    "type": "string",
                    "default": "Bearer ..."
                }
            },
            "headerVersion": {
                "name": "X-Version",
                "in": "header",
                "description": "The current page for the result set, defaults to *1*",
                "required": true,
                "schema": {
                    "type": "string",
                    "default": "2.0"
                }
            }
        }
    }
}