Kaynağa Gözat

update api.json

CauseFX 4 yıl önce
ebeveyn
işleme
c34ec23f99
1 değiştirilmiş dosya ile 0 ekleme ve 51 silme
  1. 0 51
      docs/api.json

+ 0 - 51
docs/api.json

@@ -3069,57 +3069,6 @@
                 }
             }
         },
-        "/api/v2/auth": {
-            "get": {
-                "summary": "Nginx auth_request",
-                "parameters": [
-                    {
-                        "name": "group",
-                        "in": "query",
-                        "description": "The id of the group allowed",
-                        "required": false,
-                        "schema": {
-                            "type": "integer",
-                            "format": "int64"
-                        }
-                    },
-                    {
-                        "name": "whitelist",
-                        "in": "query",
-                        "description": "Whitelisted Ip's",
-                        "required": false,
-                        "explode": false,
-                        "schema": {
-                            "type": "array",
-                            "items": {
-                                "type": "string"
-                            }
-                        }
-                    },
-                    {
-                        "name": "blacklist",
-                        "in": "query",
-                        "description": "Blacklisted Ip's",
-                        "required": false,
-                        "explode": false,
-                        "schema": {
-                            "type": "array",
-                            "items": {
-                                "type": "string"
-                            }
-                        }
-                    }
-                ],
-                "responses": {
-                    "200": {
-                        "description": "Success"
-                    },
-                    "401": {
-                        "description": "Unauthorized"
-                    }
-                }
-            }
-        },
         "/api/v2/update": {
             "get": {
                 "tags": [