Return uppercase country name list for country search API
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s

This commit is contained in:
androidlover5842
2026-02-07 17:01:56 +05:30
parent c39188d453
commit 0441683d55
3 changed files with 8 additions and 26 deletions

View File

@@ -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: