diff --git a/openapi/task_execution_service.openapi.yaml b/openapi/task_execution_service.openapi.yaml index 8d57d8f..8d65506 100644 --- a/openapi/task_execution_service.openapi.yaml +++ b/openapi/task_execution_service.openapi.yaml @@ -60,7 +60,8 @@ info: If TES API implementation is to be used by another website or domain it must implement Cross Origin Resource Sharing (CORS). Please refer to https://w3id.org/ga4gh/product-approval-support/cors for more information about GA4GH’s recommendations and how to implement CORS. - +security: + - bearerAuth: [] servers: - url: /ga4gh/tes/v1 paths: @@ -192,6 +193,11 @@ paths: schema: $ref: '#/components/schemas/tesCancelTaskResponse' components: + securitySchemes: + bearerAuth: + type: http + scheme: bearer + bearerFormat: JWT parameters: view: name: view