{
    "openapi": "3.0.0",
    "info": {
        "title": "UMT-CAR Dinamik Web API \u015eemas\u0131",
        "description": "Yapay zeka asistan\u0131n\u0131n ara\u00e7 al\u0131m, sat\u0131m, bak\u0131m ve de\u011ferleme formlar\u0131n\u0131 tetiklemesi i\u00e7in otomatik \u00fcretilen \u015fema.",
        "version": "1.1.0"
    },
    "servers": [
        {
            "url": "https://umtcar.be",
            "description": "Canl\u0131 \u00dcretim Sunucusu"
        }
    ],
    "paths": {
        "/get_oauth_token.php": {
            "post": {
                "summary": "get_oauth_token.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitGet_oauth_tokenphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "provider": {
                                        "type": "string",
                                        "description": "provider alan verisi"
                                    },
                                    "clientId": {
                                        "type": "string",
                                        "description": "clientId alan verisi"
                                    },
                                    "clientSecret": {
                                        "type": "string",
                                        "description": "clientSecret alan verisi"
                                    },
                                    "tenantId": {
                                        "type": "string",
                                        "description": "tenantId alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/settings.php": {
            "post": {
                "summary": "settings.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitSettingsphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "site_title": {
                                        "type": "string",
                                        "description": "site_title alan verisi"
                                    },
                                    "site_description": {
                                        "type": "string",
                                        "description": "site_description alan verisi"
                                    },
                                    "short_desc": {
                                        "type": "string",
                                        "description": "short_desc alan verisi"
                                    },
                                    "existing_logo": {
                                        "type": "string",
                                        "description": "existing_logo alan verisi"
                                    },
                                    "site_logo": {
                                        "type": "string",
                                        "description": "site_logo alan verisi"
                                    },
                                    "existing_favicon": {
                                        "type": "string",
                                        "description": "existing_favicon alan verisi"
                                    },
                                    "site_favicon": {
                                        "type": "string",
                                        "description": "site_favicon alan verisi"
                                    },
                                    "contact_phone": {
                                        "type": "string",
                                        "description": "contact_phone alan verisi"
                                    },
                                    "contact_mail": {
                                        "type": "string",
                                        "description": "contact_mail alan verisi"
                                    },
                                    "contact_address": {
                                        "type": "string",
                                        "description": "contact_address alan verisi"
                                    },
                                    "organization": {
                                        "type": "string",
                                        "description": "organization alan verisi"
                                    },
                                    "structured_url": {
                                        "type": "string",
                                        "description": "structured_url alan verisi"
                                    },
                                    "structured_logo": {
                                        "type": "string",
                                        "description": "structured_logo alan verisi"
                                    },
                                    "structured_desc": {
                                        "type": "string",
                                        "description": "structured_desc alan verisi"
                                    },
                                    "structured_facebook": {
                                        "type": "string",
                                        "description": "structured_facebook alan verisi"
                                    },
                                    "structured_twitter": {
                                        "type": "string",
                                        "description": "structured_twitter alan verisi"
                                    },
                                    "structured_instagram": {
                                        "type": "string",
                                        "description": "structured_instagram alan verisi"
                                    },
                                    "structured_youtube": {
                                        "type": "string",
                                        "description": "structured_youtube alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/ai-settings.php": {
            "post": {
                "summary": "ai-settings.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitAisettingsphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "is_active": {
                                        "type": "string",
                                        "description": "is_active alan verisi"
                                    },
                                    "api_key": {
                                        "type": "string",
                                        "description": "api_key alan verisi"
                                    },
                                    "ai_model": {
                                        "type": "string",
                                        "description": "ai_model alan verisi"
                                    },
                                    "system_prompt": {
                                        "type": "string",
                                        "description": "system_prompt alan verisi"
                                    },
                                    "temperature": {
                                        "type": "integer",
                                        "description": "temperature alan verisi"
                                    },
                                    "max_tokens": {
                                        "type": "integer",
                                        "description": "max_tokens alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/schemas.php": {
            "post": {
                "summary": "schemas.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitSchemasphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "current_page": {
                                        "type": "string",
                                        "description": "current_page alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/widget.php": {
            "post": {
                "summary": "widget.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitWidgetphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "delete_category": {
                                        "type": "string",
                                        "description": "delete_category alan verisi"
                                    },
                                    "widget_id": {
                                        "type": "string",
                                        "description": "widget_id alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/login.php": {
            "post": {
                "summary": "login.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitLoginphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "username": {
                                        "type": "string",
                                        "description": "username alan verisi"
                                    },
                                    "password": {
                                        "type": "string",
                                        "description": "password alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/chatbot-setting.php": {
            "post": {
                "summary": "chatbot-setting.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitChatbotsettingphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "is_active": {
                                        "type": "string",
                                        "description": "is_active alan verisi"
                                    },
                                    "api_key": {
                                        "type": "string",
                                        "description": "api_key alan verisi"
                                    },
                                    "ai_model": {
                                        "type": "string",
                                        "description": "ai_model alan verisi"
                                    },
                                    "temperature": {
                                        "type": "integer",
                                        "description": "temperature alan verisi"
                                    },
                                    "max_tokens": {
                                        "type": "integer",
                                        "description": "max_tokens alan verisi"
                                    },
                                    "system_prompt": {
                                        "type": "string",
                                        "description": "system_prompt alan verisi"
                                    },
                                    "is_holiday": {
                                        "type": "string",
                                        "description": "is_holiday alan verisi"
                                    },
                                    "holiday_start": {
                                        "type": "string",
                                        "description": "holiday_start alan verisi"
                                    },
                                    "holiday_end": {
                                        "type": "string",
                                        "description": "holiday_end alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/view-order.php": {
            "<?php echo htmlspecialchars($order[": {
                "summary": "view-order.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitVieworderphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "parameters": [
                    {
                        "name": "order_id",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "status",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ]
            },
            "post": {
                "summary": "view-order.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitVieworderphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "order_id": {
                                        "type": "string",
                                        "description": "order_id alan verisi"
                                    },
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/menu.php": {
            "post": {
                "summary": "menu.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitMenuphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "edit_item_id": {
                                        "type": "string",
                                        "description": "edit_item_id alan verisi"
                                    },
                                    "edit_title": {
                                        "type": "string",
                                        "description": "edit_title alan verisi"
                                    },
                                    "edit_url": {
                                        "type": "string",
                                        "description": "edit_url alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/admin/post/blog/upload_image.php": {
            "post": {
                "summary": "test.html \u00fczerindeki i\u015flem formu",
                "operationId": "submitAdminpostblogupload_imagephp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "image": {
                                        "type": "string",
                                        "description": "image alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/blog.php": {
            "post": {
                "summary": "blog.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitBlogphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "name": {
                                        "type": "string",
                                        "description": "name alan verisi"
                                    },
                                    "slug": {
                                        "type": "string",
                                        "description": "slug alan verisi"
                                    },
                                    "description": {
                                        "type": "string",
                                        "description": "description alan verisi"
                                    },
                                    "category": {
                                        "type": "string",
                                        "description": "category alan verisi"
                                    },
                                    "tags": {
                                        "type": "string",
                                        "description": "tags alan verisi"
                                    },
                                    "focus_keyword": {
                                        "type": "string",
                                        "description": "focus_keyword alan verisi"
                                    },
                                    "thumbnail": {
                                        "type": "string",
                                        "description": "thumbnail alan verisi"
                                    },
                                    "seo_title": {
                                        "type": "string",
                                        "description": "seo_title alan verisi"
                                    },
                                    "seo_description": {
                                        "type": "string",
                                        "description": "seo_description alan verisi"
                                    },
                                    "enabled_schemas[]": {
                                        "type": "string",
                                        "description": "enabled_schemas[] alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/tags.php": {
            "post": {
                "summary": "tags.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitTagsphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "id": {
                                        "type": "string",
                                        "description": "id alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/galeri_handler.php": {
            "post": {
                "summary": "galeri_handler.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitGaleri_handlerphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "id": {
                                        "type": "string",
                                        "description": "id alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/page.php": {
            "post": {
                "summary": "page.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitPagephp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "uuid": {
                                        "type": "string",
                                        "description": "uuid alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/brandstof.php": {
            "post": {
                "summary": "brandstof.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitBrandstofphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "id": {
                                        "type": "string",
                                        "description": "id alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/type.php": {
            "post": {
                "summary": "type.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitTypephp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "id": {
                                        "type": "string",
                                        "description": "id alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/color.php": {
            "post": {
                "summary": "color.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitColorphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "id": {
                                        "type": "string",
                                        "description": "id alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "add-merk.php": {
            "post": {
                "summary": "merk.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitAddmerkphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "id": {
                                        "type": "string",
                                        "description": "id alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/features.php": {
            "post": {
                "summary": "features.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitFeaturesphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "id": {
                                        "type": "string",
                                        "description": "id alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/add-merk.php": {
            "post": {
                "summary": "add-merk.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitAddmerkphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "id": {
                                        "type": "string",
                                        "description": "id alan verisi"
                                    },
                                    "name": {
                                        "type": "string",
                                        "description": "name alan verisi"
                                    },
                                    "slug": {
                                        "type": "string",
                                        "description": "slug alan verisi"
                                    },
                                    "content": {
                                        "type": "string",
                                        "description": "content alan verisi"
                                    },
                                    "seo_title": {
                                        "type": "string",
                                        "description": "seo_title alan verisi"
                                    },
                                    "seo_description": {
                                        "type": "string",
                                        "description": "seo_description alan verisi"
                                    },
                                    "logo_url": {
                                        "type": "string",
                                        "description": "logo_url alan verisi"
                                    },
                                    "enabled_schemas[]": {
                                        "type": "string",
                                        "description": "enabled_schemas[] alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/transmissie.php": {
            "post": {
                "summary": "transmissie.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitTransmissiephp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "id": {
                                        "type": "string",
                                        "description": "id alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/gallery.php": {
            "post": {
                "summary": "gallery.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitGalleryphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "gallery_action": {
                                        "type": "string",
                                        "description": "gallery_action alan verisi"
                                    },
                                    "confirm_delete_all": {
                                        "type": "string",
                                        "description": "confirm_delete_all alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/box.php": {
            "post": {
                "summary": "box.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitBoxphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "uuid": {
                                        "type": "string",
                                        "description": "uuid alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/add-car.php": {
            "post": {
                "summary": "add-car.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitAddcarphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "action": {
                                        "type": "string",
                                        "description": "action alan verisi"
                                    },
                                    "car_uuid": {
                                        "type": "string",
                                        "description": "car_uuid alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/form.php": {
            "post": {
                "summary": "form.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitFormphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "default_subreddit": {
                                        "type": "string",
                                        "description": "default_subreddit alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/social_settings.php": {
            "post": {
                "summary": "social_settings.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitSocial_settingsphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "account_id": {
                                        "type": "string",
                                        "description": "account_id alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/mail.php": {
            "post": {
                "summary": "mail.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitMailphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "smtp_host": {
                                        "type": "string",
                                        "description": "smtp_host alan verisi"
                                    },
                                    "smtp_port": {
                                        "type": "string",
                                        "description": "smtp_port alan verisi"
                                    },
                                    "smtp_encryption": {
                                        "type": "string",
                                        "description": "smtp_encryption alan verisi"
                                    },
                                    "smtp_username": {
                                        "type": "string",
                                        "description": "smtp_username alan verisi"
                                    },
                                    "smtp_password": {
                                        "type": "string",
                                        "description": "smtp_password alan verisi"
                                    },
                                    "sender_email": {
                                        "type": "string",
                                        "description": "sender_email alan verisi"
                                    },
                                    "sender_name": {
                                        "type": "string",
                                        "description": "sender_name alan verisi"
                                    },
                                    "test_mail": {
                                        "type": "string",
                                        "description": "test_mail alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/bloglist.php": {
            "get": {
                "summary": "bloglist.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitBloglistphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "parameters": [
                    {
                        "name": "focus_keyword",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ]
            }
        },
        "/search-widget.php": {
            "post": {
                "summary": "search-widget.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitSearchwidgetphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "s": {
                                        "type": "string",
                                        "description": "s alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/submit-auto": {
            "post": {
                "summary": "homeform.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitSubmitauto",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "indicative_price": {
                                        "type": "string",
                                        "description": "indicative_price alan verisi"
                                    },
                                    "merk": {
                                        "type": "string",
                                        "description": "merk alan verisi"
                                    },
                                    "type": {
                                        "type": "string",
                                        "description": "type alan verisi"
                                    },
                                    "bouwjaar": {
                                        "type": "string",
                                        "description": "bouwjaar alan verisi"
                                    },
                                    "transmissie": {
                                        "type": "string",
                                        "description": "transmissie alan verisi"
                                    },
                                    "brandstof": {
                                        "type": "string",
                                        "description": "brandstof alan verisi"
                                    },
                                    "carrosserie": {
                                        "type": "string",
                                        "description": "carrosserie alan verisi"
                                    },
                                    "kmstand": {
                                        "type": "integer",
                                        "description": "kmstand alan verisi"
                                    },
                                    "deuren": {
                                        "type": "string",
                                        "description": "deuren alan verisi"
                                    },
                                    "kleur": {
                                        "type": "string",
                                        "description": "kleur alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/submit-user": {
            "post": {
                "summary": "homeform.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitSubmituser",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "voornaam": {
                                        "type": "string",
                                        "description": "voornaam alan verisi"
                                    },
                                    "achternaam": {
                                        "type": "string",
                                        "description": "achternaam alan verisi"
                                    },
                                    "email": {
                                        "type": "string",
                                        "description": "email alan verisi"
                                    },
                                    "telefoon": {
                                        "type": "string",
                                        "description": "telefoon alan verisi"
                                    },
                                    "gemeente": {
                                        "type": "string",
                                        "description": "gemeente alan verisi"
                                    },
                                    "extra_info": {
                                        "type": "string",
                                        "description": "extra_info alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/verkoop.php": {
            "post": {
                "summary": "verkoop.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitVerkoopphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "indicative_price": {
                                        "type": "string",
                                        "description": "indicative_price alan verisi"
                                    },
                                    "merk": {
                                        "type": "string",
                                        "description": "merk alan verisi"
                                    },
                                    "type": {
                                        "type": "string",
                                        "description": "type alan verisi"
                                    },
                                    "bouwjaar": {
                                        "type": "string",
                                        "description": "bouwjaar alan verisi"
                                    },
                                    "transmissie": {
                                        "type": "string",
                                        "description": "transmissie alan verisi"
                                    },
                                    "brandstof": {
                                        "type": "string",
                                        "description": "brandstof alan verisi"
                                    },
                                    "carrosserie": {
                                        "type": "string",
                                        "description": "carrosserie alan verisi"
                                    },
                                    "kmstand": {
                                        "type": "integer",
                                        "description": "kmstand alan verisi"
                                    },
                                    "deuren": {
                                        "type": "string",
                                        "description": "deuren alan verisi"
                                    },
                                    "kleur": {
                                        "type": "string",
                                        "description": "kleur alan verisi"
                                    },
                                    "voornaam": {
                                        "type": "string",
                                        "description": "voornaam alan verisi"
                                    },
                                    "achternaam": {
                                        "type": "string",
                                        "description": "achternaam alan verisi"
                                    },
                                    "email": {
                                        "type": "string",
                                        "description": "email alan verisi"
                                    },
                                    "telefoon": {
                                        "type": "string",
                                        "description": "telefoon alan verisi"
                                    },
                                    "gemeente": {
                                        "type": "string",
                                        "description": "gemeente alan verisi"
                                    },
                                    "extra_info": {
                                        "type": "string",
                                        "description": "extra_info alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "<?= htmlspecialchars($base_url) ?>zoek": {
            "get": {
                "summary": "carlist.php \u00fczerindeki i\u015flem formu",
                "operationId": "submit<?= htmlspecialchars($base_url) ?>zoek",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "parameters": [
                    {
                        "name": "brand",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "type",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "min_price",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "max_price",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "fuel",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "min_bouwjaar",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "max_bouwjaar",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "min_km",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "max_km",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "transmissie",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "kleur",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ]
            }
        },
        "<?= h($form_action) ?>": {
            "post": {
                "summary": "appointment.php \u00fczerindeki i\u015flem formu",
                "operationId": "submit<?= h($form_action) ?>",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "car_appointment_form_submit": {
                                        "type": "string",
                                        "description": "car_appointment_form_submit alan verisi"
                                    },
                                    "marka": {
                                        "type": "string",
                                        "description": "marka alan verisi"
                                    },
                                    "model": {
                                        "type": "string",
                                        "description": "model alan verisi"
                                    },
                                    "yil": {
                                        "type": "string",
                                        "description": "yil alan verisi"
                                    },
                                    "hdienst[]": {
                                        "type": "string",
                                        "description": "hdienst[] alan verisi"
                                    },
                                    "diger_hdienst": {
                                        "type": "string",
                                        "description": "diger_hdienst alan verisi"
                                    },
                                    "tarih": {
                                        "type": "string",
                                        "description": "tarih alan verisi"
                                    },
                                    "saat": {
                                        "type": "string",
                                        "description": "saat alan verisi"
                                    },
                                    "naam": {
                                        "type": "string",
                                        "description": "naam alan verisi"
                                    },
                                    "achternaam": {
                                        "type": "string",
                                        "description": "achternaam alan verisi"
                                    },
                                    "telefoon": {
                                        "type": "string",
                                        "description": "telefoon alan verisi"
                                    },
                                    "email": {
                                        "type": "string",
                                        "description": "email alan verisi"
                                    },
                                    "not": {
                                        "type": "string",
                                        "description": "not alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/contactform.php": {
            "post": {
                "summary": "contactform.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitContactformphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "naam": {
                                        "type": "string",
                                        "description": "naam alan verisi"
                                    },
                                    "achternaam": {
                                        "type": "string",
                                        "description": "achternaam alan verisi"
                                    },
                                    "telefoon": {
                                        "type": "string",
                                        "description": "telefoon alan verisi"
                                    },
                                    "email": {
                                        "type": "string",
                                        "description": "email alan verisi"
                                    },
                                    "zorg": {
                                        "type": "string",
                                        "description": "zorg alan verisi"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        },
        "/carlist.php": {
            "get": {
                "summary": "carlist.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitCarlistphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "parameters": [
                    {
                        "name": "brand",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "type",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "min_price",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "max_price",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "fuel",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "min_bouwjaar",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "max_bouwjaar",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "min_km",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "max_km",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "integer"
                        }
                    },
                    {
                        "name": "transmissie",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "kleur",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ]
            }
        },
        "/calculator.php": {
            "get": {
                "summary": "calculator.php \u00fczerindeki i\u015flem formu",
                "operationId": "submitCalculatorphp",
                "responses": {
                    "200": {
                        "description": "\u0130\u015flem ba\u015far\u0131yla web sitesine iletildi."
                    }
                },
                "parameters": [
                    {
                        "name": "brand",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "model",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "year",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "fuel",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "mileage",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "transmission",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ]
            }
        }
    }
}