Skip to content

Commit

Permalink
Single file specifications refresh (40b86a1)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 15, 2024
1 parent 40b86a1 commit 91ba119
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generated/artifacts/openapi-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3611,7 +3611,7 @@
"properties": {
"file_type": {
"description": "The file type of the uploaded file",
"enum": ["jpg", "png", "pdf"],
"enum": ["jpg", "jpeg", "png", "pdf"],
"type": "string"
},
"type": {
Expand Down
1 change: 1 addition & 0 deletions generated/artifacts/openapi-yaml/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2614,6 +2614,7 @@ components:
description: The file type of the uploaded file
enum:
- jpg
- jpeg
- png
- pdf
type: string
Expand Down
2 changes: 1 addition & 1 deletion generated/artifacts/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3342,7 +3342,7 @@
"properties" : {
"file_type" : {
"description" : "The file type of the uploaded file",
"enum" : [ "jpg", "png", "pdf" ],
"enum" : [ "jpg", "jpeg", "png", "pdf" ],
"type" : "string"
},
"type" : {
Expand Down

0 comments on commit 91ba119

Please sign in to comment.