Skip to content

Commit

Permalink
Update openApi version to latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghebrechristos committed Apr 16, 2020
1 parent 1038329 commit 39d0131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion registry/src/main/resources/openapi_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br/><br/> **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"
Expand Down
2 changes: 1 addition & 1 deletion search/src/main/resources/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 39d0131

Please sign in to comment.