From ace6ebc238d599ec29a8cff9219189f37bb19621 Mon Sep 17 00:00:00 2001 From: Philip de Nier Date: Thu, 26 Sep 2024 13:47:38 +0100 Subject: [PATCH] review: expand on why returning no flow segment get_urls could be useful --- api/TimeAddressableMediaStore.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/TimeAddressableMediaStore.yaml b/api/TimeAddressableMediaStore.yaml index bbc444e..01c4051 100644 --- a/api/TimeAddressableMediaStore.yaml +++ b/api/TimeAddressableMediaStore.yaml @@ -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: ^[^,]*(,[^,]*)*$ @@ -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: ^[^,]*(,[^,]*)*$