Skip to content

Commit

Permalink
Add name documentation!
Browse files Browse the repository at this point in the history
  • Loading branch information
dbutenhof committed Apr 19, 2023
1 parent a730054 commit 2d85408
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/API/V1/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ Allows filtering for datasets owned by the authenticated client (if the value
is omitted, e.g., `?mine` or `?mine=true`) or owned by *other* users (e.g.,
`?mine=false`).

`name` string \
Select only datasets with a specified substring in their name. The filter
`?name=fio` is semantically equivalent to `?filter=dataset.name:~fio`.

`offset` integer \
"Paginate" the selected datasets by skipping the first `offset` datasets that
would have been selected by the other query terms. This can be used with
Expand Down

0 comments on commit 2d85408

Please sign in to comment.