Skip to content

Commit

Permalink
Publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 20, 2023
1 parent c73d635 commit 832c2c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,7 @@ paths:
content:
application/json:
schema:
type: object
properties:
results:
type: array
items:
$ref: '#/components/schemas/GitTokenResponse'
$ref: '#/components/schemas/GitTokenResponseList'
'401':
$ref: '#/components/responses/401'
'403':
Expand Down Expand Up @@ -13266,6 +13261,13 @@ components:
type: string
type:
$ref: '#/components/schemas/GitProviderEnum'
GitTokenResponseList:
type: object
properties:
results:
type: array
items:
$ref: '#/components/schemas/GitTokenResponse'
Healthcheck:
type: object
nullable: false
Expand Down

0 comments on commit 832c2c1

Please sign in to comment.