Skip to content

Commit

Permalink
Pull some of the endpoints out of their coma
Browse files Browse the repository at this point in the history
- Fix minor repetitive typo 'coma' and replace with 'comma'
  • Loading branch information
mdjong1 committed Jun 7, 2024
1 parent 594cf10 commit 0eff077
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/src/user_guide/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ QueryParams:

- **limit** (int): Limits the number of collections in the response.
- **offset** (int): Collection's offset.
- **bbox** (str): Coma (,) delimited bbox coordinates to spatially filter collection in `minx,miny,maxx,maxy` form.
- **bbox** (str): Comma (,) delimited bbox coordinates to spatially filter collection in `minx,miny,maxx,maxy` form.
- **datetime** (str): Single datetime or `/` delimited datetime intervals to temporally filter features.

- interval-bounded = `date-time/date-time`
Expand Down Expand Up @@ -412,16 +412,16 @@ QueryParams:

- **limit** (int): Limits the number of features in the response. Defaults to 10.
- **offset** (int): Features offset.
- **bbox** (str): Coma (,) delimited bbox coordinates to spatially filter features in `minx,miny,maxx,maxy` form.
- **bbox** (str): Comma (,) delimited bbox coordinates to spatially filter features in `minx,miny,maxx,maxy` form.
- **datetime** (str): Single datetime or `/` delimited datetime intervals to temporally filter features.

- interval-bounded = `date-time/date-time`
- interval-half-bounded-start = `../date-time`
- interval-half-bounded-end = `date-time/..`
- datetime = `date-time`

- **ids** * (str): Coma (,) delimited list of item Ids.
- **properties** * (str): Coma (,) delimited list of item properties to return in each feature.
- **ids** * (str): Comma (,) delimited list of item Ids.
- **properties** * (str): Comma (,) delimited list of item properties to return in each feature.
- **filter** (str): CQL2 filter as defined by https://docs.ogc.org/DRAFTS/19-079r1.html#rc_filter
- **filter-lang** (str, one of [`cql2-text`, `cql2-json`]): `Filter` language. Defaults to `cql2-text`.
- **geom-column** * (str): Select geometry column to apply filter on and to create geometry from.
Expand Down Expand Up @@ -588,16 +588,16 @@ PathParams:
QueryParams:

- **limit** (int): Limits the number of features in the response. Defaults to 10000.
- **bbox** (str): Coma (,) delimited bbox coordinates to spatially filter features in `minx,miny,maxx,maxy` form.
- **bbox** (str): Comma (,) delimited bbox coordinates to spatially filter features in `minx,miny,maxx,maxy` form.
- **datetime** (str): Single datetime or `/` delimited datetime intervals to temporally filter features.

- interval-bounded = `date-time/date-time`
- interval-half-bounded-start = `../date-time`
- interval-half-bounded-end = `date-time/..`
- datetime = `date-time`

- **ids** * (str): Coma (,) delimited list of item Ids.
- **properties** * (str): Coma (,) delimited list of item properties to return in each feature.
- **ids** * (str): Comma (,) delimited list of item Ids.
- **properties** * (str): Comma (,) delimited list of item properties to return in each feature.
- **filter** (str): CQL2 filter as defined by https://docs.ogc.org/DRAFTS/19-079r1.html#rc_filter
- **filter-lang** (str, one of [`cql2-text`, `cql2-json`]): `Filter` language. Defaults to `cql2-text`.
- **geom-column** * (str): Select geometry column to apply filter on and to create geometry from.
Expand Down

0 comments on commit 0eff077

Please sign in to comment.