chore(docs): Update restli-overview.md (#11908)

This commit is contained in:
david-leifker 2024-11-20 10:27:57 -06:00 committed by GitHub
parent 05d362a94e
commit 310f559c6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1156,7 +1156,7 @@ curl -X POST 'http://localhost:8080/entities?action=search' \
"and": [
{
"field": "title",
"value": "Baz Chart 1",
"values": ["Baz Chart 1"],
"condition": "EQUAL"
}
]
@ -1261,7 +1261,7 @@ curl -X POST 'http://localhost:8080/entities?action=autocomplete' \
"and": [
{
"field": "tool",
"value": "looker",
"values": ["looker"],
"condition": "EQUAL"
}
]