diff --git a/openapi.json b/openapi.json index e59cc52..396b675 100644 --- a/openapi.json +++ b/openapi.json @@ -64552,7 +64552,7 @@ "format": "double", "type": "number", "example": 2.3591775711639404, - "description": "The latitude of the point. Represented as signed degrees. Required if lat is provided. http://www.geomidpoint.com/latlon.html" + "description": "The longitude of the point. Represented as signed degrees. Required if lat is provided. http://www.geomidpoint.com/latlon.html" }, "radius": { "format": "int32", diff --git a/openapi.yaml b/openapi.yaml index 4da0c43..47d75ed 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10229,7 +10229,7 @@ components: type: number example: 2.3591775711639404 description: >- - The latitude of the point. Represented as signed degrees. Required + The longitude of the point. Represented as signed degrees. Required if lat is provided. http://www.geomidpoint.com/latlon.html radius: format: int32