Skip to content

Commit

Permalink
Merge pull request #21 from samselikoff/add-missing-error-responses
Browse files Browse the repository at this point in the history
Add some missing error responses
  • Loading branch information
Nutlope committed Jul 9, 2024
2 parents 380124e + 8131b4c commit 444f445
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ErrorData'
'503':
description: 'Overloaded'
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorData'
'504':
description: 'Timeout'
content:
Expand Down Expand Up @@ -353,6 +347,12 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/FileObject'
'500':
description: Internal Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorData'
/fine-tunes:
post:
tags: ['Fine-tuning']
Expand Down

0 comments on commit 444f445

Please sign in to comment.