-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BBC RD
committed
Aug 2, 2024
1 parent
c657851
commit 9f820f7
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ info: | |
could for example be implemented using an AWS S3 compatible store using presigned URLs or by | ||
a simple file system storage with an HTTP frontend. Clients should parse the /service endpoint | ||
and handle the media store type in use appropriately. | ||
version: "5.0" | ||
version: "5.1" | ||
contact: | ||
name: 'BBC R&D - Cloud-Fit Production Team' | ||
email: '[email protected]' | ||
|
@@ -44,7 +44,7 @@ servers: | |
variables: | ||
version: | ||
description: API version | ||
default: v5.0 | ||
default: v5.1 | ||
security: | ||
- {} | ||
- basic_auth: [] | ||
|