Skip to content

Commit

Permalink
Merge pull request #49 from bbc/rw-fix-OpenAPI-source-examples
Browse files Browse the repository at this point in the history
Add missing example for multi-essence Sources
  • Loading branch information
robwadge authored May 2, 2024
2 parents e2a584e + 66d5458 commit 21e813e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion api/TimeAddressableMediaStore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,12 @@ paths:
basic:
summary: Source containing elemental video
value:
$ref: "examples/source-get-200-basic.json"
$ref: examples/source-get-200-basic.json
multi:
summary: Multi-essence Source
description: Multi-essence Sources collect multiple Sources of different formats under one Source ID.
value:
$ref: examples/source-get-200-multi.json
"404":
description: The requested Source does not exist.
"400":
Expand Down

0 comments on commit 21e813e

Please sign in to comment.