diff --git a/src/main/resources/static/api-specs/admins-api.yaml b/src/main/resources/static/api-specs/admins-api.yaml index 793a3e3..3b3f502 100644 --- a/src/main/resources/static/api-specs/admins-api.yaml +++ b/src/main/resources/static/api-specs/admins-api.yaml @@ -2,9 +2,9 @@ openapi: 3.0.3 info: title: EGA Admins (Internal) description: The EGA Admin API is aimed to allow EGA Admins to control DAC Admins for the European Genome-Phenome Archive. - termsOfService: TBD + termsOfService: https://www.ebi.ac.uk/about/terms-of-use/ contact: - email: ega-dev@ebi.ac.uk + email: helpdesk@ega-archive.org license: name: Apache 2.0 url: http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/src/main/resources/static/api-specs/permissions-api.yaml b/src/main/resources/static/api-specs/permissions-api.yaml index 0af7fbc..13f2893 100644 --- a/src/main/resources/static/api-specs/permissions-api.yaml +++ b/src/main/resources/static/api-specs/permissions-api.yaml @@ -1,10 +1,10 @@ openapi: 3.0.3 info: title: EGA Permissions API (Public) - description: The EGA Permissions API is aimed to allow approved users (e.g. Data Access Committee) to control and audit access to EGA datasets. The API currently supports authentication using ELIXIR and EGA credentials for OpenID as well as generated API_KEYs. - termsOfService: TBD + description: The EGA Permissions API is aimed to allow approved users (e.g. Data Access Committee) to control and audit access to EGA datasets. The API currently supports authentication using ELIXIR and EGA credentials for OpenID as well as generated API_KEYs. EGA Permissions API uses GA4GH Visa and Passport standard (https://github.com/ga4gh-duri/ga4gh-duri.github.io/blob/master/researcher_ids/ga4gh_passport_v1.md). + termsOfService: https://www.ebi.ac.uk/about/terms-of-use/ contact: - email: ega-dev@ebi.ac.uk + email: helpdesk@ega-archive.org license: name: Apache 2.0 url: http://www.apache.org/licenses/LICENSE-2.0.html