mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-30 03:18:24 +00:00
chore(docs): Update restli-overview.md (#11908)
This commit is contained in:
parent
05d362a94e
commit
310f559c6d
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user