From 789e6e41a6a4cdbea85fcdb3d32e289cf01f02cd Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre <4224001+paulineribeyre@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:40:13 -0600 Subject: [PATCH] update docs --- docs/openapi.yaml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index deaa64b..9f85173 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -88,7 +88,9 @@ paths: '200': content: application/json: - schema: {} + schema: + title: Response Service Info Ga4Gh Tes V1 Service Info Get + type: object description: Successful Response summary: Service Info tags: @@ -100,7 +102,9 @@ paths: '200': content: application/json: - schema: {} + schema: + title: Response List Tasks Ga4Gh Tes V1 Tasks Get + type: object description: Successful Response security: - HTTPBearer: [] @@ -113,7 +117,9 @@ paths: '200': content: application/json: - schema: {} + schema: + title: Response Create Task Ga4Gh Tes V1 Tasks Post + type: object description: Successful Response security: - HTTPBearer: [] @@ -134,7 +140,9 @@ paths: '200': content: application/json: - schema: {} + schema: + title: Response Get Task Ga4Gh Tes V1 Tasks Task Id Get + type: object description: Successful Response '422': content: @@ -161,7 +169,9 @@ paths: '200': content: application/json: - schema: {} + schema: + title: Response Cancel Task Ga4Gh Tes V1 Tasks Task Id Cancel Post + type: object description: Successful Response '422': content: @@ -430,7 +440,9 @@ paths: '200': content: application/json: - schema: {} + schema: + title: Response Get Storage Info Storage Info Get + type: object description: Successful Response security: - HTTPBearer: []