diff --git a/registry/src/main/resources/openapi_base.yaml b/registry/src/main/resources/openapi_base.yaml index 83b73b45c..fc699ba21 100644 --- a/registry/src/main/resources/openapi_base.yaml +++ b/registry/src/main/resources/openapi_base.yaml @@ -7,7 +7,7 @@ openapi: "3.0.2" info: title: "Persistent Streaming Inventory API" description: "This file covers the `current` endpoint for the Persistent Streaming Inventory API.

**Note**: For creating, modifying and removing a record, you must select at least one parameter. Calling the API by `id` and `source` parameter will provide the most precise results." - version: 2.4.2 + version: 3.0.0-alpha3 termsOfService: "" contact: name: "Persistent Streaming Inventory API" diff --git a/search/src/main/resources/openapi.yaml b/search/src/main/resources/openapi.yaml index 1802aeb9e..e899e6629 100644 --- a/search/src/main/resources/openapi.yaml +++ b/search/src/main/resources/openapi.yaml @@ -7,7 +7,7 @@ servers: info: title: OneStop Search API description: 'Search Collections and Granules! More information on search request and responses available at [Search API Requests](https://github.com/cedardevs/onestop/wiki/OneStop-Search-API-Requests) and [Search API Responses](https://github.com/cedardevs/onestop/wiki/OneStop-Search-API-Responses).' - version: 2.4.2 + version: 3.0.0-alpha3 tags: - name: collection description: Discover available collections of data.