Skip to content

Commit 0eff077

Browse files
committed
Pull some of the endpoints out of their coma
- Fix minor repetitive typo 'coma' and replace with 'comma'
1 parent 594cf10 commit 0eff077

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/user_guide/endpoints.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ QueryParams:
179179

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

185185
- interval-bounded = `date-time/date-time`
@@ -412,16 +412,16 @@ QueryParams:
412412

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

418418
- interval-bounded = `date-time/date-time`
419419
- interval-half-bounded-start = `../date-time`
420420
- interval-half-bounded-end = `date-time/..`
421421
- datetime = `date-time`
422422

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

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

594594
- interval-bounded = `date-time/date-time`
595595
- interval-half-bounded-start = `../date-time`
596596
- interval-half-bounded-end = `date-time/..`
597597
- datetime = `date-time`
598598

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

0 commit comments

Comments
 (0)