From cde7292e3270c3da5870c89b80bb625b5e25b5da Mon Sep 17 00:00:00 2001 From: raphi Date: Fri, 24 May 2024 07:00:24 +0200 Subject: [PATCH] fix(reverse): Text --- openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yml b/openapi.yml index d81e473..4921e48 100644 --- a/openapi.yml +++ b/openapi.yml @@ -97,7 +97,7 @@ paths: It will return the closest results around `coordinates`. - If `coordinates` are not set, it will use the user's IP to approximate its coordinates but results will be less accurate (city level accuracy instead of street level accuracy). + If `coordinates` are not provided, it will use the user's IP to approximate its coordinates but results will be less accurate (city level accuracy instead of street level accuracy). operationId: ReverseGeocoding tags: [ Geocoding ] requestBody: