Return uppercase country name list for country search API
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
This commit is contained in:
@@ -157,7 +157,8 @@ AUTH + SYSTEM APIS
|
||||
|
||||
- Searches countries from local country_reference table.
|
||||
- Case-insensitive match on country name, official name, ISO alpha-2, and ISO alpha-3.
|
||||
- Example: q=IND returns matches like India and related country names.
|
||||
- Returns JSON array of uppercase country names only.
|
||||
- Example: q=IND can return ["INDIA", "INDONESIA", ...].
|
||||
|
||||
Request body:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user