You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/docs/docs.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -975,7 +975,7 @@ const docTemplate = `{
975
975
},
976
976
"/discountPrograms": {
977
977
"get": {
978
-
"description": "\"Returns paginated list of discounts matching the query's string-typed key-value pairs. See offset for more details on pagination.\"",
978
+
"description": "\"Returns paginated list of discounts filtered using field-specific keyword searches or global fuzzy search. See offset for more details on pagination.\"",
979
979
"produces": [
980
980
"application/json"
981
981
],
@@ -992,7 +992,7 @@ const docTemplate = `{
992
992
},
993
993
{
994
994
"type": "string",
995
-
"description": "The discount's category.",
995
+
"description": "The discount's category (exact match with suggestions).",
996
996
"name": "category",
997
997
"in": "query"
998
998
},
@@ -1016,7 +1016,7 @@ const docTemplate = `{
1016
1016
},
1017
1017
{
1018
1018
"type": "string",
1019
-
"description": "Full text search of all discount's fields.",
1019
+
"description": "Fuzzy search, must be used alone.",
0 commit comments