From bb3841d530e0644abb61bb5e751b47acb3ccd4ed Mon Sep 17 00:00:00 2001 From: "Jason McClellan (dsc)" Date: Thu, 11 Jun 2015 12:00:50 -0400 Subject: [PATCH] Added streaming API to swagger-ui dropdown --- src/main/html/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/html/index.html b/src/main/html/index.html index 8c7706ab4a0..768f7476c03 100644 --- a/src/main/html/index.html +++ b/src/main/html/index.html @@ -31,7 +31,8 @@ select2.select2({ data: [ { id: 'http://login.dsc.tv/api-spec', text: 'Entitlements' }, - { id: 'http://api.dsc.tv/v1/content/api-spec', text: 'Content' } + { id: 'http://api.dsc.tv/v1/content/api-spec', text: 'Content' }, + { id: 'http://api.dsc.tv/v1/streaming/api-spec', text: 'Streaming' } ] });