Skip to content

Commit

Permalink
Apply automatic documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored and actions-user committed Oct 8, 2024
1 parent 47d4b74 commit d825a2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ components:
- type
title: ValidationError
type: object
securitySchemes:
HTTPBearer:
scheme: bearer
type: http
info:
title: Gen3Workflow
version: 0.1.0
Expand Down Expand Up @@ -109,6 +113,8 @@ paths:
application/json:
schema: {}
description: Successful Response
security:
- HTTPBearer: []
summary: Create Task
tags:
- GA4GH TES
Expand Down

0 comments on commit d825a2d

Please sign in to comment.