Skip to content

Commit dbc70b5

Browse files
committed
fix = operator to eq
1 parent f0a5024 commit dbc70b5

File tree

1 file changed

+1
-1
lines changed
  • content/docs/developer-resources/rest-apis

1 file changed

+1
-1
lines changed

content/docs/developer-resources/rest-apis/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ When calling v3 data api, the where clause has a slight difference with the prev
103103
`("Product Name", eq, "Laptop, 15-inch")`
104104

105105
**Example:** Using single quotes for a value:
106-
`(City, =, 'New York')`
106+
`(City, eq, 'New York')`
107107

108108
### Usage on v2 API
109109

0 commit comments

Comments
 (0)