From fa434f79c334257155fb58210a44623c9183c3aa Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 4 Aug 2022 06:58:29 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-10388 Signed-off-by: stephb9959 --- openapi/owanalytics.yaml | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/openapi/owanalytics.yaml b/openapi/owanalytics.yaml index d8db87a..e76b4f3 100644 --- a/openapi/owanalytics.yaml +++ b/openapi/owanalytics.yaml @@ -1076,42 +1076,6 @@ paths: 404: $ref: '#/components/responses/NotFound' - - /iptocountry: - get: - tags: - - Utility - summary: Get the country code for an IP address - operationId: getIpToCountry - parameters: - - in: query - name: iplist - schema: - type: string - example: - 10.2.2.2,10.3.4.3 - required: true - responses: - 200: - description: List of country codes. - content: - application/json: - schema: - type: object - properties: - enabled: - type: boolean - countryCodes: - type: array - items: - type: string - 400: - $ref: '#/components/responses/BadRequest' - 403: - $ref: '#/components/responses/Unauthorized' - 404: - $ref: '#/components/responses/NotFound' - /wifiClientHistory: get: tags: