Skip to content

Commit

Permalink
chore(docs): Update restli-overview.md (datahub-project#11908)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Nov 20, 2024
1 parent 05d362a commit 310f559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/restli/restli-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down Expand Up @@ -1261,7 +1261,7 @@ curl -X POST 'http://localhost:8080/entities?action=autocomplete' \
"and": [
{
"field": "tool",
"value": "looker",
"values": ["looker"],
"condition": "EQUAL"
}
]
Expand Down

0 comments on commit 310f559

Please sign in to comment.