Skip to content

Commit

Permalink
fix: add new parameter 'q' and new response 'Accepted' to /collections
Browse files Browse the repository at this point in the history
  • Loading branch information
dalpasso committed Nov 24, 2023
1 parent f6ae81b commit 8297df8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eodag/resources/stac_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,13 @@ paths:
summary: The feature collections in the dataset.
description: A body of Feature Collections that belong or are used together with additional links. Request may not return the full set of metadata per Feature Collection.
operationId: getCollections
parameters:
- $ref: '#/components/parameters/q'
responses:
'200':
$ref: '#/components/responses/Collections'
'202':
$ref: '#/components/responses/Accepted'
'500':
$ref: '#/components/responses/ServerError'
/collections/{collectionId}:
Expand Down Expand Up @@ -1842,6 +1846,12 @@ components:
text/html:
schema:
type: string
Accepted:
description: The request has been accepted, but the data is not yet ready. Please wait a few minutes before trying again.
content:
application/json:
schema:
$ref: '#/components/schemas/exception'
Collections:
description: >-
The feature collections shared by this API.
Expand Down

0 comments on commit 8297df8

Please sign in to comment.