Skip to content

Commit 310f559

Browse files
chore(docs): Update restli-overview.md (#11908)
1 parent 05d362a commit 310f559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/restli/restli-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ curl -X POST 'http://localhost:8080/entities?action=search' \
11561156
"and": [
11571157
{
11581158
"field": "title",
1159-
"value": "Baz Chart 1",
1159+
"values": ["Baz Chart 1"],
11601160
"condition": "EQUAL"
11611161
}
11621162
]
@@ -1261,7 +1261,7 @@ curl -X POST 'http://localhost:8080/entities?action=autocomplete' \
12611261
"and": [
12621262
{
12631263
"field": "tool",
1264-
"value": "looker",
1264+
"values": ["looker"],
12651265
"condition": "EQUAL"
12661266
}
12671267
]

0 commit comments

Comments
 (0)