Skip to content

Commit

Permalink
Update http samples to include nested fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nuric committed Sep 7, 2024
1 parent 47ba0a8 commit e4c7cf1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion httpapi/v2/samples.http
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ X-Plan-Id: {{package}}
"foo": "bar"
},
{
"vector": [3, 4]
"vector": [3, 4],
"nested": {
"foo": "bar"
}
}
]
}
Expand Down Expand Up @@ -119,6 +122,11 @@ X-Plan-Id: {{package}}
"limit": 10
}
},
"select": ["*"],
"sort": [{
"property": "nested",
"descending": true
}],
"limit": 10
}

Expand Down

0 comments on commit e4c7cf1

Please sign in to comment.