Skip to content

Commit

Permalink
review: expand on why returning no flow segment get_urls could be useful
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gibb <[email protected]>
  • Loading branch information
philipnbbc and AndrewGibb committed Sep 26, 2024
1 parent 2b0fbcd commit d5ebe4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/TimeAddressableMediaStore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,8 @@ paths:
A comma separated list of labels of flow segment `get_urls` to include in the response.
A 'default' label selects URLs with a 'default' or no label.
An empty `accept_get_urls` results in an empty or no `get_urls` flow segment property in the response.
Without `get_urls`, the response from the service could be substantially faster if it is not required to
generate a large number of pre-signed URLs for example.
schema:
type: string
pattern: ^[^,]*(,[^,]*)*$
Expand Down Expand Up @@ -1395,6 +1397,8 @@ paths:
A comma separated list of labels of flow segment `get_urls` to include in the response.
A 'default' label selects URLs with a 'default' or no label.
An empty `accept_get_urls` results in an empty or no `get_urls` flow segment property in the response.
Without `get_urls`, the response from the service could be substantially faster if it is not required to
generate a large number of pre-signed URLs for example.
schema:
type: string
pattern: ^[^,]*(,[^,]*)*$
Expand Down

0 comments on commit d5ebe4a

Please sign in to comment.