diff options
Diffstat (limited to 'support/doc/api/html/index.html')
-rw-r--r-- | support/doc/api/html/index.html | 676 |
1 files changed, 676 insertions, 0 deletions
diff --git a/support/doc/api/html/index.html b/support/doc/api/html/index.html index 8b0990bf1..bf9430e79 100644 --- a/support/doc/api/html/index.html +++ b/support/doc/api/html/index.html | |||
@@ -19,6 +19,7 @@ | |||
19 | <nav id="nav" role="navigation"> | 19 | <nav id="nav" role="navigation"> |
20 | <h5>Topics</h5> | 20 | <h5>Topics</h5> |
21 | <a href="#introduction">Introduction</a> | 21 | <a href="#introduction">Introduction</a> |
22 | <a href="#authentication">Authentication</a> | ||
22 | <h5>Operations</h5> | 23 | <h5>Operations</h5> |
23 | <section> | 24 | <section> |
24 | <a href="#tag-Accounts">Accounts</a> | 25 | <a href="#tag-Accounts">Accounts</a> |
@@ -279,6 +280,43 @@ | |||
279 | </div> | 280 | </div> |
280 | </div> | 281 | </div> |
281 | </div> | 282 | </div> |
283 | <!-- <h1 id="security" data-traverse-target="security">Security</h1> --> | ||
284 | <h1 id="authentication" data-traverse-target="authentication">Authentication</h1> | ||
285 | <div id="security-definition-OAuth2" class="panel"> | ||
286 | <div class="doc-row"> | ||
287 | <div class="doc-copy"> | ||
288 | <h3 class="security-definition-title"> | ||
289 | <span class="security-name">OAuth2</span> | ||
290 | <span class="swagger-security-definition-oauth2"></span> | ||
291 | </h3> | ||
292 | <section class="security-definition-description"> | ||
293 | <p>In the header: | ||
294 | <em>Authorization: Bearer mytoken</em> | ||
295 | </p> | ||
296 | </section> | ||
297 | <section class="swagger-security-definition-properties"> | ||
298 | <div class="prop-row security-definition-property"> | ||
299 | <div class="prop-name"> | ||
300 | <div class="prop-title security-definition-property-name">type</div> | ||
301 | </div> | ||
302 | <div class="prop-value security-definition-property-type"> oauth2 </div> | ||
303 | </div> | ||
304 | <div class="prop-row security-definition-property"> | ||
305 | <div class="prop-name"> | ||
306 | <div class="prop-title security-definition-property-name">flow</div> | ||
307 | </div> | ||
308 | <div class="prop-value security-definition-property-type"> password </div> | ||
309 | </div> | ||
310 | <div class="prop-row security-definition-property"> | ||
311 | <div class="prop-name"> | ||
312 | <div class="prop-title security-definition-property-name">tokenUrl</div> | ||
313 | </div> | ||
314 | <div class="prop-value security-definition-property-type"> https://peertube.example.com/api/v1/users/token </div> | ||
315 | </div> | ||
316 | </section> | ||
317 | </div> | ||
318 | </div> | ||
319 | </div> | ||
282 | <h1 id="tag-Accounts" class="swagger-summary-tag" data-traverse-target="tag-Accounts">Accounts</h1> | 320 | <h1 id="tag-Accounts" class="swagger-summary-tag" data-traverse-target="tag-Accounts">Accounts</h1> |
283 | <div id="operation--accounts--id--get" class="operation panel" data-traverse-target="operation--accounts--id--get"> | 321 | <div id="operation--accounts--id--get" class="operation panel" data-traverse-target="operation--accounts--id--get"> |
284 | <!-- <section class="operation-tags row"> --> | 322 | <!-- <section class="operation-tags row"> --> |
@@ -697,6 +735,28 @@ | |||
697 | </section> | 735 | </section> |
698 | </div> | 736 | </div> |
699 | </div> | 737 | </div> |
738 | <div class="doc-row"> | ||
739 | <div class="doc-copy"> | ||
740 | <section class="swagger-request-security"> | ||
741 | <table class="table"> | ||
742 | <thead> | ||
743 | <tr> | ||
744 | <th class="swagger-request-security-schema"></th> | ||
745 | <th class="swagger-request-security-scopes"></th> | ||
746 | </tr> | ||
747 | </thead> | ||
748 | <tbody> | ||
749 | <tr> | ||
750 | <td> | ||
751 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
752 | </td> | ||
753 | <td> </td> | ||
754 | </tr> | ||
755 | </tbody> | ||
756 | </table> | ||
757 | </section> | ||
758 | </div> | ||
759 | </div> | ||
700 | </div> | 760 | </div> |
701 | <h1 id="tag-ServerFollowing" class="swagger-summary-tag" data-traverse-target="tag-ServerFollowing">ServerFollowing</h1> | 761 | <h1 id="tag-ServerFollowing" class="swagger-summary-tag" data-traverse-target="tag-ServerFollowing">ServerFollowing</h1> |
702 | <div id="operation--server-following--host--delete" class="operation panel" data-traverse-target="operation--server-following--host--delete"> | 762 | <div id="operation--server-following--host--delete" class="operation panel" data-traverse-target="operation--server-following--host--delete"> |
@@ -754,6 +814,28 @@ | |||
754 | </h5> | 814 | </h5> |
755 | </div> | 815 | </div> |
756 | </div> | 816 | </div> |
817 | <div class="doc-row"> | ||
818 | <div class="doc-copy"> | ||
819 | <section class="swagger-request-security"> | ||
820 | <table class="table"> | ||
821 | <thead> | ||
822 | <tr> | ||
823 | <th class="swagger-request-security-schema"></th> | ||
824 | <th class="swagger-request-security-scopes"></th> | ||
825 | </tr> | ||
826 | </thead> | ||
827 | <tbody> | ||
828 | <tr> | ||
829 | <td> | ||
830 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
831 | </td> | ||
832 | <td> </td> | ||
833 | </tr> | ||
834 | </tbody> | ||
835 | </table> | ||
836 | </section> | ||
837 | </div> | ||
838 | </div> | ||
757 | </div> | 839 | </div> |
758 | <div id="operation--server-followers-get" class="operation panel" data-traverse-target="operation--server-followers-get"> | 840 | <div id="operation--server-followers-get" class="operation panel" data-traverse-target="operation--server-followers-get"> |
759 | <!-- <section class="operation-tags row"> --> | 841 | <!-- <section class="operation-tags row"> --> |
@@ -1150,6 +1232,28 @@ | |||
1150 | </h5> | 1232 | </h5> |
1151 | </div> | 1233 | </div> |
1152 | </div> | 1234 | </div> |
1235 | <div class="doc-row"> | ||
1236 | <div class="doc-copy"> | ||
1237 | <section class="swagger-request-security"> | ||
1238 | <table class="table"> | ||
1239 | <thead> | ||
1240 | <tr> | ||
1241 | <th class="swagger-request-security-schema"></th> | ||
1242 | <th class="swagger-request-security-scopes"></th> | ||
1243 | </tr> | ||
1244 | </thead> | ||
1245 | <tbody> | ||
1246 | <tr> | ||
1247 | <td> | ||
1248 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
1249 | </td> | ||
1250 | <td> </td> | ||
1251 | </tr> | ||
1252 | </tbody> | ||
1253 | </table> | ||
1254 | </section> | ||
1255 | </div> | ||
1256 | </div> | ||
1153 | </div> | 1257 | </div> |
1154 | <h1 id="tag-User" class="swagger-summary-tag" data-traverse-target="tag-User">User</h1> | 1258 | <h1 id="tag-User" class="swagger-summary-tag" data-traverse-target="tag-User">User</h1> |
1155 | <div id="operation--users-post" class="operation panel" data-traverse-target="operation--users-post"> | 1259 | <div id="operation--users-post" class="operation panel" data-traverse-target="operation--users-post"> |
@@ -1240,6 +1344,28 @@ | |||
1240 | </section> | 1344 | </section> |
1241 | </div> | 1345 | </div> |
1242 | </div> | 1346 | </div> |
1347 | <div class="doc-row"> | ||
1348 | <div class="doc-copy"> | ||
1349 | <section class="swagger-request-security"> | ||
1350 | <table class="table"> | ||
1351 | <thead> | ||
1352 | <tr> | ||
1353 | <th class="swagger-request-security-schema"></th> | ||
1354 | <th class="swagger-request-security-scopes"></th> | ||
1355 | </tr> | ||
1356 | </thead> | ||
1357 | <tbody> | ||
1358 | <tr> | ||
1359 | <td> | ||
1360 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
1361 | </td> | ||
1362 | <td> </td> | ||
1363 | </tr> | ||
1364 | </tbody> | ||
1365 | </table> | ||
1366 | </section> | ||
1367 | </div> | ||
1368 | </div> | ||
1243 | </div> | 1369 | </div> |
1244 | <div id="operation--users-get" class="operation panel" data-traverse-target="operation--users-get"> | 1370 | <div id="operation--users-get" class="operation panel" data-traverse-target="operation--users-get"> |
1245 | <!-- <section class="operation-tags row"> --> | 1371 | <!-- <section class="operation-tags row"> --> |
@@ -1429,6 +1555,28 @@ | |||
1429 | </section> | 1555 | </section> |
1430 | </div> | 1556 | </div> |
1431 | </div> | 1557 | </div> |
1558 | <div class="doc-row"> | ||
1559 | <div class="doc-copy"> | ||
1560 | <section class="swagger-request-security"> | ||
1561 | <table class="table"> | ||
1562 | <thead> | ||
1563 | <tr> | ||
1564 | <th class="swagger-request-security-schema"></th> | ||
1565 | <th class="swagger-request-security-scopes"></th> | ||
1566 | </tr> | ||
1567 | </thead> | ||
1568 | <tbody> | ||
1569 | <tr> | ||
1570 | <td> | ||
1571 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
1572 | </td> | ||
1573 | <td> </td> | ||
1574 | </tr> | ||
1575 | </tbody> | ||
1576 | </table> | ||
1577 | </section> | ||
1578 | </div> | ||
1579 | </div> | ||
1432 | </div> | 1580 | </div> |
1433 | <div id="operation--users--id--delete" class="operation panel" data-traverse-target="operation--users--id--delete"> | 1581 | <div id="operation--users--id--delete" class="operation panel" data-traverse-target="operation--users--id--delete"> |
1434 | <!-- <section class="operation-tags row"> --> | 1582 | <!-- <section class="operation-tags row"> --> |
@@ -1485,6 +1633,28 @@ | |||
1485 | </h5> | 1633 | </h5> |
1486 | </div> | 1634 | </div> |
1487 | </div> | 1635 | </div> |
1636 | <div class="doc-row"> | ||
1637 | <div class="doc-copy"> | ||
1638 | <section class="swagger-request-security"> | ||
1639 | <table class="table"> | ||
1640 | <thead> | ||
1641 | <tr> | ||
1642 | <th class="swagger-request-security-schema"></th> | ||
1643 | <th class="swagger-request-security-scopes"></th> | ||
1644 | </tr> | ||
1645 | </thead> | ||
1646 | <tbody> | ||
1647 | <tr> | ||
1648 | <td> | ||
1649 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
1650 | </td> | ||
1651 | <td> </td> | ||
1652 | </tr> | ||
1653 | </tbody> | ||
1654 | </table> | ||
1655 | </section> | ||
1656 | </div> | ||
1657 | </div> | ||
1488 | </div> | 1658 | </div> |
1489 | <div id="operation--users--id--get" class="operation panel" data-traverse-target="operation--users--id--get"> | 1659 | <div id="operation--users--id--get" class="operation panel" data-traverse-target="operation--users--id--get"> |
1490 | <!-- <section class="operation-tags row"> --> | 1660 | <!-- <section class="operation-tags row"> --> |
@@ -1636,6 +1806,28 @@ | |||
1636 | </section> | 1806 | </section> |
1637 | </div> | 1807 | </div> |
1638 | </div> | 1808 | </div> |
1809 | <div class="doc-row"> | ||
1810 | <div class="doc-copy"> | ||
1811 | <section class="swagger-request-security"> | ||
1812 | <table class="table"> | ||
1813 | <thead> | ||
1814 | <tr> | ||
1815 | <th class="swagger-request-security-schema"></th> | ||
1816 | <th class="swagger-request-security-scopes"></th> | ||
1817 | </tr> | ||
1818 | </thead> | ||
1819 | <tbody> | ||
1820 | <tr> | ||
1821 | <td> | ||
1822 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
1823 | </td> | ||
1824 | <td> </td> | ||
1825 | </tr> | ||
1826 | </tbody> | ||
1827 | </table> | ||
1828 | </section> | ||
1829 | </div> | ||
1830 | </div> | ||
1639 | </div> | 1831 | </div> |
1640 | <div id="operation--users--id--put" class="operation panel" data-traverse-target="operation--users--id--put"> | 1832 | <div id="operation--users--id--put" class="operation panel" data-traverse-target="operation--users--id--put"> |
1641 | <!-- <section class="operation-tags row"> --> | 1833 | <!-- <section class="operation-tags row"> --> |
@@ -1723,6 +1915,28 @@ | |||
1723 | </h5> | 1915 | </h5> |
1724 | </div> | 1916 | </div> |
1725 | </div> | 1917 | </div> |
1918 | <div class="doc-row"> | ||
1919 | <div class="doc-copy"> | ||
1920 | <section class="swagger-request-security"> | ||
1921 | <table class="table"> | ||
1922 | <thead> | ||
1923 | <tr> | ||
1924 | <th class="swagger-request-security-schema"></th> | ||
1925 | <th class="swagger-request-security-scopes"></th> | ||
1926 | </tr> | ||
1927 | </thead> | ||
1928 | <tbody> | ||
1929 | <tr> | ||
1930 | <td> | ||
1931 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
1932 | </td> | ||
1933 | <td> </td> | ||
1934 | </tr> | ||
1935 | </tbody> | ||
1936 | </table> | ||
1937 | </section> | ||
1938 | </div> | ||
1939 | </div> | ||
1726 | </div> | 1940 | </div> |
1727 | <div id="operation--users-me-get" class="operation panel" data-traverse-target="operation--users-me-get"> | 1941 | <div id="operation--users-me-get" class="operation panel" data-traverse-target="operation--users-me-get"> |
1728 | <!-- <section class="operation-tags row"> --> | 1942 | <!-- <section class="operation-tags row"> --> |
@@ -1870,6 +2084,28 @@ | |||
1870 | </section> | 2084 | </section> |
1871 | </div> | 2085 | </div> |
1872 | </div> | 2086 | </div> |
2087 | <div class="doc-row"> | ||
2088 | <div class="doc-copy"> | ||
2089 | <section class="swagger-request-security"> | ||
2090 | <table class="table"> | ||
2091 | <thead> | ||
2092 | <tr> | ||
2093 | <th class="swagger-request-security-schema"></th> | ||
2094 | <th class="swagger-request-security-scopes"></th> | ||
2095 | </tr> | ||
2096 | </thead> | ||
2097 | <tbody> | ||
2098 | <tr> | ||
2099 | <td> | ||
2100 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
2101 | </td> | ||
2102 | <td> </td> | ||
2103 | </tr> | ||
2104 | </tbody> | ||
2105 | </table> | ||
2106 | </section> | ||
2107 | </div> | ||
2108 | </div> | ||
1873 | </div> | 2109 | </div> |
1874 | <div id="operation--users-me-put" class="operation panel" data-traverse-target="operation--users-me-put"> | 2110 | <div id="operation--users-me-put" class="operation panel" data-traverse-target="operation--users-me-put"> |
1875 | <!-- <section class="operation-tags row"> --> | 2111 | <!-- <section class="operation-tags row"> --> |
@@ -1941,6 +2177,28 @@ | |||
1941 | </h5> | 2177 | </h5> |
1942 | </div> | 2178 | </div> |
1943 | </div> | 2179 | </div> |
2180 | <div class="doc-row"> | ||
2181 | <div class="doc-copy"> | ||
2182 | <section class="swagger-request-security"> | ||
2183 | <table class="table"> | ||
2184 | <thead> | ||
2185 | <tr> | ||
2186 | <th class="swagger-request-security-schema"></th> | ||
2187 | <th class="swagger-request-security-scopes"></th> | ||
2188 | </tr> | ||
2189 | </thead> | ||
2190 | <tbody> | ||
2191 | <tr> | ||
2192 | <td> | ||
2193 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
2194 | </td> | ||
2195 | <td> </td> | ||
2196 | </tr> | ||
2197 | </tbody> | ||
2198 | </table> | ||
2199 | </section> | ||
2200 | </div> | ||
2201 | </div> | ||
1944 | </div> | 2202 | </div> |
1945 | <div id="operation--users-me-video-quota-used-get" class="operation panel" data-traverse-target="operation--users-me-video-quota-used-get"> | 2203 | <div id="operation--users-me-video-quota-used-get" class="operation panel" data-traverse-target="operation--users-me-video-quota-used-get"> |
1946 | <!-- <section class="operation-tags row"> --> | 2204 | <!-- <section class="operation-tags row"> --> |
@@ -1997,6 +2255,28 @@ | |||
1997 | </section> | 2255 | </section> |
1998 | </div> | 2256 | </div> |
1999 | </div> | 2257 | </div> |
2258 | <div class="doc-row"> | ||
2259 | <div class="doc-copy"> | ||
2260 | <section class="swagger-request-security"> | ||
2261 | <table class="table"> | ||
2262 | <thead> | ||
2263 | <tr> | ||
2264 | <th class="swagger-request-security-schema"></th> | ||
2265 | <th class="swagger-request-security-scopes"></th> | ||
2266 | </tr> | ||
2267 | </thead> | ||
2268 | <tbody> | ||
2269 | <tr> | ||
2270 | <td> | ||
2271 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
2272 | </td> | ||
2273 | <td> </td> | ||
2274 | </tr> | ||
2275 | </tbody> | ||
2276 | </table> | ||
2277 | </section> | ||
2278 | </div> | ||
2279 | </div> | ||
2000 | </div> | 2280 | </div> |
2001 | <div id="operation--users-me-videos--videoId--rating-get" class="operation panel" data-traverse-target="operation--users-me-videos--videoId--rating-get"> | 2281 | <div id="operation--users-me-videos--videoId--rating-get" class="operation panel" data-traverse-target="operation--users-me-videos--videoId--rating-get"> |
2002 | <!-- <section class="operation-tags row"> --> | 2282 | <!-- <section class="operation-tags row"> --> |
@@ -2070,6 +2350,28 @@ | |||
2070 | </section> | 2350 | </section> |
2071 | </div> | 2351 | </div> |
2072 | </div> | 2352 | </div> |
2353 | <div class="doc-row"> | ||
2354 | <div class="doc-copy"> | ||
2355 | <section class="swagger-request-security"> | ||
2356 | <table class="table"> | ||
2357 | <thead> | ||
2358 | <tr> | ||
2359 | <th class="swagger-request-security-schema"></th> | ||
2360 | <th class="swagger-request-security-scopes"></th> | ||
2361 | </tr> | ||
2362 | </thead> | ||
2363 | <tbody> | ||
2364 | <tr> | ||
2365 | <td> | ||
2366 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
2367 | </td> | ||
2368 | <td> </td> | ||
2369 | </tr> | ||
2370 | </tbody> | ||
2371 | </table> | ||
2372 | </section> | ||
2373 | </div> | ||
2374 | </div> | ||
2073 | </div> | 2375 | </div> |
2074 | <div id="operation--users-me-videos-get" class="operation panel" data-traverse-target="operation--users-me-videos-get"> | 2376 | <div id="operation--users-me-videos-get" class="operation panel" data-traverse-target="operation--users-me-videos-get"> |
2075 | <!-- <section class="operation-tags row"> --> | 2377 | <!-- <section class="operation-tags row"> --> |
@@ -2219,6 +2521,28 @@ | |||
2219 | </section> | 2521 | </section> |
2220 | </div> | 2522 | </div> |
2221 | </div> | 2523 | </div> |
2524 | <div class="doc-row"> | ||
2525 | <div class="doc-copy"> | ||
2526 | <section class="swagger-request-security"> | ||
2527 | <table class="table"> | ||
2528 | <thead> | ||
2529 | <tr> | ||
2530 | <th class="swagger-request-security-schema"></th> | ||
2531 | <th class="swagger-request-security-scopes"></th> | ||
2532 | </tr> | ||
2533 | </thead> | ||
2534 | <tbody> | ||
2535 | <tr> | ||
2536 | <td> | ||
2537 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
2538 | </td> | ||
2539 | <td> </td> | ||
2540 | </tr> | ||
2541 | </tbody> | ||
2542 | </table> | ||
2543 | </section> | ||
2544 | </div> | ||
2545 | </div> | ||
2222 | </div> | 2546 | </div> |
2223 | <div id="operation--users-register-post" class="operation panel" data-traverse-target="operation--users-register-post"> | 2547 | <div id="operation--users-register-post" class="operation panel" data-traverse-target="operation--users-register-post"> |
2224 | <!-- <section class="operation-tags row"> --> | 2548 | <!-- <section class="operation-tags row"> --> |
@@ -2362,6 +2686,28 @@ | |||
2362 | </section> | 2686 | </section> |
2363 | </div> | 2687 | </div> |
2364 | </div> | 2688 | </div> |
2689 | <div class="doc-row"> | ||
2690 | <div class="doc-copy"> | ||
2691 | <section class="swagger-request-security"> | ||
2692 | <table class="table"> | ||
2693 | <thead> | ||
2694 | <tr> | ||
2695 | <th class="swagger-request-security-schema"></th> | ||
2696 | <th class="swagger-request-security-scopes"></th> | ||
2697 | </tr> | ||
2698 | </thead> | ||
2699 | <tbody> | ||
2700 | <tr> | ||
2701 | <td> | ||
2702 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
2703 | </td> | ||
2704 | <td> </td> | ||
2705 | </tr> | ||
2706 | </tbody> | ||
2707 | </table> | ||
2708 | </section> | ||
2709 | </div> | ||
2710 | </div> | ||
2365 | </div> | 2711 | </div> |
2366 | <h1 id="tag-Video" class="swagger-summary-tag" data-traverse-target="tag-Video">Video</h1> | 2712 | <h1 id="tag-Video" class="swagger-summary-tag" data-traverse-target="tag-Video">Video</h1> |
2367 | <div id="operation--videos-get" class="operation panel" data-traverse-target="operation--videos-get"> | 2713 | <div id="operation--videos-get" class="operation panel" data-traverse-target="operation--videos-get"> |
@@ -3164,6 +3510,28 @@ | |||
3164 | </section> | 3510 | </section> |
3165 | </div> | 3511 | </div> |
3166 | </div> | 3512 | </div> |
3513 | <div class="doc-row"> | ||
3514 | <div class="doc-copy"> | ||
3515 | <section class="swagger-request-security"> | ||
3516 | <table class="table"> | ||
3517 | <thead> | ||
3518 | <tr> | ||
3519 | <th class="swagger-request-security-schema"></th> | ||
3520 | <th class="swagger-request-security-scopes"></th> | ||
3521 | </tr> | ||
3522 | </thead> | ||
3523 | <tbody> | ||
3524 | <tr> | ||
3525 | <td> | ||
3526 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
3527 | </td> | ||
3528 | <td> </td> | ||
3529 | </tr> | ||
3530 | </tbody> | ||
3531 | </table> | ||
3532 | </section> | ||
3533 | </div> | ||
3534 | </div> | ||
3167 | </div> | 3535 | </div> |
3168 | <div id="operation--videos--id--get" class="operation panel" data-traverse-target="operation--videos--id--get"> | 3536 | <div id="operation--videos--id--get" class="operation panel" data-traverse-target="operation--videos--id--get"> |
3169 | <!-- <section class="operation-tags row"> --> | 3537 | <!-- <section class="operation-tags row"> --> |
@@ -3331,6 +3699,28 @@ | |||
3331 | </h5> | 3699 | </h5> |
3332 | </div> | 3700 | </div> |
3333 | </div> | 3701 | </div> |
3702 | <div class="doc-row"> | ||
3703 | <div class="doc-copy"> | ||
3704 | <section class="swagger-request-security"> | ||
3705 | <table class="table"> | ||
3706 | <thead> | ||
3707 | <tr> | ||
3708 | <th class="swagger-request-security-schema"></th> | ||
3709 | <th class="swagger-request-security-scopes"></th> | ||
3710 | </tr> | ||
3711 | </thead> | ||
3712 | <tbody> | ||
3713 | <tr> | ||
3714 | <td> | ||
3715 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
3716 | </td> | ||
3717 | <td> </td> | ||
3718 | </tr> | ||
3719 | </tbody> | ||
3720 | </table> | ||
3721 | </section> | ||
3722 | </div> | ||
3723 | </div> | ||
3334 | </div> | 3724 | </div> |
3335 | <div id="operation--videos--id--description-get" class="operation panel" data-traverse-target="operation--videos--id--description-get"> | 3725 | <div id="operation--videos--id--description-get" class="operation panel" data-traverse-target="operation--videos--id--description-get"> |
3336 | <!-- <section class="operation-tags row"> --> | 3726 | <!-- <section class="operation-tags row"> --> |
@@ -3715,6 +4105,28 @@ | |||
3715 | </section> | 4105 | </section> |
3716 | </div> | 4106 | </div> |
3717 | </div> | 4107 | </div> |
4108 | <div class="doc-row"> | ||
4109 | <div class="doc-copy"> | ||
4110 | <section class="swagger-request-security"> | ||
4111 | <table class="table"> | ||
4112 | <thead> | ||
4113 | <tr> | ||
4114 | <th class="swagger-request-security-schema"></th> | ||
4115 | <th class="swagger-request-security-scopes"></th> | ||
4116 | </tr> | ||
4117 | </thead> | ||
4118 | <tbody> | ||
4119 | <tr> | ||
4120 | <td> | ||
4121 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
4122 | </td> | ||
4123 | <td> </td> | ||
4124 | </tr> | ||
4125 | </tbody> | ||
4126 | </table> | ||
4127 | </section> | ||
4128 | </div> | ||
4129 | </div> | ||
3718 | </div> | 4130 | </div> |
3719 | <h1 id="tag-VideoAbuse" class="swagger-summary-tag" data-traverse-target="tag-VideoAbuse">VideoAbuse</h1> | 4131 | <h1 id="tag-VideoAbuse" class="swagger-summary-tag" data-traverse-target="tag-VideoAbuse">VideoAbuse</h1> |
3720 | <div id="operation--videos-abuse-get" class="operation panel" data-traverse-target="operation--videos-abuse-get"> | 4132 | <div id="operation--videos-abuse-get" class="operation panel" data-traverse-target="operation--videos-abuse-get"> |
@@ -3851,6 +4263,28 @@ | |||
3851 | </section> | 4263 | </section> |
3852 | </div> | 4264 | </div> |
3853 | </div> | 4265 | </div> |
4266 | <div class="doc-row"> | ||
4267 | <div class="doc-copy"> | ||
4268 | <section class="swagger-request-security"> | ||
4269 | <table class="table"> | ||
4270 | <thead> | ||
4271 | <tr> | ||
4272 | <th class="swagger-request-security-schema"></th> | ||
4273 | <th class="swagger-request-security-scopes"></th> | ||
4274 | </tr> | ||
4275 | </thead> | ||
4276 | <tbody> | ||
4277 | <tr> | ||
4278 | <td> | ||
4279 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
4280 | </td> | ||
4281 | <td> </td> | ||
4282 | </tr> | ||
4283 | </tbody> | ||
4284 | </table> | ||
4285 | </section> | ||
4286 | </div> | ||
4287 | </div> | ||
3854 | </div> | 4288 | </div> |
3855 | <div id="operation--videos--id--abuse-post" class="operation panel" data-traverse-target="operation--videos--id--abuse-post"> | 4289 | <div id="operation--videos--id--abuse-post" class="operation panel" data-traverse-target="operation--videos--id--abuse-post"> |
3856 | <!-- <section class="operation-tags row"> --> | 4290 | <!-- <section class="operation-tags row"> --> |
@@ -3907,6 +4341,28 @@ | |||
3907 | </h5> | 4341 | </h5> |
3908 | </div> | 4342 | </div> |
3909 | </div> | 4343 | </div> |
4344 | <div class="doc-row"> | ||
4345 | <div class="doc-copy"> | ||
4346 | <section class="swagger-request-security"> | ||
4347 | <table class="table"> | ||
4348 | <thead> | ||
4349 | <tr> | ||
4350 | <th class="swagger-request-security-schema"></th> | ||
4351 | <th class="swagger-request-security-scopes"></th> | ||
4352 | </tr> | ||
4353 | </thead> | ||
4354 | <tbody> | ||
4355 | <tr> | ||
4356 | <td> | ||
4357 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
4358 | </td> | ||
4359 | <td> </td> | ||
4360 | </tr> | ||
4361 | </tbody> | ||
4362 | </table> | ||
4363 | </section> | ||
4364 | </div> | ||
4365 | </div> | ||
3910 | </div> | 4366 | </div> |
3911 | <h1 id="tag-VideoBlacklist" class="swagger-summary-tag" data-traverse-target="tag-VideoBlacklist">VideoBlacklist</h1> | 4367 | <h1 id="tag-VideoBlacklist" class="swagger-summary-tag" data-traverse-target="tag-VideoBlacklist">VideoBlacklist</h1> |
3912 | <div id="operation--videos--videoId--blacklist-post" class="operation panel" data-traverse-target="operation--videos--videoId--blacklist-post"> | 4368 | <div id="operation--videos--videoId--blacklist-post" class="operation panel" data-traverse-target="operation--videos--videoId--blacklist-post"> |
@@ -3964,6 +4420,28 @@ | |||
3964 | </h5> | 4420 | </h5> |
3965 | </div> | 4421 | </div> |
3966 | </div> | 4422 | </div> |
4423 | <div class="doc-row"> | ||
4424 | <div class="doc-copy"> | ||
4425 | <section class="swagger-request-security"> | ||
4426 | <table class="table"> | ||
4427 | <thead> | ||
4428 | <tr> | ||
4429 | <th class="swagger-request-security-schema"></th> | ||
4430 | <th class="swagger-request-security-scopes"></th> | ||
4431 | </tr> | ||
4432 | </thead> | ||
4433 | <tbody> | ||
4434 | <tr> | ||
4435 | <td> | ||
4436 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
4437 | </td> | ||
4438 | <td> </td> | ||
4439 | </tr> | ||
4440 | </tbody> | ||
4441 | </table> | ||
4442 | </section> | ||
4443 | </div> | ||
4444 | </div> | ||
3967 | </div> | 4445 | </div> |
3968 | <div id="operation--videos--videoId--blacklist-delete" class="operation panel" data-traverse-target="operation--videos--videoId--blacklist-delete"> | 4446 | <div id="operation--videos--videoId--blacklist-delete" class="operation panel" data-traverse-target="operation--videos--videoId--blacklist-delete"> |
3969 | <!-- <section class="operation-tags row"> --> | 4447 | <!-- <section class="operation-tags row"> --> |
@@ -4020,6 +4498,28 @@ | |||
4020 | </h5> | 4498 | </h5> |
4021 | </div> | 4499 | </div> |
4022 | </div> | 4500 | </div> |
4501 | <div class="doc-row"> | ||
4502 | <div class="doc-copy"> | ||
4503 | <section class="swagger-request-security"> | ||
4504 | <table class="table"> | ||
4505 | <thead> | ||
4506 | <tr> | ||
4507 | <th class="swagger-request-security-schema"></th> | ||
4508 | <th class="swagger-request-security-scopes"></th> | ||
4509 | </tr> | ||
4510 | </thead> | ||
4511 | <tbody> | ||
4512 | <tr> | ||
4513 | <td> | ||
4514 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
4515 | </td> | ||
4516 | <td> </td> | ||
4517 | </tr> | ||
4518 | </tbody> | ||
4519 | </table> | ||
4520 | </section> | ||
4521 | </div> | ||
4522 | </div> | ||
4023 | </div> | 4523 | </div> |
4024 | <div id="operation--videos-blacklist-get" class="operation panel" data-traverse-target="operation--videos-blacklist-get"> | 4524 | <div id="operation--videos-blacklist-get" class="operation panel" data-traverse-target="operation--videos-blacklist-get"> |
4025 | <!-- <section class="operation-tags row"> --> | 4525 | <!-- <section class="operation-tags row"> --> |
@@ -4141,6 +4641,28 @@ | |||
4141 | </section> | 4641 | </section> |
4142 | </div> | 4642 | </div> |
4143 | </div> | 4643 | </div> |
4644 | <div class="doc-row"> | ||
4645 | <div class="doc-copy"> | ||
4646 | <section class="swagger-request-security"> | ||
4647 | <table class="table"> | ||
4648 | <thead> | ||
4649 | <tr> | ||
4650 | <th class="swagger-request-security-schema"></th> | ||
4651 | <th class="swagger-request-security-scopes"></th> | ||
4652 | </tr> | ||
4653 | </thead> | ||
4654 | <tbody> | ||
4655 | <tr> | ||
4656 | <td> | ||
4657 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
4658 | </td> | ||
4659 | <td> </td> | ||
4660 | </tr> | ||
4661 | </tbody> | ||
4662 | </table> | ||
4663 | </section> | ||
4664 | </div> | ||
4665 | </div> | ||
4144 | </div> | 4666 | </div> |
4145 | <h1 id="tag-VideoChannel" class="swagger-summary-tag" data-traverse-target="tag-VideoChannel">VideoChannel</h1> | 4667 | <h1 id="tag-VideoChannel" class="swagger-summary-tag" data-traverse-target="tag-VideoChannel">VideoChannel</h1> |
4146 | <div id="operation--videos-channels-get" class="operation panel" data-traverse-target="operation--videos-channels-get"> | 4668 | <div id="operation--videos-channels-get" class="operation panel" data-traverse-target="operation--videos-channels-get"> |
@@ -4371,6 +4893,28 @@ | |||
4371 | </h5> | 4893 | </h5> |
4372 | </div> | 4894 | </div> |
4373 | </div> | 4895 | </div> |
4896 | <div class="doc-row"> | ||
4897 | <div class="doc-copy"> | ||
4898 | <section class="swagger-request-security"> | ||
4899 | <table class="table"> | ||
4900 | <thead> | ||
4901 | <tr> | ||
4902 | <th class="swagger-request-security-schema"></th> | ||
4903 | <th class="swagger-request-security-scopes"></th> | ||
4904 | </tr> | ||
4905 | </thead> | ||
4906 | <tbody> | ||
4907 | <tr> | ||
4908 | <td> | ||
4909 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
4910 | </td> | ||
4911 | <td> </td> | ||
4912 | </tr> | ||
4913 | </tbody> | ||
4914 | </table> | ||
4915 | </section> | ||
4916 | </div> | ||
4917 | </div> | ||
4374 | </div> | 4918 | </div> |
4375 | <div id="operation--videos-channels--id--get" class="operation panel" data-traverse-target="operation--videos-channels--id--get"> | 4919 | <div id="operation--videos-channels--id--get" class="operation panel" data-traverse-target="operation--videos-channels--id--get"> |
4376 | <!-- <section class="operation-tags row"> --> | 4920 | <!-- <section class="operation-tags row"> --> |
@@ -4578,6 +5122,28 @@ | |||
4578 | </h5> | 5122 | </h5> |
4579 | </div> | 5123 | </div> |
4580 | </div> | 5124 | </div> |
5125 | <div class="doc-row"> | ||
5126 | <div class="doc-copy"> | ||
5127 | <section class="swagger-request-security"> | ||
5128 | <table class="table"> | ||
5129 | <thead> | ||
5130 | <tr> | ||
5131 | <th class="swagger-request-security-schema"></th> | ||
5132 | <th class="swagger-request-security-scopes"></th> | ||
5133 | </tr> | ||
5134 | </thead> | ||
5135 | <tbody> | ||
5136 | <tr> | ||
5137 | <td> | ||
5138 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
5139 | </td> | ||
5140 | <td> </td> | ||
5141 | </tr> | ||
5142 | </tbody> | ||
5143 | </table> | ||
5144 | </section> | ||
5145 | </div> | ||
5146 | </div> | ||
4581 | </div> | 5147 | </div> |
4582 | <div id="operation--videos-channels--id--delete" class="operation panel" data-traverse-target="operation--videos-channels--id--delete"> | 5148 | <div id="operation--videos-channels--id--delete" class="operation panel" data-traverse-target="operation--videos-channels--id--delete"> |
4583 | <!-- <section class="operation-tags row"> --> | 5149 | <!-- <section class="operation-tags row"> --> |
@@ -4634,6 +5200,28 @@ | |||
4634 | </h5> | 5200 | </h5> |
4635 | </div> | 5201 | </div> |
4636 | </div> | 5202 | </div> |
5203 | <div class="doc-row"> | ||
5204 | <div class="doc-copy"> | ||
5205 | <section class="swagger-request-security"> | ||
5206 | <table class="table"> | ||
5207 | <thead> | ||
5208 | <tr> | ||
5209 | <th class="swagger-request-security-schema"></th> | ||
5210 | <th class="swagger-request-security-scopes"></th> | ||
5211 | </tr> | ||
5212 | </thead> | ||
5213 | <tbody> | ||
5214 | <tr> | ||
5215 | <td> | ||
5216 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
5217 | </td> | ||
5218 | <td> </td> | ||
5219 | </tr> | ||
5220 | </tbody> | ||
5221 | </table> | ||
5222 | </section> | ||
5223 | </div> | ||
5224 | </div> | ||
4637 | </div> | 5225 | </div> |
4638 | <div id="operation--videos-accounts--accountId--channels-get" class="operation panel" data-traverse-target="operation--videos-accounts--accountId--channels-get"> | 5226 | <div id="operation--videos-accounts--accountId--channels-get" class="operation panel" data-traverse-target="operation--videos-accounts--accountId--channels-get"> |
4639 | <!-- <section class="operation-tags row"> --> | 5227 | <!-- <section class="operation-tags row"> --> |
@@ -5010,6 +5598,28 @@ | |||
5010 | </section> | 5598 | </section> |
5011 | </div> | 5599 | </div> |
5012 | </div> | 5600 | </div> |
5601 | <div class="doc-row"> | ||
5602 | <div class="doc-copy"> | ||
5603 | <section class="swagger-request-security"> | ||
5604 | <table class="table"> | ||
5605 | <thead> | ||
5606 | <tr> | ||
5607 | <th class="swagger-request-security-schema"></th> | ||
5608 | <th class="swagger-request-security-scopes"></th> | ||
5609 | </tr> | ||
5610 | </thead> | ||
5611 | <tbody> | ||
5612 | <tr> | ||
5613 | <td> | ||
5614 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
5615 | </td> | ||
5616 | <td> </td> | ||
5617 | </tr> | ||
5618 | </tbody> | ||
5619 | </table> | ||
5620 | </section> | ||
5621 | </div> | ||
5622 | </div> | ||
5013 | </div> | 5623 | </div> |
5014 | <div id="operation--videos--videoId--comment-threads--threadId--get" class="operation panel" data-traverse-target="operation--videos--videoId--comment-threads--threadId--get"> | 5624 | <div id="operation--videos--videoId--comment-threads--threadId--get" class="operation panel" data-traverse-target="operation--videos--videoId--comment-threads--threadId--get"> |
5015 | <!-- <section class="operation-tags row"> --> | 5625 | <!-- <section class="operation-tags row"> --> |
@@ -5299,6 +5909,28 @@ | |||
5299 | </section> | 5909 | </section> |
5300 | </div> | 5910 | </div> |
5301 | </div> | 5911 | </div> |
5912 | <div class="doc-row"> | ||
5913 | <div class="doc-copy"> | ||
5914 | <section class="swagger-request-security"> | ||
5915 | <table class="table"> | ||
5916 | <thead> | ||
5917 | <tr> | ||
5918 | <th class="swagger-request-security-schema"></th> | ||
5919 | <th class="swagger-request-security-scopes"></th> | ||
5920 | </tr> | ||
5921 | </thead> | ||
5922 | <tbody> | ||
5923 | <tr> | ||
5924 | <td> | ||
5925 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
5926 | </td> | ||
5927 | <td> </td> | ||
5928 | </tr> | ||
5929 | </tbody> | ||
5930 | </table> | ||
5931 | </section> | ||
5932 | </div> | ||
5933 | </div> | ||
5302 | </div> | 5934 | </div> |
5303 | <div id="operation--videos--videoId--comments--commentId--delete" class="operation panel" data-traverse-target="operation--videos--videoId--comments--commentId--delete"> | 5935 | <div id="operation--videos--videoId--comments--commentId--delete" class="operation panel" data-traverse-target="operation--videos--videoId--comments--commentId--delete"> |
5304 | <!-- <section class="operation-tags row"> --> | 5936 | <!-- <section class="operation-tags row"> --> |
@@ -5369,6 +6001,28 @@ | |||
5369 | </h5> | 6001 | </h5> |
5370 | </div> | 6002 | </div> |
5371 | </div> | 6003 | </div> |
6004 | <div class="doc-row"> | ||
6005 | <div class="doc-copy"> | ||
6006 | <section class="swagger-request-security"> | ||
6007 | <table class="table"> | ||
6008 | <thead> | ||
6009 | <tr> | ||
6010 | <th class="swagger-request-security-schema"></th> | ||
6011 | <th class="swagger-request-security-scopes"></th> | ||
6012 | </tr> | ||
6013 | </thead> | ||
6014 | <tbody> | ||
6015 | <tr> | ||
6016 | <td> | ||
6017 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
6018 | </td> | ||
6019 | <td> </td> | ||
6020 | </tr> | ||
6021 | </tbody> | ||
6022 | </table> | ||
6023 | </section> | ||
6024 | </div> | ||
6025 | </div> | ||
5372 | </div> | 6026 | </div> |
5373 | <h1 id="tag-VideoRate" class="swagger-summary-tag" data-traverse-target="tag-VideoRate">VideoRate</h1> | 6027 | <h1 id="tag-VideoRate" class="swagger-summary-tag" data-traverse-target="tag-VideoRate">VideoRate</h1> |
5374 | <div id="operation--videos--id--rate-put" class="operation panel" data-traverse-target="operation--videos--id--rate-put"> | 6028 | <div id="operation--videos--id--rate-put" class="operation panel" data-traverse-target="operation--videos--id--rate-put"> |
@@ -5426,6 +6080,28 @@ | |||
5426 | </h5> | 6080 | </h5> |
5427 | </div> | 6081 | </div> |
5428 | </div> | 6082 | </div> |
6083 | <div class="doc-row"> | ||
6084 | <div class="doc-copy"> | ||
6085 | <section class="swagger-request-security"> | ||
6086 | <table class="table"> | ||
6087 | <thead> | ||
6088 | <tr> | ||
6089 | <th class="swagger-request-security-schema"></th> | ||
6090 | <th class="swagger-request-security-scopes"></th> | ||
6091 | </tr> | ||
6092 | </thead> | ||
6093 | <tbody> | ||
6094 | <tr> | ||
6095 | <td> | ||
6096 | <a href="#security-definition-OAuth2">OAuth2</a> | ||
6097 | </td> | ||
6098 | <td> </td> | ||
6099 | </tr> | ||
6100 | </tbody> | ||
6101 | </table> | ||
6102 | </section> | ||
6103 | </div> | ||
6104 | </div> | ||
5429 | </div> | 6105 | </div> |
5430 | <h1>Schema Definitions</h1> | 6106 | <h1>Schema Definitions</h1> |
5431 | <div id="definition-VideoConstant" class="definition panel" data-traverse-target="definition-VideoConstant"> | 6107 | <div id="definition-VideoConstant" class="definition panel" data-traverse-target="definition-VideoConstant"> |