Skip to content

Commit c059f03

Browse files
author
Aman Rao
committed
Update Match Fields-Name
1 parent d494598 commit c059f03

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,17 @@ Please do not expose the appid and appkey on browser applications. In case of a
255255
name: <required, Object> {
256256
value1: <required, String>,
257257
value2: <required, String>,
258-
leniency: <String> ["lenient", "strict"]
258+
leniency: <String> ["lenient", "strict"],
259+
preference: <Object>{
260+
"removeSuffix": <String> ["yes", "no"],
261+
"phonetic": <String> ["yes", "no"],
262+
"distanceRule": <String> ["yes", "no"],
263+
}
259264
}
260265
}
261266
262267
```
268+
Please Note: Only one of leniency and preference is allowed.
263269

264270
## Response Structure
265271

0 commit comments

Comments
 (0)