Skip to content

Commit

Permalink
openAPI: Clarified purpose of /api/* paths to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jerstlouis committed Sep 7, 2023
1 parent cb46722 commit 5d85cf9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions standard/openapi/ogcapi-coverages-1.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"API"
],
"operationId": "getAPICollections",
"summary": "Retrieve the list of collections available from this API implementation & deployment.",
"summary": "JSON enumeration of all the collections available from this API implementation & deployment (for inclusion in the API definition).",
"parameters": [
{
"$ref": "#/components/parameters/f-metadata"
Expand Down Expand Up @@ -130,7 +130,7 @@
"API"
],
"operationId": "getAPICoverageCollections",
"summary": "Retrieve the list of coverages collections available from this API implementation & deployment.",
"summary": "JSON enumeration of the coverage collections available from this API implementation & deployment (for inclusion in the API definition).",
"parameters": [
{
"$ref": "#/components/parameters/f-metadata"
Expand Down Expand Up @@ -158,7 +158,7 @@
"API"
],
"operationId": "getAPITileMatrixSets",
"summary": "Retrieve the list of shared TileMatrixSets available from this API implementation & deployment.",
"summary": "JSON enumeration of the shared TileMatrixSets available from this API implementation & deployment (for inclusion in the API definition).",
"parameters": [
{
"$ref": "#/components/parameters/f-metadata"
Expand Down
2 changes: 1 addition & 1 deletion standard/openapi/paths/dynamic/pAllCollections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
tags:
- API
operationId: getAPICollections
summary: Retrieve the list of collections available from this API implementation & deployment.
summary: JSON enumeration of all the collections available from this API implementation & deployment (for inclusion in the API definition).
parameters:
- $ref: '../../parameters/unspecified/f-metadata.yaml'
responses:
Expand Down
2 changes: 1 addition & 1 deletion standard/openapi/paths/dynamic/pCoverageCollections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
tags:
- API
operationId: getAPICoverageCollections
summary: Retrieve the list of coverages collections available from this API implementation & deployment.
summary: JSON enumeration of the coverage collections available from this API implementation & deployment (for inclusion in the API definition).
parameters:
- $ref: '../../parameters/unspecified/f-metadata.yaml'
responses:
Expand Down
2 changes: 1 addition & 1 deletion standard/openapi/paths/dynamic/pTileMatrixSets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
tags:
- API
operationId: getAPITileMatrixSets
summary: Retrieve the list of shared TileMatrixSets available from this API implementation & deployment.
summary: JSON enumeration of the shared TileMatrixSets available from this API implementation & deployment (for inclusion in the API definition).
parameters:
- $ref: '../../parameters/unspecified/f-metadata.yaml'
responses:
Expand Down

0 comments on commit 5d85cf9

Please sign in to comment.