Skip to content

Commit

Permalink
[documentation]: Add 'sort_by_metadata_key' into API spec
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Pesterev <pesterev@pm.me>
  • Loading branch information
pesterev committed Jan 19, 2023
1 parent ca16502 commit 886e8b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/references/api_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- Query parameters:
+ `start`: Optional parameter in queries where results can be indexed. Use to return results from specified point. Results are ordered where can be by id which uses rust's [PartialOrd](https://doc.rust-lang.org/std/cmp/trait.PartialOrd.html#derivable) and [Ord](https://doc.rust-lang.org/std/cmp/trait.Ord.html) traits.
+ `limit`: Optional parameter in queries where results can be indexed. Use to return specific number of results.
+ `sort_by_metadata_key`: Optional parameter in queries. Use to sort results containing metadata with a given key.

**Responses**:

Expand Down

0 comments on commit 886e8b0

Please sign in to comment.