Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Dec 16, 2024
1 parent 5993da4 commit 789e6e4
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: []
Expand All @@ -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: []
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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: []
Expand Down

0 comments on commit 789e6e4

Please sign in to comment.