-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #414 from hubmapconsortium/test-release
v2.2.1 release
- Loading branch information
Showing
5 changed files
with
180 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.2.0 | ||
2.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,48 @@ info: | |
title: HuBMAP Search API | ||
termsOfService: 'https://hubmapconsortium.org' | ||
contact: | ||
email: [email protected] | ||
name: HuBMAP Help Desk | ||
email: [email protected] | ||
license: | ||
name: MIT License | ||
url: 'https://github.com/hubmapconsortium/entity-api/blob/master/license.txt' | ||
servers: | ||
- url: "https://search.api.hubmapconsortium.org" | ||
components: | ||
securitySchemes: | ||
globus_auth: | ||
type: oauth2 | ||
flows: | ||
implicit: | ||
authorizationUrl: "https://auth.globus.org/v2/oauth2/authorize" | ||
scopes: | ||
"write:entities": modify entities | ||
"read:entities": read entities | ||
JWTBearerAuth: | ||
bearerFormat: JWT | ||
scheme: bearer | ||
type: http | ||
schemas: | ||
requestJsonBody: | ||
type: object | ||
AssayTypeQueryDict: | ||
type: object | ||
properties: | ||
name: | ||
type: string | ||
AssayTypeReturnDict: | ||
type: object | ||
properties: | ||
name: | ||
type: string | ||
description: | ||
type: string | ||
primary: | ||
type: boolean | ||
vitessce-hints: | ||
type: array | ||
items: | ||
type: string | ||
tags: | ||
- name: 'Search API, Elasticsearch' | ||
description: Operations pertaining to datasets indexed in Elasticsearch | ||
|
@@ -268,40 +309,4 @@ paths: | |
'202': | ||
description: The request has been accepted and reindex is in process | ||
|
||
servers: | ||
- url: "https://search.api.hubmapconsortium.org" | ||
components: | ||
securitySchemes: | ||
globus_auth: | ||
type: oauth2 | ||
flows: | ||
implicit: | ||
authorizationUrl: "https://auth.globus.org/v2/oauth2/authorize" | ||
scopes: | ||
"write:entities": modify entities | ||
"read:entities": read entities | ||
JWTBearerAuth: | ||
bearerFormat: JWT | ||
scheme: bearer | ||
type: http | ||
schemas: | ||
requestJsonBody: | ||
type: object | ||
AssayTypeQueryDict: | ||
type: object | ||
properties: | ||
name: | ||
type: string | ||
AssayTypeReturnDict: | ||
type: object | ||
properties: | ||
name: | ||
type: string | ||
description: | ||
type: string | ||
primary: | ||
type: boolean | ||
vitessce-hints: | ||
type: array | ||
items: | ||
type: string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters