Skip to content

Commit 87812cf

Browse files
authored
fix: make description in Item Search openapi GET/POST impl consistent with README (#168)
1 parent e17ee4d commit 87812cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

item-search/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ paths:
2323
Retrieve Items matching filters. Intended as a shorthand API for simple
2424
queries.
2525
26-
This method is optional, but you MUST implement `POST /search` if you
27-
want to implement this method.
26+
This method is required to implement.
2827
2928
If this endpoint is implemented on a server, it is required to add a
3029
link referring to this endpoint with `rel` set to `search` to the
@@ -62,10 +61,11 @@ paths:
6261
summary: Search STAC items with full-featured filtering.
6362
operationId: postItemSearch
6463
description: |-
65-
retrieve items matching filters. Intended as the standard, full-featured
64+
Retrieve items matching filters. Intended as the standard, full-featured
6665
query API.
6766
68-
This method is mandatory to implement if `GET /search` is implemented.
67+
This method is optional to implement, but recommended.
68+
6969
If this endpoint is implemented on a server, it is required to add a
7070
link referring to this endpoint with `rel` set to `search` and `method`
7171
set to `POST` to the `links` array in `GET /`.

0 commit comments

Comments
 (0)