aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-17 16:37:28 +0200
committerChocobozzz <me@florianbigard.com>2018-07-17 16:37:54 +0200
commit330eaf12969ed0f15f93d5dd50599885f62ffbed (patch)
treea5572bbeba128aa5d61701a9305f6d15d009d84c
parentaa1c3d929f524f57930f8bb0ae8b07e8b51f9952 (diff)
downloadPeerTube-330eaf12969ed0f15f93d5dd50599885f62ffbed.tar.gz
PeerTube-330eaf12969ed0f15f93d5dd50599885f62ffbed.tar.zst
PeerTube-330eaf12969ed0f15f93d5dd50599885f62ffbed.zip
Fix start/count/sort params in documentation
-rw-r--r--support/doc/api/accounts.yaml7
-rw-r--r--support/doc/api/commons.yaml23
-rw-r--r--support/doc/api/html/index.html1486
-rw-r--r--support/doc/api/html/javascripts/spectacle.min.js2
-rw-r--r--support/doc/api/html/stylesheets/foundation.css42
-rw-r--r--support/doc/api/html/stylesheets/foundation.min.css2
-rw-r--r--support/doc/api/html/stylesheets/spectacle.css29
-rw-r--r--support/doc/api/html/stylesheets/spectacle.min.css2
-rw-r--r--support/doc/api/openapi.yaml580
-rw-r--r--support/doc/api/users.yaml7
-rw-r--r--support/doc/api/video-channels.yaml7
-rw-r--r--support/doc/api/video-comments.yaml13
-rw-r--r--support/doc/api/videos.yaml87
13 files changed, 1089 insertions, 1198 deletions
diff --git a/support/doc/api/accounts.yaml b/support/doc/api/accounts.yaml
new file mode 100644
index 000000000..c5b20040d
--- /dev/null
+++ b/support/doc/api/accounts.yaml
@@ -0,0 +1,7 @@
1parameters:
2 name:
3 name: name
4 in: path
5 required: true
6 type: string
7 description: 'The name of the account (chocobozzz or chocobozzz@peertube.cpy.re for example)' \ No newline at end of file
diff --git a/support/doc/api/commons.yaml b/support/doc/api/commons.yaml
new file mode 100644
index 000000000..c8bab3c80
--- /dev/null
+++ b/support/doc/api/commons.yaml
@@ -0,0 +1,23 @@
1parameters:
2 start:
3 name: start
4 in: query
5 required: false
6 type: number
7 description: 'Offset'
8 count:
9 name: count
10 in: query
11 required: false
12 type: number
13 description: 'Number of items'
14 sort:
15 name: sort
16 in: query
17 required: false
18 type: string
19 description: 'Sort column (-createdAt for example)'
20
21responses:
22 emptySuccess:
23 description: 'Successful operation' \ No newline at end of file
diff --git a/support/doc/api/html/index.html b/support/doc/api/html/index.html
index 24017e674..bf9b6a17b 100644
--- a/support/doc/api/html/index.html
+++ b/support/doc/api/html/index.html
@@ -173,10 +173,10 @@
173 <a href="#tag-VideoBlacklist">VideoBlacklist</a> 173 <a href="#tag-VideoBlacklist">VideoBlacklist</a>
174 <ul> 174 <ul>
175 <li> 175 <li>
176 <a href="#operation--videos--videoId--blacklist-post"> POST /videos/{videoId}/blacklist </a> 176 <a href="#operation--videos--id--blacklist-post"> POST /videos/{id}/blacklist </a>
177 </li> 177 </li>
178 <li> 178 <li>
179 <a href="#operation--videos--videoId--blacklist-delete"> DELETE /videos/{videoId}/blacklist </a> 179 <a href="#operation--videos--id--blacklist-delete"> DELETE /videos/{id}/blacklist </a>
180 </li> 180 </li>
181 <li> 181 <li>
182 <a href="#operation--videos-blacklist-get"> GET /videos/blacklist </a> 182 <a href="#operation--videos-blacklist-get"> GET /videos/blacklist </a>
@@ -213,19 +213,19 @@
213 <a href="#tag-VideoComment">VideoComment</a> 213 <a href="#tag-VideoComment">VideoComment</a>
214 <ul> 214 <ul>
215 <li> 215 <li>
216 <a href="#operation--videos--videoId--comment-threads-get"> GET /videos/{videoId}/comment-threads </a> 216 <a href="#operation--videos--id--comment-threads-get"> GET /videos/{id}/comment-threads </a>
217 </li> 217 </li>
218 <li> 218 <li>
219 <a href="#operation--videos--videoId--comment-threads-post"> POST /videos/{videoId}/comment-threads </a> 219 <a href="#operation--videos--id--comment-threads-post"> POST /videos/{id}/comment-threads </a>
220 </li> 220 </li>
221 <li> 221 <li>
222 <a href="#operation--videos--videoId--comment-threads--threadId--get"> GET /videos/{videoId}/comment-threads/{threadId} </a> 222 <a href="#operation--videos--id--comment-threads--threadId--get"> GET /videos/{id}/comment-threads/{threadId} </a>
223 </li> 223 </li>
224 <li> 224 <li>
225 <a href="#operation--videos--videoId--comments--commentId--post"> POST /videos/{videoId}/comments/{commentId} </a> 225 <a href="#operation--videos--id--comments--commentId--post"> POST /videos/{id}/comments/{commentId} </a>
226 </li> 226 </li>
227 <li> 227 <li>
228 <a href="#operation--videos--videoId--comments--commentId--delete"> DELETE /videos/{videoId}/comments/{commentId} </a> 228 <a href="#operation--videos--id--comments--commentId--delete"> DELETE /videos/{id}/comments/{commentId} </a>
229 </li> 229 </li>
230 </ul> 230 </ul>
231 </section> 231 </section>
@@ -264,7 +264,6 @@
264 <a href="#definition-GetMeVideoRating"> GetMeVideoRating </a> 264 <a href="#definition-GetMeVideoRating"> GetMeVideoRating </a>
265 <a href="#definition-RegisterUser"> RegisterUser </a> 265 <a href="#definition-RegisterUser"> RegisterUser </a>
266 <a href="#definition-VideoChannelInput"> VideoChannelInput </a> 266 <a href="#definition-VideoChannelInput"> VideoChannelInput </a>
267 <a href="#definition-ScheduleVideoUpdate"> ScheduleVideoUpdate </a>
268 </nav> 267 </nav>
269 </div> 268 </div>
270 <div id="docs" class="row collapse expanded drawer" data-drawer> 269 <div id="docs" class="row collapse expanded drawer" data-drawer>
@@ -354,13 +353,14 @@
354 <section class="swagger-request-params"> 353 <section class="swagger-request-params">
355 <div class="prop-row prop-group"> 354 <div class="prop-row prop-group">
356 <div class="prop-name"> 355 <div class="prop-name">
357 <div class="prop-title">name</div> 356 <div class="prop-title">name:
357 <span class="prop-type">
358 <span class="json-property-type">string</span>
359 <span class="json-property-range" title="Value limits"></span>
360 </span>
361 </div>
358 <span class="json-property-required"></span> 362 <span class="json-property-required"></span>
359 <div class="prop-subtitle"> in path </div> 363 <div class="prop-subtitle"> in path </div>
360 <div class="prop-subtitle">
361 <span class="json-property-type">string</span>
362 <span class="json-property-range" title="Value limits"></span>
363 </div>
364 </div> 364 </div>
365 <div class="prop-value"> 365 <div class="prop-value">
366 <p>The name of the account (chocobozzz or 366 <p>The name of the account (chocobozzz or
@@ -369,41 +369,44 @@
369 </div> 369 </div>
370 <div class="prop-row prop-group"> 370 <div class="prop-row prop-group">
371 <div class="prop-name"> 371 <div class="prop-name">
372 <div class="prop-title">start</div> 372 <div class="prop-title">start:
373 <div class="prop-subtitle"> in query </div> 373 <span class="prop-type">
374 <div class="prop-subtitle"> 374 <span class="json-property-type">number</span>
375 <span class="json-property-type">number</span> 375 <span class="json-property-range" title="Value limits"></span>
376 <span class="json-property-range" title="Value limits"></span> 376 </span>
377 </div> 377 </div>
378 <div class="prop-subtitle"> in query </div>
378 </div> 379 </div>
379 <div class="prop-value"> 380 <div class="prop-value">
380 <p>starting page</p> 381 <p>Offset</p>
381 </div> 382 </div>
382 </div> 383 </div>
383 <div class="prop-row prop-group"> 384 <div class="prop-row prop-group">
384 <div class="prop-name"> 385 <div class="prop-name">
385 <div class="prop-title">stop</div> 386 <div class="prop-title">count:
386 <div class="prop-subtitle"> in query </div> 387 <span class="prop-type">
387 <div class="prop-subtitle"> 388 <span class="json-property-type">number</span>
388 <span class="json-property-type">number</span> 389 <span class="json-property-range" title="Value limits"></span>
389 <span class="json-property-range" title="Value limits"></span> 390 </span>
390 </div> 391 </div>
392 <div class="prop-subtitle"> in query </div>
391 </div> 393 </div>
392 <div class="prop-value"> 394 <div class="prop-value">
393 <p>stopping page</p> 395 <p>Number of items</p>
394 </div> 396 </div>
395 </div> 397 </div>
396 <div class="prop-row prop-group"> 398 <div class="prop-row prop-group">
397 <div class="prop-name"> 399 <div class="prop-name">
398 <div class="prop-title">sort</div> 400 <div class="prop-title">sort:
399 <div class="prop-subtitle"> in query </div> 401 <span class="prop-type">
400 <div class="prop-subtitle"> 402 <span class="json-property-type">string</span>
401 <span class="json-property-type">number</span> 403 <span class="json-property-range" title="Value limits"></span>
402 <span class="json-property-range" title="Value limits"></span> 404 </span>
403 </div> 405 </div>
406 <div class="prop-subtitle"> in query </div>
404 </div> 407 </div>
405 <div class="prop-value"> 408 <div class="prop-value">
406 <p>sorting</p> 409 <p>Sort column (-createdAt for example)</p>
407 </div> 410 </div>
408 </div> 411 </div>
409 </section> 412 </section>
@@ -480,13 +483,14 @@
480 <section class="swagger-request-params"> 483 <section class="swagger-request-params">
481 <div class="prop-row prop-group"> 484 <div class="prop-row prop-group">
482 <div class="prop-name"> 485 <div class="prop-name">
483 <div class="prop-title">name</div> 486 <div class="prop-title">name:
487 <span class="prop-type">
488 <span class="json-property-type">string</span>
489 <span class="json-property-range" title="Value limits"></span>
490 </span>
491 </div>
484 <span class="json-property-required"></span> 492 <span class="json-property-required"></span>
485 <div class="prop-subtitle"> in path </div> 493 <div class="prop-subtitle"> in path </div>
486 <div class="prop-subtitle">
487 <span class="json-property-type">string</span>
488 <span class="json-property-range" title="Value limits"></span>
489 </div>
490 </div> 494 </div>
491 <div class="prop-value"> 495 <div class="prop-value">
492 <p>The name of the account (chocobozzz or 496 <p>The name of the account (chocobozzz or
@@ -755,19 +759,20 @@
755 <section class="swagger-request-params"> 759 <section class="swagger-request-params">
756 <div class="prop-row prop-group"> 760 <div class="prop-row prop-group">
757 <div class="prop-name"> 761 <div class="prop-name">
758 <div class="prop-title">format</div> 762 <div class="prop-title">format:
759 <span class="json-property-required"></span> 763 <span class="prop-type">
760 <div class="prop-subtitle"> in path </div> 764 <span class="json-property-type">string</span>
761 <div class="prop-subtitle"> 765 <span class="json-property-enum" title="Possible values">
762 <span class="json-property-type">string</span> 766 <span class="json-property-enum-item json-property-enum-default-value">xml</span>,
763 <span class="json-property-enum" title="Possible values"> 767 <span class="json-property-enum-item">atom</span>,
764 <span class="json-property-enum-item json-property-enum-default-value">xml</span>, 768 <span class="json-property-enum-item">json</span>
765 <span class="json-property-enum-item">atom</span>, 769 </span>
766 <span class="json-property-enum-item">json</span> 770 <span class="json-property-range" title="Value limits"></span>
771 <span class="json-property-default-value" title="Default value">xml</span>
767 </span> 772 </span>
768 <span class="json-property-range" title="Value limits"></span>
769 <span class="json-property-default-value" title="Default value">xml</span>
770 </div> 773 </div>
774 <span class="json-property-required"></span>
775 <div class="prop-subtitle"> in path </div>
771 </div> 776 </div>
772 <div class="prop-value"> 777 <div class="prop-value">
773 <p>The format expected (xml defaults to RSS 2.0, atom to ATOM 1.0 and json to JSON FEED 1.0</p> 778 <p>The format expected (xml defaults to RSS 2.0, atom to ATOM 1.0 and json to JSON FEED 1.0</p>
@@ -775,12 +780,13 @@
775 </div> 780 </div>
776 <div class="prop-row prop-group"> 781 <div class="prop-row prop-group">
777 <div class="prop-name"> 782 <div class="prop-name">
778 <div class="prop-title">accountId</div> 783 <div class="prop-title">accountId:
779 <div class="prop-subtitle"> in query </div> 784 <span class="prop-type">
780 <div class="prop-subtitle"> 785 <span class="json-property-type">number</span>
781 <span class="json-property-type">number</span> 786 <span class="json-property-range" title="Value limits"></span>
782 <span class="json-property-range" title="Value limits"></span> 787 </span>
783 </div> 788 </div>
789 <div class="prop-subtitle"> in query </div>
784 </div> 790 </div>
785 <div class="prop-value"> 791 <div class="prop-value">
786 <p>The id of the local account to filter to (beware, users IDs and not actors IDs which will return empty feeds</p> 792 <p>The id of the local account to filter to (beware, users IDs and not actors IDs which will return empty feeds</p>
@@ -788,12 +794,13 @@
788 </div> 794 </div>
789 <div class="prop-row prop-group"> 795 <div class="prop-row prop-group">
790 <div class="prop-name"> 796 <div class="prop-name">
791 <div class="prop-title">accountName</div> 797 <div class="prop-title">accountName:
792 <div class="prop-subtitle"> in query </div> 798 <span class="prop-type">
793 <div class="prop-subtitle"> 799 <span class="json-property-type">string</span>
794 <span class="json-property-type">string</span> 800 <span class="json-property-range" title="Value limits"></span>
795 <span class="json-property-range" title="Value limits"></span> 801 </span>
796 </div> 802 </div>
803 <div class="prop-subtitle"> in query </div>
797 </div> 804 </div>
798 <div class="prop-value"> 805 <div class="prop-value">
799 <p>The name of the local account to filter to</p> 806 <p>The name of the local account to filter to</p>
@@ -844,55 +851,59 @@
844 <section class="swagger-request-params"> 851 <section class="swagger-request-params">
845 <div class="prop-row prop-group"> 852 <div class="prop-row prop-group">
846 <div class="prop-name"> 853 <div class="prop-name">
847 <div class="prop-title">state</div> 854 <div class="prop-title">state:
855 <span class="prop-type">
856 <span class="json-property-type">string</span>
857 <span class="json-property-range" title="Value limits"></span>
858 </span>
859 </div>
848 <span class="json-property-required"></span> 860 <span class="json-property-required"></span>
849 <div class="prop-subtitle"> in path </div> 861 <div class="prop-subtitle"> in path </div>
850 <div class="prop-subtitle">
851 <span class="json-property-type">string</span>
852 <span class="json-property-range" title="Value limits"></span>
853 </div>
854 </div> 862 </div>
855 <div class="prop-value"> 863 <div class="prop-value">
856 <p>The id of the account</p> 864 <p>The state of the job</p>
857 </div> 865 </div>
858 </div> 866 </div>
859 <div class="prop-row prop-group"> 867 <div class="prop-row prop-group">
860 <div class="prop-name"> 868 <div class="prop-name">
861 <div class="prop-title">start</div> 869 <div class="prop-title">start:
862 <div class="prop-subtitle"> in query </div> 870 <span class="prop-type">
863 <div class="prop-subtitle"> 871 <span class="json-property-type">number</span>
864 <span class="json-property-type">number</span> 872 <span class="json-property-range" title="Value limits"></span>
865 <span class="json-property-range" title="Value limits"></span> 873 </span>
866 </div> 874 </div>
875 <div class="prop-subtitle"> in query </div>
867 </div> 876 </div>
868 <div class="prop-value"> 877 <div class="prop-value">
869 <p>starting page</p> 878 <p>Offset</p>
870 </div> 879 </div>
871 </div> 880 </div>
872 <div class="prop-row prop-group"> 881 <div class="prop-row prop-group">
873 <div class="prop-name"> 882 <div class="prop-name">
874 <div class="prop-title">count</div> 883 <div class="prop-title">count:
875 <div class="prop-subtitle"> in query </div> 884 <span class="prop-type">
876 <div class="prop-subtitle"> 885 <span class="json-property-type">number</span>
877 <span class="json-property-type">number</span> 886 <span class="json-property-range" title="Value limits"></span>
878 <span class="json-property-range" title="Value limits"></span> 887 </span>
879 </div> 888 </div>
889 <div class="prop-subtitle"> in query </div>
880 </div> 890 </div>
881 <div class="prop-value"> 891 <div class="prop-value">
882 <p class="no-description">(no description)</p> 892 <p>Number of items</p>
883 </div> 893 </div>
884 </div> 894 </div>
885 <div class="prop-row prop-group"> 895 <div class="prop-row prop-group">
886 <div class="prop-name"> 896 <div class="prop-name">
887 <div class="prop-title">sort</div> 897 <div class="prop-title">sort:
888 <div class="prop-subtitle"> in query </div> 898 <span class="prop-type">
889 <div class="prop-subtitle"> 899 <span class="json-property-type">string</span>
890 <span class="json-property-type">number</span> 900 <span class="json-property-range" title="Value limits"></span>
891 <span class="json-property-range" title="Value limits"></span> 901 </span>
892 </div> 902 </div>
903 <div class="prop-subtitle"> in query </div>
893 </div> 904 </div>
894 <div class="prop-value"> 905 <div class="prop-value">
895 <p>sorting</p> 906 <p>Sort column (-createdAt for example)</p>
896 </div> 907 </div>
897 </div> 908 </div>
898 </section> 909 </section>
@@ -997,13 +1008,14 @@
997 <section class="swagger-request-params"> 1008 <section class="swagger-request-params">
998 <div class="prop-row prop-group"> 1009 <div class="prop-row prop-group">
999 <div class="prop-name"> 1010 <div class="prop-name">
1000 <div class="prop-title">host</div> 1011 <div class="prop-title">host:
1012 <span class="prop-type">
1013 <span class="json-property-type">string</span>
1014 <span class="json-property-range" title="Value limits"></span>
1015 </span>
1016 </div>
1001 <span class="json-property-required"></span> 1017 <span class="json-property-required"></span>
1002 <div class="prop-subtitle"> in path </div> 1018 <div class="prop-subtitle"> in path </div>
1003 <div class="prop-subtitle">
1004 <span class="json-property-type">string</span>
1005 <span class="json-property-range" title="Value limits"></span>
1006 </div>
1007 </div> 1019 </div>
1008 <div class="prop-value"> 1020 <div class="prop-value">
1009 <p>The host to unfollow </p> 1021 <p>The host to unfollow </p>
@@ -1075,41 +1087,44 @@
1075 <section class="swagger-request-params"> 1087 <section class="swagger-request-params">
1076 <div class="prop-row prop-group"> 1088 <div class="prop-row prop-group">
1077 <div class="prop-name"> 1089 <div class="prop-name">
1078 <div class="prop-title">start</div> 1090 <div class="prop-title">start:
1079 <div class="prop-subtitle"> in query </div> 1091 <span class="prop-type">
1080 <div class="prop-subtitle"> 1092 <span class="json-property-type">number</span>
1081 <span class="json-property-type">number</span> 1093 <span class="json-property-range" title="Value limits"></span>
1082 <span class="json-property-range" title="Value limits"></span> 1094 </span>
1083 </div> 1095 </div>
1096 <div class="prop-subtitle"> in query </div>
1084 </div> 1097 </div>
1085 <div class="prop-value"> 1098 <div class="prop-value">
1086 <p>starting page</p> 1099 <p>Offset</p>
1087 </div> 1100 </div>
1088 </div> 1101 </div>
1089 <div class="prop-row prop-group"> 1102 <div class="prop-row prop-group">
1090 <div class="prop-name"> 1103 <div class="prop-name">
1091 <div class="prop-title">stop</div> 1104 <div class="prop-title">count:
1092 <div class="prop-subtitle"> in query </div> 1105 <span class="prop-type">
1093 <div class="prop-subtitle"> 1106 <span class="json-property-type">number</span>
1094 <span class="json-property-type">number</span> 1107 <span class="json-property-range" title="Value limits"></span>
1095 <span class="json-property-range" title="Value limits"></span> 1108 </span>
1096 </div> 1109 </div>
1110 <div class="prop-subtitle"> in query </div>
1097 </div> 1111 </div>
1098 <div class="prop-value"> 1112 <div class="prop-value">
1099 <p>stopping page</p> 1113 <p>Number of items</p>
1100 </div> 1114 </div>
1101 </div> 1115 </div>
1102 <div class="prop-row prop-group"> 1116 <div class="prop-row prop-group">
1103 <div class="prop-name"> 1117 <div class="prop-name">
1104 <div class="prop-title">sort</div> 1118 <div class="prop-title">sort:
1105 <div class="prop-subtitle"> in query </div> 1119 <span class="prop-type">
1106 <div class="prop-subtitle"> 1120 <span class="json-property-type">string</span>
1107 <span class="json-property-type">number</span> 1121 <span class="json-property-range" title="Value limits"></span>
1108 <span class="json-property-range" title="Value limits"></span> 1122 </span>
1109 </div> 1123 </div>
1124 <div class="prop-subtitle"> in query </div>
1110 </div> 1125 </div>
1111 <div class="prop-value"> 1126 <div class="prop-value">
1112 <p>sorting</p> 1127 <p>Sort column (-createdAt for example)</p>
1113 </div> 1128 </div>
1114 </div> 1129 </div>
1115 </section> 1130 </section>
@@ -1221,41 +1236,44 @@
1221 <section class="swagger-request-params"> 1236 <section class="swagger-request-params">
1222 <div class="prop-row prop-group"> 1237 <div class="prop-row prop-group">
1223 <div class="prop-name"> 1238 <div class="prop-name">
1224 <div class="prop-title">start</div> 1239 <div class="prop-title">start:
1225 <div class="prop-subtitle"> in query </div> 1240 <span class="prop-type">
1226 <div class="prop-subtitle"> 1241 <span class="json-property-type">number</span>
1227 <span class="json-property-type">number</span> 1242 <span class="json-property-range" title="Value limits"></span>
1228 <span class="json-property-range" title="Value limits"></span> 1243 </span>
1229 </div> 1244 </div>
1245 <div class="prop-subtitle"> in query </div>
1230 </div> 1246 </div>
1231 <div class="prop-value"> 1247 <div class="prop-value">
1232 <p>starting page</p> 1248 <p>Offset</p>
1233 </div> 1249 </div>
1234 </div> 1250 </div>
1235 <div class="prop-row prop-group"> 1251 <div class="prop-row prop-group">
1236 <div class="prop-name"> 1252 <div class="prop-name">
1237 <div class="prop-title">stop</div> 1253 <div class="prop-title">count:
1238 <div class="prop-subtitle"> in query </div> 1254 <span class="prop-type">
1239 <div class="prop-subtitle"> 1255 <span class="json-property-type">number</span>
1240 <span class="json-property-type">number</span> 1256 <span class="json-property-range" title="Value limits"></span>
1241 <span class="json-property-range" title="Value limits"></span> 1257 </span>
1242 </div> 1258 </div>
1259 <div class="prop-subtitle"> in query </div>
1243 </div> 1260 </div>
1244 <div class="prop-value"> 1261 <div class="prop-value">
1245 <p>stopping page</p> 1262 <p>Number of items</p>
1246 </div> 1263 </div>
1247 </div> 1264 </div>
1248 <div class="prop-row prop-group"> 1265 <div class="prop-row prop-group">
1249 <div class="prop-name"> 1266 <div class="prop-name">
1250 <div class="prop-title">sort</div> 1267 <div class="prop-title">sort:
1251 <div class="prop-subtitle"> in query </div> 1268 <span class="prop-type">
1252 <div class="prop-subtitle"> 1269 <span class="json-property-type">string</span>
1253 <span class="json-property-type">number</span> 1270 <span class="json-property-range" title="Value limits"></span>
1254 <span class="json-property-range" title="Value limits"></span> 1271 </span>
1255 </div> 1272 </div>
1273 <div class="prop-subtitle"> in query </div>
1256 </div> 1274 </div>
1257 <div class="prop-value"> 1275 <div class="prop-value">
1258 <p>sorting</p> 1276 <p>Sort column (-createdAt for example)</p>
1259 </div> 1277 </div>
1260 </div> 1278 </div>
1261 </section> 1279 </section>
@@ -1439,7 +1457,7 @@
1439 <div class="prop-title">204 No Content</div> 1457 <div class="prop-title">204 No Content</div>
1440 </div> 1458 </div>
1441 <div class="prop-value"> 1459 <div class="prop-value">
1442 <p>successful operation</p> 1460 <p>Successful operation</p>
1443 </div> 1461 </div>
1444 </div> 1462 </div>
1445 </section> 1463 </section>
@@ -1605,41 +1623,44 @@
1605 <section class="swagger-request-params"> 1623 <section class="swagger-request-params">
1606 <div class="prop-row prop-group"> 1624 <div class="prop-row prop-group">
1607 <div class="prop-name"> 1625 <div class="prop-name">
1608 <div class="prop-title">start</div> 1626 <div class="prop-title">start:
1609 <div class="prop-subtitle"> in query </div> 1627 <span class="prop-type">
1610 <div class="prop-subtitle"> 1628 <span class="json-property-type">number</span>
1611 <span class="json-property-type">number</span> 1629 <span class="json-property-range" title="Value limits"></span>
1612 <span class="json-property-range" title="Value limits"></span> 1630 </span>
1613 </div> 1631 </div>
1632 <div class="prop-subtitle"> in query </div>
1614 </div> 1633 </div>
1615 <div class="prop-value"> 1634 <div class="prop-value">
1616 <p>starting page</p> 1635 <p>Offset</p>
1617 </div> 1636 </div>
1618 </div> 1637 </div>
1619 <div class="prop-row prop-group"> 1638 <div class="prop-row prop-group">
1620 <div class="prop-name"> 1639 <div class="prop-name">
1621 <div class="prop-title">stop</div> 1640 <div class="prop-title">count:
1622 <div class="prop-subtitle"> in query </div> 1641 <span class="prop-type">
1623 <div class="prop-subtitle"> 1642 <span class="json-property-type">number</span>
1624 <span class="json-property-type">number</span> 1643 <span class="json-property-range" title="Value limits"></span>
1625 <span class="json-property-range" title="Value limits"></span> 1644 </span>
1626 </div> 1645 </div>
1646 <div class="prop-subtitle"> in query </div>
1627 </div> 1647 </div>
1628 <div class="prop-value"> 1648 <div class="prop-value">
1629 <p>stopping page</p> 1649 <p>Number of items</p>
1630 </div> 1650 </div>
1631 </div> 1651 </div>
1632 <div class="prop-row prop-group"> 1652 <div class="prop-row prop-group">
1633 <div class="prop-name"> 1653 <div class="prop-name">
1634 <div class="prop-title">sort</div> 1654 <div class="prop-title">sort:
1635 <div class="prop-subtitle"> in query </div> 1655 <span class="prop-type">
1636 <div class="prop-subtitle"> 1656 <span class="json-property-type">string</span>
1637 <span class="json-property-type">number</span> 1657 <span class="json-property-range" title="Value limits"></span>
1638 <span class="json-property-range" title="Value limits"></span> 1658 </span>
1639 </div> 1659 </div>
1660 <div class="prop-subtitle"> in query </div>
1640 </div> 1661 </div>
1641 <div class="prop-value"> 1662 <div class="prop-value">
1642 <p>sorting</p> 1663 <p>Sort column (-createdAt for example)</p>
1643 </div> 1664 </div>
1644 </div> 1665 </div>
1645 </section> 1666 </section>
@@ -1772,16 +1793,17 @@
1772 <section class="swagger-request-params"> 1793 <section class="swagger-request-params">
1773 <div class="prop-row prop-group"> 1794 <div class="prop-row prop-group">
1774 <div class="prop-name"> 1795 <div class="prop-name">
1775 <div class="prop-title">id</div> 1796 <div class="prop-title">id:
1797 <span class="prop-type">
1798 <span class="json-property-type">number</span>
1799 <span class="json-property-range" title="Value limits"></span>
1800 </span>
1801 </div>
1776 <span class="json-property-required"></span> 1802 <span class="json-property-required"></span>
1777 <div class="prop-subtitle"> in path </div> 1803 <div class="prop-subtitle"> in path </div>
1778 <div class="prop-subtitle">
1779 <span class="json-property-type">string</span>
1780 <span class="json-property-range" title="Value limits"></span>
1781 </div>
1782 </div> 1804 </div>
1783 <div class="prop-value"> 1805 <div class="prop-value">
1784 <p>The user id </p> 1806 <p>The user id</p>
1785 </div> 1807 </div>
1786 </div> 1808 </div>
1787 </section> 1809 </section>
@@ -1796,7 +1818,7 @@
1796 <div class="prop-title">204 No Content</div> 1818 <div class="prop-title">204 No Content</div>
1797 </div> 1819 </div>
1798 <div class="prop-value"> 1820 <div class="prop-value">
1799 <p>successful operation</p> 1821 <p>Successful operation</p>
1800 </div> 1822 </div>
1801 </div> 1823 </div>
1802 </section> 1824 </section>
@@ -1850,16 +1872,17 @@
1850 <section class="swagger-request-params"> 1872 <section class="swagger-request-params">
1851 <div class="prop-row prop-group"> 1873 <div class="prop-row prop-group">
1852 <div class="prop-name"> 1874 <div class="prop-name">
1853 <div class="prop-title">id</div> 1875 <div class="prop-title">id:
1876 <span class="prop-type">
1877 <span class="json-property-type">number</span>
1878 <span class="json-property-range" title="Value limits"></span>
1879 </span>
1880 </div>
1854 <span class="json-property-required"></span> 1881 <span class="json-property-required"></span>
1855 <div class="prop-subtitle"> in path </div> 1882 <div class="prop-subtitle"> in path </div>
1856 <div class="prop-subtitle">
1857 <span class="json-property-type">string</span>
1858 <span class="json-property-range" title="Value limits"></span>
1859 </div>
1860 </div> 1883 </div>
1861 <div class="prop-value"> 1884 <div class="prop-value">
1862 <p>The user id </p> 1885 <p>The user id</p>
1863 </div> 1886 </div>
1864 </div> 1887 </div>
1865 </section> 1888 </section>
@@ -1995,16 +2018,17 @@
1995 <section class="swagger-request-params"> 2018 <section class="swagger-request-params">
1996 <div class="prop-row prop-group"> 2019 <div class="prop-row prop-group">
1997 <div class="prop-name"> 2020 <div class="prop-name">
1998 <div class="prop-title">id</div> 2021 <div class="prop-title">id:
2022 <span class="prop-type">
2023 <span class="json-property-type">number</span>
2024 <span class="json-property-range" title="Value limits"></span>
2025 </span>
2026 </div>
1999 <span class="json-property-required"></span> 2027 <span class="json-property-required"></span>
2000 <div class="prop-subtitle"> in path </div> 2028 <div class="prop-subtitle"> in path </div>
2001 <div class="prop-subtitle">
2002 <span class="json-property-type">string</span>
2003 <span class="json-property-range" title="Value limits"></span>
2004 </div>
2005 </div> 2029 </div>
2006 <div class="prop-value"> 2030 <div class="prop-value">
2007 <p>The user id </p> 2031 <p>The user id</p>
2008 </div> 2032 </div>
2009 </div> 2033 </div>
2010 </section> 2034 </section>
@@ -2034,7 +2058,7 @@
2034 <div class="prop-title">204 No Content</div> 2058 <div class="prop-title">204 No Content</div>
2035 </div> 2059 </div>
2036 <div class="prop-value"> 2060 <div class="prop-value">
2037 <p>successful operation</p> 2061 <p>Successful operation</p>
2038 </div> 2062 </div>
2039 </div> 2063 </div>
2040 </section> 2064 </section>
@@ -2252,7 +2276,7 @@
2252 <div class="prop-title">204 No Content</div> 2276 <div class="prop-title">204 No Content</div>
2253 </div> 2277 </div>
2254 <div class="prop-value"> 2278 <div class="prop-value">
2255 <p>successful operation</p> 2279 <p>Successful operation</p>
2256 </div> 2280 </div>
2257 </div> 2281 </div>
2258 </section> 2282 </section>
@@ -2311,7 +2335,7 @@
2311 <div class="prop-row prop-group"> 2335 <div class="prop-row prop-group">
2312 <div class="prop-name"> 2336 <div class="prop-name">
2313 <div class="prop-title">200 OK</div> 2337 <div class="prop-title">200 OK</div>
2314 <div class="prop-ref"></div> 2338 <div class="prop-ref"> </div>
2315 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> --> 2339 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> -->
2316 </div> 2340 </div>
2317 <div class="prop-value"> 2341 <div class="prop-value">
@@ -2384,13 +2408,14 @@
2384 <section class="swagger-request-params"> 2408 <section class="swagger-request-params">
2385 <div class="prop-row prop-group"> 2409 <div class="prop-row prop-group">
2386 <div class="prop-name"> 2410 <div class="prop-name">
2387 <div class="prop-title">videoId</div> 2411 <div class="prop-title">videoId:
2412 <span class="prop-type">
2413 <span class="json-property-type">string</span>
2414 <span class="json-property-range" title="Value limits"></span>
2415 </span>
2416 </div>
2388 <span class="json-property-required"></span> 2417 <span class="json-property-required"></span>
2389 <div class="prop-subtitle"> in path </div> 2418 <div class="prop-subtitle"> in path </div>
2390 <div class="prop-subtitle">
2391 <span class="json-property-type">string</span>
2392 <span class="json-property-range" title="Value limits"></span>
2393 </div>
2394 </div> 2419 </div>
2395 <div class="prop-value"> 2420 <div class="prop-value">
2396 <p>The video id </p> 2421 <p>The video id </p>
@@ -2479,41 +2504,44 @@
2479 <section class="swagger-request-params"> 2504 <section class="swagger-request-params">
2480 <div class="prop-row prop-group"> 2505 <div class="prop-row prop-group">
2481 <div class="prop-name"> 2506 <div class="prop-name">
2482 <div class="prop-title">start</div> 2507 <div class="prop-title">start:
2483 <div class="prop-subtitle"> in query </div> 2508 <span class="prop-type">
2484 <div class="prop-subtitle"> 2509 <span class="json-property-type">number</span>
2485 <span class="json-property-type">number</span> 2510 <span class="json-property-range" title="Value limits"></span>
2486 <span class="json-property-range" title="Value limits"></span> 2511 </span>
2487 </div> 2512 </div>
2513 <div class="prop-subtitle"> in query </div>
2488 </div> 2514 </div>
2489 <div class="prop-value"> 2515 <div class="prop-value">
2490 <p>starting page</p> 2516 <p>Offset</p>
2491 </div> 2517 </div>
2492 </div> 2518 </div>
2493 <div class="prop-row prop-group"> 2519 <div class="prop-row prop-group">
2494 <div class="prop-name"> 2520 <div class="prop-name">
2495 <div class="prop-title">stop</div> 2521 <div class="prop-title">count:
2496 <div class="prop-subtitle"> in query </div> 2522 <span class="prop-type">
2497 <div class="prop-subtitle"> 2523 <span class="json-property-type">number</span>
2498 <span class="json-property-type">number</span> 2524 <span class="json-property-range" title="Value limits"></span>
2499 <span class="json-property-range" title="Value limits"></span> 2525 </span>
2500 </div> 2526 </div>
2527 <div class="prop-subtitle"> in query </div>
2501 </div> 2528 </div>
2502 <div class="prop-value"> 2529 <div class="prop-value">
2503 <p>stopping page</p> 2530 <p>Number of items</p>
2504 </div> 2531 </div>
2505 </div> 2532 </div>
2506 <div class="prop-row prop-group"> 2533 <div class="prop-row prop-group">
2507 <div class="prop-name"> 2534 <div class="prop-name">
2508 <div class="prop-title">sort</div> 2535 <div class="prop-title">sort:
2509 <div class="prop-subtitle"> in query </div> 2536 <span class="prop-type">
2510 <div class="prop-subtitle"> 2537 <span class="json-property-type">string</span>
2511 <span class="json-property-type">number</span> 2538 <span class="json-property-range" title="Value limits"></span>
2512 <span class="json-property-range" title="Value limits"></span> 2539 </span>
2513 </div> 2540 </div>
2541 <div class="prop-subtitle"> in query </div>
2514 </div> 2542 </div>
2515 <div class="prop-value"> 2543 <div class="prop-value">
2516 <p>sorting</p> 2544 <p>Sort column (-createdAt for example)</p>
2517 </div> 2545 </div>
2518 </div> 2546 </div>
2519 </section> 2547 </section>
@@ -2688,7 +2716,7 @@
2688 <div class="prop-title">204 No Content</div> 2716 <div class="prop-title">204 No Content</div>
2689 </div> 2717 </div>
2690 <div class="prop-value"> 2718 <div class="prop-value">
2691 <p>successful operation</p> 2719 <p>Successful operation</p>
2692 </div> 2720 </div>
2693 </div> 2721 </div>
2694 </section> 2722 </section>
@@ -2720,12 +2748,13 @@
2720 <section class="swagger-request-params"> 2748 <section class="swagger-request-params">
2721 <div class="prop-row prop-group"> 2749 <div class="prop-row prop-group">
2722 <div class="prop-name"> 2750 <div class="prop-name">
2723 <div class="prop-title">avatarfile</div> 2751 <div class="prop-title">avatarfile:
2724 <div class="prop-subtitle"> in formData </div> 2752 <span class="prop-type">
2725 <div class="prop-subtitle"> 2753 <span class="json-property-type">file</span>
2726 <span class="json-property-type">file</span> 2754 <span class="json-property-range" title="Value limits"></span>
2727 <span class="json-property-range" title="Value limits"></span> 2755 </span>
2728 </div> 2756 </div>
2757 <div class="prop-subtitle"> in formData </div>
2729 </div> 2758 </div>
2730 <div class="prop-value"> 2759 <div class="prop-value">
2731 <p>The file to upload.</p> 2760 <p>The file to upload.</p>
@@ -2816,41 +2845,58 @@
2816 <section class="swagger-request-params"> 2845 <section class="swagger-request-params">
2817 <div class="prop-row prop-group"> 2846 <div class="prop-row prop-group">
2818 <div class="prop-name"> 2847 <div class="prop-name">
2819 <div class="prop-title">start</div> 2848 <div class="prop-title">category:
2820 <div class="prop-subtitle"> in query </div> 2849 <span class="prop-type">
2821 <div class="prop-subtitle"> 2850 <span class="json-property-type">number</span>
2822 <span class="json-property-type">number</span> 2851 <span class="json-property-range" title="Value limits"></span>
2823 <span class="json-property-range" title="Value limits"></span> 2852 </span>
2824 </div> 2853 </div>
2854 <div class="prop-subtitle"> in query </div>
2825 </div> 2855 </div>
2826 <div class="prop-value"> 2856 <div class="prop-value">
2827 <p>starting page</p> 2857 <p>category id of the video</p>
2828 </div> 2858 </div>
2829 </div> 2859 </div>
2830 <div class="prop-row prop-group"> 2860 <div class="prop-row prop-group">
2831 <div class="prop-name"> 2861 <div class="prop-name">
2832 <div class="prop-title">stop</div> 2862 <div class="prop-title">start:
2833 <div class="prop-subtitle"> in query </div> 2863 <span class="prop-type">
2834 <div class="prop-subtitle"> 2864 <span class="json-property-type">number</span>
2835 <span class="json-property-type">number</span> 2865 <span class="json-property-range" title="Value limits"></span>
2836 <span class="json-property-range" title="Value limits"></span> 2866 </span>
2837 </div> 2867 </div>
2868 <div class="prop-subtitle"> in query </div>
2838 </div> 2869 </div>
2839 <div class="prop-value"> 2870 <div class="prop-value">
2840 <p>stopping page</p> 2871 <p>Offset</p>
2841 </div> 2872 </div>
2842 </div> 2873 </div>
2843 <div class="prop-row prop-group"> 2874 <div class="prop-row prop-group">
2844 <div class="prop-name"> 2875 <div class="prop-name">
2845 <div class="prop-title">sort</div> 2876 <div class="prop-title">count:
2877 <span class="prop-type">
2878 <span class="json-property-type">number</span>
2879 <span class="json-property-range" title="Value limits"></span>
2880 </span>
2881 </div>
2846 <div class="prop-subtitle"> in query </div> 2882 <div class="prop-subtitle"> in query </div>
2847 <div class="prop-subtitle"> 2883 </div>
2848 <span class="json-property-type">number</span> 2884 <div class="prop-value">
2849 <span class="json-property-range" title="Value limits"></span> 2885 <p>Number of items</p>
2886 </div>
2887 </div>
2888 <div class="prop-row prop-group">
2889 <div class="prop-name">
2890 <div class="prop-title">sort:
2891 <span class="prop-type">
2892 <span class="json-property-type">string</span>
2893 <span class="json-property-range" title="Value limits"></span>
2894 </span>
2850 </div> 2895 </div>
2896 <div class="prop-subtitle"> in query </div>
2851 </div> 2897 </div>
2852 <div class="prop-value"> 2898 <div class="prop-value">
2853 <p>sorting</p> 2899 <p>Sort column (-createdAt for example)</p>
2854 </div> 2900 </div>
2855 </div> 2901 </div>
2856 </section> 2902 </section>
@@ -2970,7 +3016,7 @@
2970 <div class="prop-row prop-group"> 3016 <div class="prop-row prop-group">
2971 <div class="prop-name"> 3017 <div class="prop-name">
2972 <div class="prop-title">200 OK</div> 3018 <div class="prop-title">200 OK</div>
2973 <div class="prop-ref"></div> 3019 <div class="prop-ref"> </div>
2974 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> --> 3020 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> -->
2975 </div> 3021 </div>
2976 <div class="prop-value"> 3022 <div class="prop-value">
@@ -3028,7 +3074,7 @@
3028 <div class="prop-row prop-group"> 3074 <div class="prop-row prop-group">
3029 <div class="prop-name"> 3075 <div class="prop-name">
3030 <div class="prop-title">200 OK</div> 3076 <div class="prop-title">200 OK</div>
3031 <div class="prop-ref"></div> 3077 <div class="prop-ref"> </div>
3032 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> --> 3078 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> -->
3033 </div> 3079 </div>
3034 <div class="prop-value"> 3080 <div class="prop-value">
@@ -3086,7 +3132,7 @@
3086 <div class="prop-row prop-group"> 3132 <div class="prop-row prop-group">
3087 <div class="prop-name"> 3133 <div class="prop-name">
3088 <div class="prop-title">200 OK</div> 3134 <div class="prop-title">200 OK</div>
3089 <div class="prop-ref"></div> 3135 <div class="prop-ref"> </div>
3090 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> --> 3136 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> -->
3091 </div> 3137 </div>
3092 <div class="prop-value"> 3138 <div class="prop-value">
@@ -3144,7 +3190,7 @@
3144 <div class="prop-row prop-group"> 3190 <div class="prop-row prop-group">
3145 <div class="prop-name"> 3191 <div class="prop-name">
3146 <div class="prop-title">200 OK</div> 3192 <div class="prop-title">200 OK</div>
3147 <div class="prop-ref"></div> 3193 <div class="prop-ref"> </div>
3148 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> --> 3194 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> -->
3149 </div> 3195 </div>
3150 <div class="prop-value"> 3196 <div class="prop-value">
@@ -3197,41 +3243,44 @@
3197 <section class="swagger-request-params"> 3243 <section class="swagger-request-params">
3198 <div class="prop-row prop-group"> 3244 <div class="prop-row prop-group">
3199 <div class="prop-name"> 3245 <div class="prop-name">
3200 <div class="prop-title">start</div> 3246 <div class="prop-title">start:
3201 <div class="prop-subtitle"> in query </div> 3247 <span class="prop-type">
3202 <div class="prop-subtitle"> 3248 <span class="json-property-type">number</span>
3203 <span class="json-property-type">number</span> 3249 <span class="json-property-range" title="Value limits"></span>
3204 <span class="json-property-range" title="Value limits"></span> 3250 </span>
3205 </div> 3251 </div>
3252 <div class="prop-subtitle"> in query </div>
3206 </div> 3253 </div>
3207 <div class="prop-value"> 3254 <div class="prop-value">
3208 <p>starting page</p> 3255 <p>Offset</p>
3209 </div> 3256 </div>
3210 </div> 3257 </div>
3211 <div class="prop-row prop-group"> 3258 <div class="prop-row prop-group">
3212 <div class="prop-name"> 3259 <div class="prop-name">
3213 <div class="prop-title">stop</div> 3260 <div class="prop-title">count:
3214 <div class="prop-subtitle"> in query </div> 3261 <span class="prop-type">
3215 <div class="prop-subtitle"> 3262 <span class="json-property-type">number</span>
3216 <span class="json-property-type">number</span> 3263 <span class="json-property-range" title="Value limits"></span>
3217 <span class="json-property-range" title="Value limits"></span> 3264 </span>
3218 </div> 3265 </div>
3266 <div class="prop-subtitle"> in query </div>
3219 </div> 3267 </div>
3220 <div class="prop-value"> 3268 <div class="prop-value">
3221 <p>stopping page</p> 3269 <p>Number of items</p>
3222 </div> 3270 </div>
3223 </div> 3271 </div>
3224 <div class="prop-row prop-group"> 3272 <div class="prop-row prop-group">
3225 <div class="prop-name"> 3273 <div class="prop-name">
3226 <div class="prop-title">sort</div> 3274 <div class="prop-title">sort:
3227 <div class="prop-subtitle"> in query </div> 3275 <span class="prop-type">
3228 <div class="prop-subtitle"> 3276 <span class="json-property-type">string</span>
3229 <span class="json-property-type">number</span> 3277 <span class="json-property-range" title="Value limits"></span>
3230 <span class="json-property-range" title="Value limits"></span> 3278 </span>
3231 </div> 3279 </div>
3280 <div class="prop-subtitle"> in query </div>
3232 </div> 3281 </div>
3233 <div class="prop-value"> 3282 <div class="prop-value">
3234 <p>sorting</p> 3283 <p>Sort column (-createdAt for example)</p>
3235 </div> 3284 </div>
3236 </div> 3285 </div>
3237 </section> 3286 </section>
@@ -3346,26 +3395,28 @@
3346 <section class="swagger-request-params"> 3395 <section class="swagger-request-params">
3347 <div class="prop-row prop-group"> 3396 <div class="prop-row prop-group">
3348 <div class="prop-name"> 3397 <div class="prop-name">
3349 <div class="prop-title">id</div> 3398 <div class="prop-title">id:
3399 <span class="prop-type">
3400 <span class="json-property-type">string</span>
3401 <span class="json-property-range" title="Value limits"></span>
3402 </span>
3403 </div>
3350 <span class="json-property-required"></span> 3404 <span class="json-property-required"></span>
3351 <div class="prop-subtitle"> in path </div> 3405 <div class="prop-subtitle"> in path </div>
3352 <div class="prop-subtitle">
3353 <span class="json-property-type">string</span>
3354 <span class="json-property-range" title="Value limits"></span>
3355 </div>
3356 </div> 3406 </div>
3357 <div class="prop-value"> 3407 <div class="prop-value">
3358 <p>The video id</p> 3408 <p>The video id or uuid</p>
3359 </div> 3409 </div>
3360 </div> 3410 </div>
3361 <div class="prop-row prop-group"> 3411 <div class="prop-row prop-group">
3362 <div class="prop-name"> 3412 <div class="prop-name">
3363 <div class="prop-title">thumbnailfile</div> 3413 <div class="prop-title">thumbnailfile:
3364 <div class="prop-subtitle"> in formData </div> 3414 <span class="prop-type">
3365 <div class="prop-subtitle"> 3415 <span class="json-property-type">file</span>
3366 <span class="json-property-type">file</span> 3416 <span class="json-property-range" title="Value limits"></span>
3367 <span class="json-property-range" title="Value limits"></span> 3417 </span>
3368 </div> 3418 </div>
3419 <div class="prop-subtitle"> in formData </div>
3369 </div> 3420 </div>
3370 <div class="prop-value"> 3421 <div class="prop-value">
3371 <p>Video thumbnail file</p> 3422 <p>Video thumbnail file</p>
@@ -3373,12 +3424,13 @@
3373 </div> 3424 </div>
3374 <div class="prop-row prop-group"> 3425 <div class="prop-row prop-group">
3375 <div class="prop-name"> 3426 <div class="prop-name">
3376 <div class="prop-title">previewfile</div> 3427 <div class="prop-title">previewfile:
3377 <div class="prop-subtitle"> in formData </div> 3428 <span class="prop-type">
3378 <div class="prop-subtitle"> 3429 <span class="json-property-type">file</span>
3379 <span class="json-property-type">file</span> 3430 <span class="json-property-range" title="Value limits"></span>
3380 <span class="json-property-range" title="Value limits"></span> 3431 </span>
3381 </div> 3432 </div>
3433 <div class="prop-subtitle"> in formData </div>
3382 </div> 3434 </div>
3383 <div class="prop-value"> 3435 <div class="prop-value">
3384 <p>Video preview file</p> 3436 <p>Video preview file</p>
@@ -3386,12 +3438,13 @@
3386 </div> 3438 </div>
3387 <div class="prop-row prop-group"> 3439 <div class="prop-row prop-group">
3388 <div class="prop-name"> 3440 <div class="prop-name">
3389 <div class="prop-title">category</div> 3441 <div class="prop-title">category:
3390 <div class="prop-subtitle"> in formData </div> 3442 <span class="prop-type">
3391 <div class="prop-subtitle"> 3443 <span class="json-property-type">number</span>
3392 <span class="json-property-type">number</span> 3444 <span class="json-property-range" title="Value limits"></span>
3393 <span class="json-property-range" title="Value limits"></span> 3445 </span>
3394 </div> 3446 </div>
3447 <div class="prop-subtitle"> in formData </div>
3395 </div> 3448 </div>
3396 <div class="prop-value"> 3449 <div class="prop-value">
3397 <p>Video category</p> 3450 <p>Video category</p>
@@ -3399,12 +3452,13 @@
3399 </div> 3452 </div>
3400 <div class="prop-row prop-group"> 3453 <div class="prop-row prop-group">
3401 <div class="prop-name"> 3454 <div class="prop-name">
3402 <div class="prop-title">licence</div> 3455 <div class="prop-title">licence:
3403 <div class="prop-subtitle"> in formData </div> 3456 <span class="prop-type">
3404 <div class="prop-subtitle"> 3457 <span class="json-property-type">number</span>
3405 <span class="json-property-type">number</span> 3458 <span class="json-property-range" title="Value limits"></span>
3406 <span class="json-property-range" title="Value limits"></span> 3459 </span>
3407 </div> 3460 </div>
3461 <div class="prop-subtitle"> in formData </div>
3408 </div> 3462 </div>
3409 <div class="prop-value"> 3463 <div class="prop-value">
3410 <p>Video licence</p> 3464 <p>Video licence</p>
@@ -3412,12 +3466,13 @@
3412 </div> 3466 </div>
3413 <div class="prop-row prop-group"> 3467 <div class="prop-row prop-group">
3414 <div class="prop-name"> 3468 <div class="prop-name">
3415 <div class="prop-title">language</div> 3469 <div class="prop-title">language:
3416 <div class="prop-subtitle"> in formData </div> 3470 <span class="prop-type">
3417 <div class="prop-subtitle"> 3471 <span class="json-property-type">string</span>
3418 <span class="json-property-type">string</span> 3472 <span class="json-property-range" title="Value limits"></span>
3419 <span class="json-property-range" title="Value limits"></span> 3473 </span>
3420 </div> 3474 </div>
3475 <div class="prop-subtitle"> in formData </div>
3421 </div> 3476 </div>
3422 <div class="prop-value"> 3477 <div class="prop-value">
3423 <p>Video language</p> 3478 <p>Video language</p>
@@ -3425,12 +3480,13 @@
3425 </div> 3480 </div>
3426 <div class="prop-row prop-group"> 3481 <div class="prop-row prop-group">
3427 <div class="prop-name"> 3482 <div class="prop-name">
3428 <div class="prop-title">description</div> 3483 <div class="prop-title">description:
3429 <div class="prop-subtitle"> in formData </div> 3484 <span class="prop-type">
3430 <div class="prop-subtitle"> 3485 <span class="json-property-type">string</span>
3431 <span class="json-property-type">string</span> 3486 <span class="json-property-range" title="Value limits"></span>
3432 <span class="json-property-range" title="Value limits"></span> 3487 </span>
3433 </div> 3488 </div>
3489 <div class="prop-subtitle"> in formData </div>
3434 </div> 3490 </div>
3435 <div class="prop-value"> 3491 <div class="prop-value">
3436 <p>Video description</p> 3492 <p>Video description</p>
@@ -3438,12 +3494,13 @@
3438 </div> 3494 </div>
3439 <div class="prop-row prop-group"> 3495 <div class="prop-row prop-group">
3440 <div class="prop-name"> 3496 <div class="prop-name">
3441 <div class="prop-title">waitTranscoding</div> 3497 <div class="prop-title">waitTranscoding:
3442 <div class="prop-subtitle"> in formData </div> 3498 <span class="prop-type">
3443 <div class="prop-subtitle"> 3499 <span class="json-property-type">boolean</span>
3444 <span class="json-property-type">boolean</span> 3500 <span class="json-property-range" title="Value limits"></span>
3445 <span class="json-property-range" title="Value limits"></span> 3501 </span>
3446 </div> 3502 </div>
3503 <div class="prop-subtitle"> in formData </div>
3447 </div> 3504 </div>
3448 <div class="prop-value"> 3505 <div class="prop-value">
3449 <p>Whether or not we wait transcoding before publish the video</p> 3506 <p>Whether or not we wait transcoding before publish the video</p>
@@ -3451,12 +3508,13 @@
3451 </div> 3508 </div>
3452 <div class="prop-row prop-group"> 3509 <div class="prop-row prop-group">
3453 <div class="prop-name"> 3510 <div class="prop-name">
3454 <div class="prop-title">support</div> 3511 <div class="prop-title">support:
3455 <div class="prop-subtitle"> in formData </div> 3512 <span class="prop-type">
3456 <div class="prop-subtitle"> 3513 <span class="json-property-type">string</span>
3457 <span class="json-property-type">string</span> 3514 <span class="json-property-range" title="Value limits"></span>
3458 <span class="json-property-range" title="Value limits"></span> 3515 </span>
3459 </div> 3516 </div>
3517 <div class="prop-subtitle"> in formData </div>
3460 </div> 3518 </div>
3461 <div class="prop-value"> 3519 <div class="prop-value">
3462 <p>Text describing how to support the video uploader</p> 3520 <p>Text describing how to support the video uploader</p>
@@ -3464,12 +3522,13 @@
3464 </div> 3522 </div>
3465 <div class="prop-row prop-group"> 3523 <div class="prop-row prop-group">
3466 <div class="prop-name"> 3524 <div class="prop-name">
3467 <div class="prop-title">nsfw</div> 3525 <div class="prop-title">nsfw:
3468 <div class="prop-subtitle"> in formData </div> 3526 <span class="prop-type">
3469 <div class="prop-subtitle"> 3527 <span class="json-property-type">boolean</span>
3470 <span class="json-property-type">boolean</span> 3528 <span class="json-property-range" title="Value limits"></span>
3471 <span class="json-property-range" title="Value limits"></span> 3529 </span>
3472 </div> 3530 </div>
3531 <div class="prop-subtitle"> in formData </div>
3473 </div> 3532 </div>
3474 <div class="prop-value"> 3533 <div class="prop-value">
3475 <p>Whether or not this video contains sensitive content</p> 3534 <p>Whether or not this video contains sensitive content</p>
@@ -3477,12 +3536,13 @@
3477 </div> 3536 </div>
3478 <div class="prop-row prop-group"> 3537 <div class="prop-row prop-group">
3479 <div class="prop-name"> 3538 <div class="prop-name">
3480 <div class="prop-title">name</div> 3539 <div class="prop-title">name:
3481 <div class="prop-subtitle"> in formData </div> 3540 <span class="prop-type">
3482 <div class="prop-subtitle"> 3541 <span class="json-property-type">string</span>
3483 <span class="json-property-type">string</span> 3542 <span class="json-property-range" title="Value limits"></span>
3484 <span class="json-property-range" title="Value limits"></span> 3543 </span>
3485 </div> 3544 </div>
3545 <div class="prop-subtitle"> in formData </div>
3486 </div> 3546 </div>
3487 <div class="prop-value"> 3547 <div class="prop-value">
3488 <p>Video name</p> 3548 <p>Video name</p>
@@ -3490,12 +3550,13 @@
3490 </div> 3550 </div>
3491 <div class="prop-row prop-group"> 3551 <div class="prop-row prop-group">
3492 <div class="prop-name"> 3552 <div class="prop-name">
3493 <div class="prop-title">tags</div> 3553 <div class="prop-title">tags:
3494 <div class="prop-subtitle"> in formData </div> 3554 <span class="prop-type">
3495 <div class="prop-subtitle"> 3555 <span class="json-property-type">string[]</span>
3496 <span class="json-property-type">string[]</span> 3556 <span class="json-property-range" title="Value limits"></span>
3497 <span class="json-property-range" title="Value limits"></span> 3557 </span>
3498 </div> 3558 </div>
3559 <div class="prop-subtitle"> in formData </div>
3499 </div> 3560 </div>
3500 <div class="prop-value"> 3561 <div class="prop-value">
3501 <p>Video tags</p> 3562 <p>Video tags</p>
@@ -3503,12 +3564,13 @@
3503 </div> 3564 </div>
3504 <div class="prop-row prop-group"> 3565 <div class="prop-row prop-group">
3505 <div class="prop-name"> 3566 <div class="prop-name">
3506 <div class="prop-title">commentsEnabled</div> 3567 <div class="prop-title">commentsEnabled:
3507 <div class="prop-subtitle"> in formData </div> 3568 <span class="prop-type">
3508 <div class="prop-subtitle"> 3569 <span class="json-property-type">boolean</span>
3509 <span class="json-property-type">boolean</span> 3570 <span class="json-property-range" title="Value limits"></span>
3510 <span class="json-property-range" title="Value limits"></span> 3571 </span>
3511 </div> 3572 </div>
3573 <div class="prop-subtitle"> in formData </div>
3512 </div> 3574 </div>
3513 <div class="prop-value"> 3575 <div class="prop-value">
3514 <p>Enable or disable comments for this video</p> 3576 <p>Enable or disable comments for this video</p>
@@ -3516,16 +3578,17 @@
3516 </div> 3578 </div>
3517 <div class="prop-row prop-group"> 3579 <div class="prop-row prop-group">
3518 <div class="prop-name"> 3580 <div class="prop-name">
3519 <div class="prop-title">privacy</div> 3581 <div class="prop-title">privacy:
3520 <div class="prop-subtitle"> in formData </div> 3582 <span class="prop-type">
3521 <div class="prop-subtitle"> 3583 <span class="json-property-type">string</span>
3522 <span class="json-property-type">string</span> 3584 <span class="json-property-enum" title="Possible values">
3523 <span class="json-property-enum" title="Possible values"> 3585 <span class="json-property-enum-item">Public</span>,
3524 <span class="json-property-enum-item">Public</span>, 3586 <span class="json-property-enum-item">Unlisted</span>
3525 <span class="json-property-enum-item">Unlisted</span> 3587 </span>
3588 <span class="json-property-range" title="Value limits"></span>
3526 </span> 3589 </span>
3527 <span class="json-property-range" title="Value limits"></span>
3528 </div> 3590 </div>
3591 <div class="prop-subtitle"> in formData </div>
3529 </div> 3592 </div>
3530 <div class="prop-value"> 3593 <div class="prop-value">
3531 <p>Video privacy</p> 3594 <p>Video privacy</p>
@@ -3533,15 +3596,16 @@
3533 </div> 3596 </div>
3534 <div class="prop-row prop-group"> 3597 <div class="prop-row prop-group">
3535 <div class="prop-name"> 3598 <div class="prop-name">
3536 <div class="prop-title">scheduleUpdate</div> 3599 <div class="prop-title">scheduleUpdate:
3537 <div class="prop-subtitle"> in formData </div> 3600 <span class="prop-type">
3538 <div class="prop-subtitle"> 3601 <span class="json-property-type">object</span>
3539 <span class="json-property-type">[object Object]</span> 3602 <span class="json-property-range" title="Value limits"></span>
3540 <span class="json-property-range" title="Value limits"></span> 3603 </span>
3541 </div> 3604 </div>
3605 <div class="prop-subtitle"> in formData </div>
3542 </div> 3606 </div>
3543 <div class="prop-value"> 3607 <div class="prop-value">
3544 <p class="no-description">(no description)</p> 3608 <p>Schedule an update at a specific datetime</p>
3545 </div> 3609 </div>
3546 </div> 3610 </div>
3547 </section> 3611 </section>
@@ -3665,16 +3729,17 @@
3665 <section class="swagger-request-params"> 3729 <section class="swagger-request-params">
3666 <div class="prop-row prop-group"> 3730 <div class="prop-row prop-group">
3667 <div class="prop-name"> 3731 <div class="prop-name">
3668 <div class="prop-title">id</div> 3732 <div class="prop-title">id:
3733 <span class="prop-type">
3734 <span class="json-property-type">string</span>
3735 <span class="json-property-range" title="Value limits"></span>
3736 </span>
3737 </div>
3669 <span class="json-property-required"></span> 3738 <span class="json-property-required"></span>
3670 <div class="prop-subtitle"> in path </div> 3739 <div class="prop-subtitle"> in path </div>
3671 <div class="prop-subtitle">
3672 <span class="json-property-type">string</span>
3673 <span class="json-property-range" title="Value limits"></span>
3674 </div>
3675 </div> 3740 </div>
3676 <div class="prop-value"> 3741 <div class="prop-value">
3677 <p>The video id </p> 3742 <p>The video id or uuid</p>
3678 </div> 3743 </div>
3679 </div> 3744 </div>
3680 </section> 3745 </section>
@@ -3776,16 +3841,17 @@
3776 <section class="swagger-request-params"> 3841 <section class="swagger-request-params">
3777 <div class="prop-row prop-group"> 3842 <div class="prop-row prop-group">
3778 <div class="prop-name"> 3843 <div class="prop-name">
3779 <div class="prop-title">id</div> 3844 <div class="prop-title">id:
3845 <span class="prop-type">
3846 <span class="json-property-type">string</span>
3847 <span class="json-property-range" title="Value limits"></span>
3848 </span>
3849 </div>
3780 <span class="json-property-required"></span> 3850 <span class="json-property-required"></span>
3781 <div class="prop-subtitle"> in path </div> 3851 <div class="prop-subtitle"> in path </div>
3782 <div class="prop-subtitle">
3783 <span class="json-property-type">string</span>
3784 <span class="json-property-range" title="Value limits"></span>
3785 </div>
3786 </div> 3852 </div>
3787 <div class="prop-value"> 3853 <div class="prop-value">
3788 <p>The video id </p> 3854 <p>The video id or uuid</p>
3789 </div> 3855 </div>
3790 </div> 3856 </div>
3791 </section> 3857 </section>
@@ -3800,7 +3866,7 @@
3800 <div class="prop-title">204 No Content</div> 3866 <div class="prop-title">204 No Content</div>
3801 </div> 3867 </div>
3802 <div class="prop-value"> 3868 <div class="prop-value">
3803 <p>successful operation</p> 3869 <p>Successful operation</p>
3804 </div> 3870 </div>
3805 </div> 3871 </div>
3806 </section> 3872 </section>
@@ -3854,16 +3920,17 @@
3854 <section class="swagger-request-params"> 3920 <section class="swagger-request-params">
3855 <div class="prop-row prop-group"> 3921 <div class="prop-row prop-group">
3856 <div class="prop-name"> 3922 <div class="prop-name">
3857 <div class="prop-title">id</div> 3923 <div class="prop-title">id:
3924 <span class="prop-type">
3925 <span class="json-property-type">string</span>
3926 <span class="json-property-range" title="Value limits"></span>
3927 </span>
3928 </div>
3858 <span class="json-property-required"></span> 3929 <span class="json-property-required"></span>
3859 <div class="prop-subtitle"> in path </div> 3930 <div class="prop-subtitle"> in path </div>
3860 <div class="prop-subtitle">
3861 <span class="json-property-type">string</span>
3862 <span class="json-property-range" title="Value limits"></span>
3863 </div>
3864 </div> 3931 </div>
3865 <div class="prop-value"> 3932 <div class="prop-value">
3866 <p>The video id </p> 3933 <p>The video id or uuid</p>
3867 </div> 3934 </div>
3868 </div> 3935 </div>
3869 </section> 3936 </section>
@@ -3876,7 +3943,7 @@
3876 <div class="prop-row prop-group"> 3943 <div class="prop-row prop-group">
3877 <div class="prop-name"> 3944 <div class="prop-name">
3878 <div class="prop-title">200 OK</div> 3945 <div class="prop-title">200 OK</div>
3879 <div class="prop-ref"></div> 3946 <div class="prop-ref"> </div>
3880 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> --> 3947 <!-- <span class="swagger-global"></span> <span class="json-schema-reference"><a href=""></a></span> -->
3881 </div> 3948 </div>
3882 <div class="prop-value"> 3949 <div class="prop-value">
@@ -3927,16 +3994,17 @@
3927 <section class="swagger-request-params"> 3994 <section class="swagger-request-params">
3928 <div class="prop-row prop-group"> 3995 <div class="prop-row prop-group">
3929 <div class="prop-name"> 3996 <div class="prop-name">
3930 <div class="prop-title">id</div> 3997 <div class="prop-title">id:
3998 <span class="prop-type">
3999 <span class="json-property-type">string</span>
4000 <span class="json-property-range" title="Value limits"></span>
4001 </span>
4002 </div>
3931 <span class="json-property-required"></span> 4003 <span class="json-property-required"></span>
3932 <div class="prop-subtitle"> in path </div> 4004 <div class="prop-subtitle"> in path </div>
3933 <div class="prop-subtitle">
3934 <span class="json-property-type">string</span>
3935 <span class="json-property-range" title="Value limits"></span>
3936 </div>
3937 </div> 4005 </div>
3938 <div class="prop-value"> 4006 <div class="prop-value">
3939 <p>The video id </p> 4007 <p>The video id or uuid</p>
3940 </div> 4008 </div>
3941 </div> 4009 </div>
3942 </section> 4010 </section>
@@ -3951,7 +4019,7 @@
3951 <div class="prop-title">204 No Content</div> 4019 <div class="prop-title">204 No Content</div>
3952 </div> 4020 </div>
3953 <div class="prop-value"> 4021 <div class="prop-value">
3954 <p>successful operation</p> 4022 <p>Successful operation</p>
3955 </div> 4023 </div>
3956 </div> 4024 </div>
3957 </section> 4025 </section>
@@ -3983,13 +4051,14 @@
3983 <section class="swagger-request-params"> 4051 <section class="swagger-request-params">
3984 <div class="prop-row prop-group"> 4052 <div class="prop-row prop-group">
3985 <div class="prop-name"> 4053 <div class="prop-name">
3986 <div class="prop-title">videofile</div> 4054 <div class="prop-title">videofile:
4055 <span class="prop-type">
4056 <span class="json-property-type">file</span>
4057 <span class="json-property-range" title="Value limits"></span>
4058 </span>
4059 </div>
3987 <span class="json-property-required"></span> 4060 <span class="json-property-required"></span>
3988 <div class="prop-subtitle"> in formData </div> 4061 <div class="prop-subtitle"> in formData </div>
3989 <div class="prop-subtitle">
3990 <span class="json-property-type">file</span>
3991 <span class="json-property-range" title="Value limits"></span>
3992 </div>
3993 </div> 4062 </div>
3994 <div class="prop-value"> 4063 <div class="prop-value">
3995 <p>Video file</p> 4064 <p>Video file</p>
@@ -3997,66 +4066,70 @@
3997 </div> 4066 </div>
3998 <div class="prop-row prop-group"> 4067 <div class="prop-row prop-group">
3999 <div class="prop-name"> 4068 <div class="prop-name">
4000 <div class="prop-title">thumbnailfile</div> 4069 <div class="prop-title">channelId:
4070 <span class="prop-type">
4071 <span class="json-property-type">number</span>
4072 <span class="json-property-range" title="Value limits"></span>
4073 </span>
4074 </div>
4001 <span class="json-property-required"></span> 4075 <span class="json-property-required"></span>
4002 <div class="prop-subtitle"> in formData </div> 4076 <div class="prop-subtitle"> in formData </div>
4003 <div class="prop-subtitle">
4004 <span class="json-property-type">file</span>
4005 <span class="json-property-range" title="Value limits"></span>
4006 </div>
4007 </div> 4077 </div>
4008 <div class="prop-value"> 4078 <div class="prop-value">
4009 <p>Video thumbnail file</p> 4079 <p>Channel id that will contain this video</p>
4010 </div> 4080 </div>
4011 </div> 4081 </div>
4012 <div class="prop-row prop-group"> 4082 <div class="prop-row prop-group">
4013 <div class="prop-name"> 4083 <div class="prop-name">
4014 <div class="prop-title">previewfile</div> 4084 <div class="prop-title">thumbnailfile:
4015 <span class="json-property-required"></span> 4085 <span class="prop-type">
4016 <div class="prop-subtitle"> in formData </div> 4086 <span class="json-property-type">file</span>
4017 <div class="prop-subtitle"> 4087 <span class="json-property-range" title="Value limits"></span>
4018 <span class="json-property-type">file</span> 4088 </span>
4019 <span class="json-property-range" title="Value limits"></span>
4020 </div> 4089 </div>
4090 <div class="prop-subtitle"> in formData </div>
4021 </div> 4091 </div>
4022 <div class="prop-value"> 4092 <div class="prop-value">
4023 <p>Video preview file</p> 4093 <p>Video thumbnail file</p>
4024 </div> 4094 </div>
4025 </div> 4095 </div>
4026 <div class="prop-row prop-group"> 4096 <div class="prop-row prop-group">
4027 <div class="prop-name"> 4097 <div class="prop-name">
4028 <div class="prop-title">category</div> 4098 <div class="prop-title">previewfile:
4029 <div class="prop-subtitle"> in formData </div> 4099 <span class="prop-type">
4030 <div class="prop-subtitle"> 4100 <span class="json-property-type">file</span>
4031 <span class="json-property-type">number</span> 4101 <span class="json-property-range" title="Value limits"></span>
4032 <span class="json-property-range" title="Value limits"></span> 4102 </span>
4033 </div> 4103 </div>
4104 <div class="prop-subtitle"> in formData </div>
4034 </div> 4105 </div>
4035 <div class="prop-value"> 4106 <div class="prop-value">
4036 <p>Video category</p> 4107 <p>Video preview file</p>
4037 </div> 4108 </div>
4038 </div> 4109 </div>
4039 <div class="prop-row prop-group"> 4110 <div class="prop-row prop-group">
4040 <div class="prop-name"> 4111 <div class="prop-name">
4041 <div class="prop-title">waitTranscoding</div> 4112 <div class="prop-title">category:
4042 <div class="prop-subtitle"> in formData </div> 4113 <span class="prop-type">
4043 <div class="prop-subtitle"> 4114 <span class="json-property-type">number</span>
4044 <span class="json-property-type">boolean</span> 4115 <span class="json-property-range" title="Value limits"></span>
4045 <span class="json-property-range" title="Value limits"></span> 4116 </span>
4046 </div> 4117 </div>
4118 <div class="prop-subtitle"> in formData </div>
4047 </div> 4119 </div>
4048 <div class="prop-value"> 4120 <div class="prop-value">
4049 <p>Whether or not we wait transcoding before publish the video</p> 4121 <p>Video category</p>
4050 </div> 4122 </div>
4051 </div> 4123 </div>
4052 <div class="prop-row prop-group"> 4124 <div class="prop-row prop-group">
4053 <div class="prop-name"> 4125 <div class="prop-name">
4054 <div class="prop-title">licence</div> 4126 <div class="prop-title">licence:
4055 <div class="prop-subtitle"> in formData </div> 4127 <span class="prop-type">
4056 <div class="prop-subtitle"> 4128 <span class="json-property-type">number</span>
4057 <span class="json-property-type">number</span> 4129 <span class="json-property-range" title="Value limits"></span>
4058 <span class="json-property-range" title="Value limits"></span> 4130 </span>
4059 </div> 4131 </div>
4132 <div class="prop-subtitle"> in formData </div>
4060 </div> 4133 </div>
4061 <div class="prop-value"> 4134 <div class="prop-value">
4062 <p>Video licence</p> 4135 <p>Video licence</p>
@@ -4064,12 +4137,13 @@
4064 </div> 4137 </div>
4065 <div class="prop-row prop-group"> 4138 <div class="prop-row prop-group">
4066 <div class="prop-name"> 4139 <div class="prop-name">
4067 <div class="prop-title">language</div> 4140 <div class="prop-title">language:
4068 <div class="prop-subtitle"> in formData </div> 4141 <span class="prop-type">
4069 <div class="prop-subtitle"> 4142 <span class="json-property-type">string</span>
4070 <span class="json-property-type">string</span> 4143 <span class="json-property-range" title="Value limits"></span>
4071 <span class="json-property-range" title="Value limits"></span> 4144 </span>
4072 </div> 4145 </div>
4146 <div class="prop-subtitle"> in formData </div>
4073 </div> 4147 </div>
4074 <div class="prop-value"> 4148 <div class="prop-value">
4075 <p>Video language</p> 4149 <p>Video language</p>
@@ -4077,12 +4151,13 @@
4077 </div> 4151 </div>
4078 <div class="prop-row prop-group"> 4152 <div class="prop-row prop-group">
4079 <div class="prop-name"> 4153 <div class="prop-name">
4080 <div class="prop-title">description</div> 4154 <div class="prop-title">description:
4081 <div class="prop-subtitle"> in formData </div> 4155 <span class="prop-type">
4082 <div class="prop-subtitle"> 4156 <span class="json-property-type">string</span>
4083 <span class="json-property-type">string</span> 4157 <span class="json-property-range" title="Value limits"></span>
4084 <span class="json-property-range" title="Value limits"></span> 4158 </span>
4085 </div> 4159 </div>
4160 <div class="prop-subtitle"> in formData </div>
4086 </div> 4161 </div>
4087 <div class="prop-value"> 4162 <div class="prop-value">
4088 <p>Video description</p> 4163 <p>Video description</p>
@@ -4090,40 +4165,41 @@
4090 </div> 4165 </div>
4091 <div class="prop-row prop-group"> 4166 <div class="prop-row prop-group">
4092 <div class="prop-name"> 4167 <div class="prop-name">
4093 <div class="prop-title">support</div> 4168 <div class="prop-title">waitTranscoding:
4094 <div class="prop-subtitle"> in formData </div> 4169 <span class="prop-type">
4095 <div class="prop-subtitle"> 4170 <span class="json-property-type">boolean</span>
4096 <span class="json-property-type">string</span> 4171 <span class="json-property-range" title="Value limits"></span>
4097 <span class="json-property-range" title="Value limits"></span> 4172 </span>
4098 </div> 4173 </div>
4174 <div class="prop-subtitle"> in formData </div>
4099 </div> 4175 </div>
4100 <div class="prop-value"> 4176 <div class="prop-value">
4101 <p>Text describing how to support the video uploader</p> 4177 <p>Whether or not we wait transcoding before publish the video</p>
4102 </div> 4178 </div>
4103 </div> 4179 </div>
4104 <div class="prop-row prop-group"> 4180 <div class="prop-row prop-group">
4105 <div class="prop-name"> 4181 <div class="prop-name">
4106 <div class="prop-title">channelId</div> 4182 <div class="prop-title">support:
4107 <span class="json-property-required"></span> 4183 <span class="prop-type">
4108 <div class="prop-subtitle"> in formData </div> 4184 <span class="json-property-type">string</span>
4109 <div class="prop-subtitle"> 4185 <span class="json-property-range" title="Value limits"></span>
4110 <span class="json-property-type">number</span> 4186 </span>
4111 <span class="json-property-range" title="Value limits"></span>
4112 </div> 4187 </div>
4188 <div class="prop-subtitle"> in formData </div>
4113 </div> 4189 </div>
4114 <div class="prop-value"> 4190 <div class="prop-value">
4115 <p>Channel id that will contain this video</p> 4191 <p>Text describing how to support the video uploader</p>
4116 </div> 4192 </div>
4117 </div> 4193 </div>
4118 <div class="prop-row prop-group"> 4194 <div class="prop-row prop-group">
4119 <div class="prop-name"> 4195 <div class="prop-name">
4120 <div class="prop-title">nsfw</div> 4196 <div class="prop-title">nsfw:
4121 <span class="json-property-required"></span> 4197 <span class="prop-type">
4122 <div class="prop-subtitle"> in formData </div> 4198 <span class="json-property-type">boolean</span>
4123 <div class="prop-subtitle"> 4199 <span class="json-property-range" title="Value limits"></span>
4124 <span class="json-property-type">boolean</span> 4200 </span>
4125 <span class="json-property-range" title="Value limits"></span>
4126 </div> 4201 </div>
4202 <div class="prop-subtitle"> in formData </div>
4127 </div> 4203 </div>
4128 <div class="prop-value"> 4204 <div class="prop-value">
4129 <p>Whether or not this video contains sensitive content</p> 4205 <p>Whether or not this video contains sensitive content</p>
@@ -4131,13 +4207,13 @@
4131 </div> 4207 </div>
4132 <div class="prop-row prop-group"> 4208 <div class="prop-row prop-group">
4133 <div class="prop-name"> 4209 <div class="prop-name">
4134 <div class="prop-title">name</div> 4210 <div class="prop-title">name:
4135 <span class="json-property-required"></span> 4211 <span class="prop-type">
4136 <div class="prop-subtitle"> in formData </div> 4212 <span class="json-property-type">string</span>
4137 <div class="prop-subtitle"> 4213 <span class="json-property-range" title="Value limits"></span>
4138 <span class="json-property-type">string</span> 4214 </span>
4139 <span class="json-property-range" title="Value limits"></span>
4140 </div> 4215 </div>
4216 <div class="prop-subtitle"> in formData </div>
4141 </div> 4217 </div>
4142 <div class="prop-value"> 4218 <div class="prop-value">
4143 <p>Video name</p> 4219 <p>Video name</p>
@@ -4145,12 +4221,13 @@
4145 </div> 4221 </div>
4146 <div class="prop-row prop-group"> 4222 <div class="prop-row prop-group">
4147 <div class="prop-name"> 4223 <div class="prop-name">
4148 <div class="prop-title">tags</div> 4224 <div class="prop-title">tags:
4149 <div class="prop-subtitle"> in formData </div> 4225 <span class="prop-type">
4150 <div class="prop-subtitle"> 4226 <span class="json-property-type">string[]</span>
4151 <span class="json-property-type">string[]</span> 4227 <span class="json-property-range" title="Value limits"></span>
4152 <span class="json-property-range" title="Value limits"></span> 4228 </span>
4153 </div> 4229 </div>
4230 <div class="prop-subtitle"> in formData </div>
4154 </div> 4231 </div>
4155 <div class="prop-value"> 4232 <div class="prop-value">
4156 <p>Video tags</p> 4233 <p>Video tags</p>
@@ -4158,12 +4235,13 @@
4158 </div> 4235 </div>
4159 <div class="prop-row prop-group"> 4236 <div class="prop-row prop-group">
4160 <div class="prop-name"> 4237 <div class="prop-name">
4161 <div class="prop-title">commentsEnabled</div> 4238 <div class="prop-title">commentsEnabled:
4162 <div class="prop-subtitle"> in formData </div> 4239 <span class="prop-type">
4163 <div class="prop-subtitle"> 4240 <span class="json-property-type">boolean</span>
4164 <span class="json-property-type">boolean</span> 4241 <span class="json-property-range" title="Value limits"></span>
4165 <span class="json-property-range" title="Value limits"></span> 4242 </span>
4166 </div> 4243 </div>
4244 <div class="prop-subtitle"> in formData </div>
4167 </div> 4245 </div>
4168 <div class="prop-value"> 4246 <div class="prop-value">
4169 <p>Enable or disable comments for this video</p> 4247 <p>Enable or disable comments for this video</p>
@@ -4171,13 +4249,17 @@
4171 </div> 4249 </div>
4172 <div class="prop-row prop-group"> 4250 <div class="prop-row prop-group">
4173 <div class="prop-name"> 4251 <div class="prop-name">
4174 <div class="prop-title">privacy</div> 4252 <div class="prop-title">privacy:
4175 <span class="json-property-required"></span> 4253 <span class="prop-type">
4176 <div class="prop-subtitle"> in formData </div> 4254 <span class="json-property-type">string</span>
4177 <div class="prop-subtitle"> 4255 <span class="json-property-enum" title="Possible values">
4178 <span class="json-property-type">[object Object]</span> 4256 <span class="json-property-enum-item">Public</span>,
4179 <span class="json-property-range" title="Value limits"></span> 4257 <span class="json-property-enum-item">Unlisted</span>
4258 </span>
4259 <span class="json-property-range" title="Value limits"></span>
4260 </span>
4180 </div> 4261 </div>
4262 <div class="prop-subtitle"> in formData </div>
4181 </div> 4263 </div>
4182 <div class="prop-value"> 4264 <div class="prop-value">
4183 <p>Video privacy</p> 4265 <p>Video privacy</p>
@@ -4185,15 +4267,16 @@
4185 </div> 4267 </div>
4186 <div class="prop-row prop-group"> 4268 <div class="prop-row prop-group">
4187 <div class="prop-name"> 4269 <div class="prop-name">
4188 <div class="prop-title">scheduleUpdate</div> 4270 <div class="prop-title">scheduleUpdate:
4189 <div class="prop-subtitle"> in formData </div> 4271 <span class="prop-type">
4190 <div class="prop-subtitle"> 4272 <span class="json-property-type">object</span>
4191 <span class="json-property-type">[object Object]</span> 4273 <span class="json-property-range" title="Value limits"></span>
4192 <span class="json-property-range" title="Value limits"></span> 4274 </span>
4193 </div> 4275 </div>
4276 <div class="prop-subtitle"> in formData </div>
4194 </div> 4277 </div>
4195 <div class="prop-value"> 4278 <div class="prop-value">
4196 <p class="no-description">(no description)</p> 4279 <p>Schedule an update at a specific datetime</p>
4197 </div> 4280 </div>
4198 </div> 4281 </div>
4199 </section> 4282 </section>
@@ -4282,41 +4365,44 @@
4282 <section class="swagger-request-params"> 4365 <section class="swagger-request-params">
4283 <div class="prop-row prop-group"> 4366 <div class="prop-row prop-group">
4284 <div class="prop-name"> 4367 <div class="prop-name">
4285 <div class="prop-title">start</div> 4368 <div class="prop-title">start:
4286 <div class="prop-subtitle"> in query </div> 4369 <span class="prop-type">
4287 <div class="prop-subtitle"> 4370 <span class="json-property-type">number</span>
4288 <span class="json-property-type">number</span> 4371 <span class="json-property-range" title="Value limits"></span>
4289 <span class="json-property-range" title="Value limits"></span> 4372 </span>
4290 </div> 4373 </div>
4374 <div class="prop-subtitle"> in query </div>
4291 </div> 4375 </div>
4292 <div class="prop-value"> 4376 <div class="prop-value">
4293 <p>starting page</p> 4377 <p>Offset</p>
4294 </div> 4378 </div>
4295 </div> 4379 </div>
4296 <div class="prop-row prop-group"> 4380 <div class="prop-row prop-group">
4297 <div class="prop-name"> 4381 <div class="prop-name">
4298 <div class="prop-title">stop</div> 4382 <div class="prop-title">count:
4299 <div class="prop-subtitle"> in query </div> 4383 <span class="prop-type">
4300 <div class="prop-subtitle"> 4384 <span class="json-property-type">number</span>
4301 <span class="json-property-type">number</span> 4385 <span class="json-property-range" title="Value limits"></span>
4302 <span class="json-property-range" title="Value limits"></span> 4386 </span>
4303 </div> 4387 </div>
4388 <div class="prop-subtitle"> in query </div>
4304 </div> 4389 </div>
4305 <div class="prop-value"> 4390 <div class="prop-value">
4306 <p>stopping page</p> 4391 <p>Number of items</p>
4307 </div> 4392 </div>
4308 </div> 4393 </div>
4309 <div class="prop-row prop-group"> 4394 <div class="prop-row prop-group">
4310 <div class="prop-name"> 4395 <div class="prop-name">
4311 <div class="prop-title">sort</div> 4396 <div class="prop-title">sort:
4312 <div class="prop-subtitle"> in query </div> 4397 <span class="prop-type">
4313 <div class="prop-subtitle"> 4398 <span class="json-property-type">string</span>
4314 <span class="json-property-type">number</span> 4399 <span class="json-property-range" title="Value limits"></span>
4315 <span class="json-property-range" title="Value limits"></span> 4400 </span>
4316 </div> 4401 </div>
4402 <div class="prop-subtitle"> in query </div>
4317 </div> 4403 </div>
4318 <div class="prop-value"> 4404 <div class="prop-value">
4319 <p>sorting</p> 4405 <p>Sort column (-createdAt for example)</p>
4320 </div> 4406 </div>
4321 </div> 4407 </div>
4322 </section> 4408 </section>
@@ -4439,16 +4525,17 @@
4439 <section class="swagger-request-params"> 4525 <section class="swagger-request-params">
4440 <div class="prop-row prop-group"> 4526 <div class="prop-row prop-group">
4441 <div class="prop-name"> 4527 <div class="prop-name">
4442 <div class="prop-title">id</div> 4528 <div class="prop-title">id:
4529 <span class="prop-type">
4530 <span class="json-property-type">string</span>
4531 <span class="json-property-range" title="Value limits"></span>
4532 </span>
4533 </div>
4443 <span class="json-property-required"></span> 4534 <span class="json-property-required"></span>
4444 <div class="prop-subtitle"> in path </div> 4535 <div class="prop-subtitle"> in path </div>
4445 <div class="prop-subtitle">
4446 <span class="json-property-type">string</span>
4447 <span class="json-property-range" title="Value limits"></span>
4448 </div>
4449 </div> 4536 </div>
4450 <div class="prop-value"> 4537 <div class="prop-value">
4451 <p>The video id </p> 4538 <p>The video id or uuid</p>
4452 </div> 4539 </div>
4453 </div> 4540 </div>
4454 </section> 4541 </section>
@@ -4463,7 +4550,7 @@
4463 <div class="prop-title">204 No Content</div> 4550 <div class="prop-title">204 No Content</div>
4464 </div> 4551 </div>
4465 <div class="prop-value"> 4552 <div class="prop-value">
4466 <p>successful operation</p> 4553 <p>Successful operation</p>
4467 </div> 4554 </div>
4468 </div> 4555 </div>
4469 </section> 4556 </section>
@@ -4498,7 +4585,7 @@
4498 </div> 4585 </div>
4499 </div> 4586 </div>
4500 <h1 id="tag-VideoBlacklist" class="swagger-summary-tag" data-traverse-target="tag-VideoBlacklist">VideoBlacklist</h1> 4587 <h1 id="tag-VideoBlacklist" class="swagger-summary-tag" data-traverse-target="tag-VideoBlacklist">VideoBlacklist</h1>
4501 <div id="operation--videos--videoId--blacklist-post" class="operation panel" data-traverse-target="operation--videos--videoId--blacklist-post"> 4588 <div id="operation--videos--id--blacklist-post" class="operation panel" data-traverse-target="operation--videos--id--blacklist-post">
4502 <!-- <section class="operation-tags row"> --> 4589 <!-- <section class="operation-tags row"> -->
4503 <!-- <div class="doc-copy"> --> 4590 <!-- <div class="doc-copy"> -->
4504 <div class="operation-tags"> 4591 <div class="operation-tags">
@@ -4510,7 +4597,7 @@
4510 <h2 class="operation-title"> 4597 <h2 class="operation-title">
4511 <span class="operation-name"> 4598 <span class="operation-name">
4512 <span class="operation-name">POST</span> 4599 <span class="operation-name">POST</span>
4513 <span class="operation-path">/videos/{videoId}/blacklist</span> 4600 <span class="operation-path">/videos/{id}/blacklist</span>
4514 </span> 4601 </span>
4515 </h2> 4602 </h2>
4516 <div class="doc-row"> 4603 <div class="doc-row">
@@ -4518,16 +4605,17 @@
4518 <section class="swagger-request-params"> 4605 <section class="swagger-request-params">
4519 <div class="prop-row prop-group"> 4606 <div class="prop-row prop-group">
4520 <div class="prop-name"> 4607 <div class="prop-name">
4521 <div class="prop-title">videoId</div> 4608 <div class="prop-title">id:
4609 <span class="prop-type">
4610 <span class="json-property-type">string</span>
4611 <span class="json-property-range" title="Value limits"></span>
4612 </span>
4613 </div>
4522 <span class="json-property-required"></span> 4614 <span class="json-property-required"></span>
4523 <div class="prop-subtitle"> in path </div> 4615 <div class="prop-subtitle"> in path </div>
4524 <div class="prop-subtitle">
4525 <span class="json-property-type">string</span>
4526 <span class="json-property-range" title="Value limits"></span>
4527 </div>
4528 </div> 4616 </div>
4529 <div class="prop-value"> 4617 <div class="prop-value">
4530 <p>The video id </p> 4618 <p>The video id or uuid</p>
4531 </div> 4619 </div>
4532 </div> 4620 </div>
4533 </section> 4621 </section>
@@ -4542,7 +4630,7 @@
4542 <div class="prop-title">204 No Content</div> 4630 <div class="prop-title">204 No Content</div>
4543 </div> 4631 </div>
4544 <div class="prop-value"> 4632 <div class="prop-value">
4545 <p>successful operation</p> 4633 <p>Successful operation</p>
4546 </div> 4634 </div>
4547 </div> 4635 </div>
4548 </section> 4636 </section>
@@ -4576,7 +4664,7 @@
4576 </div> 4664 </div>
4577 </div> 4665 </div>
4578 </div> 4666 </div>
4579 <div id="operation--videos--videoId--blacklist-delete" class="operation panel" data-traverse-target="operation--videos--videoId--blacklist-delete"> 4667 <div id="operation--videos--id--blacklist-delete" class="operation panel" data-traverse-target="operation--videos--id--blacklist-delete">
4580 <!-- <section class="operation-tags row"> --> 4668 <!-- <section class="operation-tags row"> -->
4581 <!-- <div class="doc-copy"> --> 4669 <!-- <div class="doc-copy"> -->
4582 <div class="operation-tags"> 4670 <div class="operation-tags">
@@ -4588,7 +4676,7 @@
4588 <h2 class="operation-title"> 4676 <h2 class="operation-title">
4589 <span class="operation-name"> 4677 <span class="operation-name">
4590 <span class="operation-name">DELETE</span> 4678 <span class="operation-name">DELETE</span>
4591 <span class="operation-path">/videos/{videoId}/blacklist</span> 4679 <span class="operation-path">/videos/{id}/blacklist</span>
4592 </span> 4680 </span>
4593 </h2> 4681 </h2>
4594 <div class="doc-row"> 4682 <div class="doc-row">
@@ -4596,16 +4684,17 @@
4596 <section class="swagger-request-params"> 4684 <section class="swagger-request-params">
4597 <div class="prop-row prop-group"> 4685 <div class="prop-row prop-group">
4598 <div class="prop-name"> 4686 <div class="prop-name">
4599 <div class="prop-title">videoId</div> 4687 <div class="prop-title">id:
4688 <span class="prop-type">
4689 <span class="json-property-type">string</span>
4690 <span class="json-property-range" title="Value limits"></span>
4691 </span>
4692 </div>
4600 <span class="json-property-required"></span> 4693 <span class="json-property-required"></span>
4601 <div class="prop-subtitle"> in path </div> 4694 <div class="prop-subtitle"> in path </div>
4602 <div class="prop-subtitle">
4603 <span class="json-property-type">string</span>
4604 <span class="json-property-range" title="Value limits"></span>
4605 </div>
4606 </div> 4695 </div>
4607 <div class="prop-value"> 4696 <div class="prop-value">
4608 <p>The video id </p> 4697 <p>The video id or uuid</p>
4609 </div> 4698 </div>
4610 </div> 4699 </div>
4611 </section> 4700 </section>
@@ -4620,7 +4709,7 @@
4620 <div class="prop-title">204 No Content</div> 4709 <div class="prop-title">204 No Content</div>
4621 </div> 4710 </div>
4622 <div class="prop-value"> 4711 <div class="prop-value">
4623 <p>successful operation</p> 4712 <p>Successful operation</p>
4624 </div> 4713 </div>
4625 </div> 4714 </div>
4626 </section> 4715 </section>
@@ -4674,41 +4763,44 @@
4674 <section class="swagger-request-params"> 4763 <section class="swagger-request-params">
4675 <div class="prop-row prop-group"> 4764 <div class="prop-row prop-group">
4676 <div class="prop-name"> 4765 <div class="prop-name">
4677 <div class="prop-title">start</div> 4766 <div class="prop-title">start:
4678 <div class="prop-subtitle"> in query </div> 4767 <span class="prop-type">
4679 <div class="prop-subtitle"> 4768 <span class="json-property-type">number</span>
4680 <span class="json-property-type">number</span> 4769 <span class="json-property-range" title="Value limits"></span>
4681 <span class="json-property-range" title="Value limits"></span> 4770 </span>
4682 </div> 4771 </div>
4772 <div class="prop-subtitle"> in query </div>
4683 </div> 4773 </div>
4684 <div class="prop-value"> 4774 <div class="prop-value">
4685 <p>starting page</p> 4775 <p>Offset</p>
4686 </div> 4776 </div>
4687 </div> 4777 </div>
4688 <div class="prop-row prop-group"> 4778 <div class="prop-row prop-group">
4689 <div class="prop-name"> 4779 <div class="prop-name">
4690 <div class="prop-title">stop</div> 4780 <div class="prop-title">count:
4691 <div class="prop-subtitle"> in query </div> 4781 <span class="prop-type">
4692 <div class="prop-subtitle"> 4782 <span class="json-property-type">number</span>
4693 <span class="json-property-type">number</span> 4783 <span class="json-property-range" title="Value limits"></span>
4694 <span class="json-property-range" title="Value limits"></span> 4784 </span>
4695 </div> 4785 </div>
4786 <div class="prop-subtitle"> in query </div>
4696 </div> 4787 </div>
4697 <div class="prop-value"> 4788 <div class="prop-value">
4698 <p>stopping page</p> 4789 <p>Number of items</p>
4699 </div> 4790 </div>
4700 </div> 4791 </div>
4701 <div class="prop-row prop-group"> 4792 <div class="prop-row prop-group">
4702 <div class="prop-name"> 4793 <div class="prop-name">
4703 <div class="prop-title">sort</div> 4794 <div class="prop-title">sort:
4704 <div class="prop-subtitle"> in query </div> 4795 <span class="prop-type">
4705 <div class="prop-subtitle"> 4796 <span class="json-property-type">string</span>
4706 <span class="json-property-type">number</span> 4797 <span class="json-property-range" title="Value limits"></span>
4707 <span class="json-property-range" title="Value limits"></span> 4798 </span>
4708 </div> 4799 </div>
4800 <div class="prop-subtitle"> in query </div>
4709 </div> 4801 </div>
4710 <div class="prop-value"> 4802 <div class="prop-value">
4711 <p>sorting</p> 4803 <p>Sort column (-createdAt for example)</p>
4712 </div> 4804 </div>
4713 </div> 4805 </div>
4714 </section> 4806 </section>
@@ -4818,41 +4910,44 @@
4818 <section class="swagger-request-params"> 4910 <section class="swagger-request-params">
4819 <div class="prop-row prop-group"> 4911 <div class="prop-row prop-group">
4820 <div class="prop-name"> 4912 <div class="prop-name">
4821 <div class="prop-title">start</div> 4913 <div class="prop-title">start:
4822 <div class="prop-subtitle"> in query </div> 4914 <span class="prop-type">
4823 <div class="prop-subtitle"> 4915 <span class="json-property-type">number</span>
4824 <span class="json-property-type">number</span> 4916 <span class="json-property-range" title="Value limits"></span>
4825 <span class="json-property-range" title="Value limits"></span> 4917 </span>
4826 </div> 4918 </div>
4919 <div class="prop-subtitle"> in query </div>
4827 </div> 4920 </div>
4828 <div class="prop-value"> 4921 <div class="prop-value">
4829 <p>starting page</p> 4922 <p>Offset</p>
4830 </div> 4923 </div>
4831 </div> 4924 </div>
4832 <div class="prop-row prop-group"> 4925 <div class="prop-row prop-group">
4833 <div class="prop-name"> 4926 <div class="prop-name">
4834 <div class="prop-title">stop</div> 4927 <div class="prop-title">count:
4835 <div class="prop-subtitle"> in query </div> 4928 <span class="prop-type">
4836 <div class="prop-subtitle"> 4929 <span class="json-property-type">number</span>
4837 <span class="json-property-type">number</span> 4930 <span class="json-property-range" title="Value limits"></span>
4838 <span class="json-property-range" title="Value limits"></span> 4931 </span>
4839 </div> 4932 </div>
4933 <div class="prop-subtitle"> in query </div>
4840 </div> 4934 </div>
4841 <div class="prop-value"> 4935 <div class="prop-value">
4842 <p>stopping page</p> 4936 <p>Number of items</p>
4843 </div> 4937 </div>
4844 </div> 4938 </div>
4845 <div class="prop-row prop-group"> 4939 <div class="prop-row prop-group">
4846 <div class="prop-name"> 4940 <div class="prop-name">
4847 <div class="prop-title">sort</div> 4941 <div class="prop-title">sort:
4848 <div class="prop-subtitle"> in query </div> 4942 <span class="prop-type">
4849 <div class="prop-subtitle"> 4943 <span class="json-property-type">string</span>
4850 <span class="json-property-type">number</span> 4944 <span class="json-property-range" title="Value limits"></span>
4851 <span class="json-property-range" title="Value limits"></span> 4945 </span>
4852 </div> 4946 </div>
4947 <div class="prop-subtitle"> in query </div>
4853 </div> 4948 </div>
4854 <div class="prop-value"> 4949 <div class="prop-value">
4855 <p>sorting</p> 4950 <p>Sort column (-createdAt for example)</p>
4856 </div> 4951 </div>
4857 </div> 4952 </div>
4858 </section> 4953 </section>
@@ -4971,7 +5066,7 @@
4971 <div class="prop-title">204 No Content</div> 5066 <div class="prop-title">204 No Content</div>
4972 </div> 5067 </div>
4973 <div class="prop-value"> 5068 <div class="prop-value">
4974 <p>successful operation</p> 5069 <p>Successful operation</p>
4975 </div> 5070 </div>
4976 </div> 5071 </div>
4977 </section> 5072 </section>
@@ -5025,16 +5120,17 @@
5025 <section class="swagger-request-params"> 5120 <section class="swagger-request-params">
5026 <div class="prop-row prop-group"> 5121 <div class="prop-row prop-group">
5027 <div class="prop-name"> 5122 <div class="prop-name">
5028 <div class="prop-title">id</div> 5123 <div class="prop-title">id:
5124 <span class="prop-type">
5125 <span class="json-property-type">string</span>
5126 <span class="json-property-range" title="Value limits"></span>
5127 </span>
5128 </div>
5029 <span class="json-property-required"></span> 5129 <span class="json-property-required"></span>
5030 <div class="prop-subtitle"> in path </div> 5130 <div class="prop-subtitle"> in path </div>
5031 <div class="prop-subtitle">
5032 <span class="json-property-type">string</span>
5033 <span class="json-property-range" title="Value limits"></span>
5034 </div>
5035 </div> 5131 </div>
5036 <div class="prop-value"> 5132 <div class="prop-value">
5037 <p>The video channel id </p> 5133 <p>The video channel id or uuid</p>
5038 </div> 5134 </div>
5039 </div> 5135 </div>
5040 </section> 5136 </section>
@@ -5119,16 +5215,17 @@
5119 <section class="swagger-request-params"> 5215 <section class="swagger-request-params">
5120 <div class="prop-row prop-group"> 5216 <div class="prop-row prop-group">
5121 <div class="prop-name"> 5217 <div class="prop-name">
5122 <div class="prop-title">id</div> 5218 <div class="prop-title">id:
5219 <span class="prop-type">
5220 <span class="json-property-type">string</span>
5221 <span class="json-property-range" title="Value limits"></span>
5222 </span>
5223 </div>
5123 <span class="json-property-required"></span> 5224 <span class="json-property-required"></span>
5124 <div class="prop-subtitle"> in path </div> 5225 <div class="prop-subtitle"> in path </div>
5125 <div class="prop-subtitle">
5126 <span class="json-property-type">string</span>
5127 <span class="json-property-range" title="Value limits"></span>
5128 </div>
5129 </div> 5226 </div>
5130 <div class="prop-value"> 5227 <div class="prop-value">
5131 <p>The video channel id </p> 5228 <p>The video channel id or uuid</p>
5132 </div> 5229 </div>
5133 </div> 5230 </div>
5134 </section> 5231 </section>
@@ -5156,7 +5253,7 @@
5156 <div class="prop-title">204 No Content</div> 5253 <div class="prop-title">204 No Content</div>
5157 </div> 5254 </div>
5158 <div class="prop-value"> 5255 <div class="prop-value">
5159 <p>successful operation</p> 5256 <p>Successful operation</p>
5160 </div> 5257 </div>
5161 </div> 5258 </div>
5162 </section> 5259 </section>
@@ -5210,16 +5307,17 @@
5210 <section class="swagger-request-params"> 5307 <section class="swagger-request-params">
5211 <div class="prop-row prop-group"> 5308 <div class="prop-row prop-group">
5212 <div class="prop-name"> 5309 <div class="prop-name">
5213 <div class="prop-title">id</div> 5310 <div class="prop-title">id:
5311 <span class="prop-type">
5312 <span class="json-property-type">string</span>
5313 <span class="json-property-range" title="Value limits"></span>
5314 </span>
5315 </div>
5214 <span class="json-property-required"></span> 5316 <span class="json-property-required"></span>
5215 <div class="prop-subtitle"> in path </div> 5317 <div class="prop-subtitle"> in path </div>
5216 <div class="prop-subtitle">
5217 <span class="json-property-type">string</span>
5218 <span class="json-property-range" title="Value limits"></span>
5219 </div>
5220 </div> 5318 </div>
5221 <div class="prop-value"> 5319 <div class="prop-value">
5222 <p>The video channel id </p> 5320 <p>The video channel id or uuid</p>
5223 </div> 5321 </div>
5224 </div> 5322 </div>
5225 </section> 5323 </section>
@@ -5234,7 +5332,7 @@
5234 <div class="prop-title">204 No Content</div> 5332 <div class="prop-title">204 No Content</div>
5235 </div> 5333 </div>
5236 <div class="prop-value"> 5334 <div class="prop-value">
5237 <p>successful operation</p> 5335 <p>Successful operation</p>
5238 </div> 5336 </div>
5239 </div> 5337 </div>
5240 </section> 5338 </section>
@@ -5288,16 +5386,17 @@
5288 <section class="swagger-request-params"> 5386 <section class="swagger-request-params">
5289 <div class="prop-row prop-group"> 5387 <div class="prop-row prop-group">
5290 <div class="prop-name"> 5388 <div class="prop-name">
5291 <div class="prop-title">id</div> 5389 <div class="prop-title">id:
5390 <span class="prop-type">
5391 <span class="json-property-type">string</span>
5392 <span class="json-property-range" title="Value limits"></span>
5393 </span>
5394 </div>
5292 <span class="json-property-required"></span> 5395 <span class="json-property-required"></span>
5293 <div class="prop-subtitle"> in path </div> 5396 <div class="prop-subtitle"> in path </div>
5294 <div class="prop-subtitle">
5295 <span class="json-property-type">string</span>
5296 <span class="json-property-range" title="Value limits"></span>
5297 </div>
5298 </div> 5397 </div>
5299 <div class="prop-value"> 5398 <div class="prop-value">
5300 <p>The video channel id </p> 5399 <p>The video channel id or uuid</p>
5301 </div> 5400 </div>
5302 </div> 5401 </div>
5303 </section> 5402 </section>
@@ -5399,13 +5498,14 @@
5399 <section class="swagger-request-params"> 5498 <section class="swagger-request-params">
5400 <div class="prop-row prop-group"> 5499 <div class="prop-row prop-group">
5401 <div class="prop-name"> 5500 <div class="prop-name">
5402 <div class="prop-title">name</div> 5501 <div class="prop-title">name:
5502 <span class="prop-type">
5503 <span class="json-property-type">string</span>
5504 <span class="json-property-range" title="Value limits"></span>
5505 </span>
5506 </div>
5403 <span class="json-property-required"></span> 5507 <span class="json-property-required"></span>
5404 <div class="prop-subtitle"> in path </div> 5508 <div class="prop-subtitle"> in path </div>
5405 <div class="prop-subtitle">
5406 <span class="json-property-type">string</span>
5407 <span class="json-property-range" title="Value limits"></span>
5408 </div>
5409 </div> 5509 </div>
5410 <div class="prop-value"> 5510 <div class="prop-value">
5411 <p>The name of the account (chocobozzz or 5511 <p>The name of the account (chocobozzz or
@@ -5472,7 +5572,7 @@
5472 </div> 5572 </div>
5473 </div> 5573 </div>
5474 <h1 id="tag-VideoComment" class="swagger-summary-tag" data-traverse-target="tag-VideoComment">VideoComment</h1> 5574 <h1 id="tag-VideoComment" class="swagger-summary-tag" data-traverse-target="tag-VideoComment">VideoComment</h1>
5475 <div id="operation--videos--videoId--comment-threads-get" class="operation panel" data-traverse-target="operation--videos--videoId--comment-threads-get"> 5575 <div id="operation--videos--id--comment-threads-get" class="operation panel" data-traverse-target="operation--videos--id--comment-threads-get">
5476 <!-- <section class="operation-tags row"> --> 5576 <!-- <section class="operation-tags row"> -->
5477 <!-- <div class="doc-copy"> --> 5577 <!-- <div class="doc-copy"> -->
5478 <div class="operation-tags"> 5578 <div class="operation-tags">
@@ -5484,7 +5584,7 @@
5484 <h2 class="operation-title"> 5584 <h2 class="operation-title">
5485 <span class="operation-name"> 5585 <span class="operation-name">
5486 <span class="operation-name">GET</span> 5586 <span class="operation-name">GET</span>
5487 <span class="operation-path">/videos/{videoId}/comment-threads</span> 5587 <span class="operation-path">/videos/{id}/comment-threads</span>
5488 </span> 5588 </span>
5489 </h2> 5589 </h2>
5490 <div class="doc-row"> 5590 <div class="doc-row">
@@ -5492,55 +5592,59 @@
5492 <section class="swagger-request-params"> 5592 <section class="swagger-request-params">
5493 <div class="prop-row prop-group"> 5593 <div class="prop-row prop-group">
5494 <div class="prop-name"> 5594 <div class="prop-name">
5495 <div class="prop-title">videoId</div> 5595 <div class="prop-title">id:
5596 <span class="prop-type">
5597 <span class="json-property-type">string</span>
5598 <span class="json-property-range" title="Value limits"></span>
5599 </span>
5600 </div>
5496 <span class="json-property-required"></span> 5601 <span class="json-property-required"></span>
5497 <div class="prop-subtitle"> in path </div> 5602 <div class="prop-subtitle"> in path </div>
5498 <div class="prop-subtitle">
5499 <span class="json-property-type">string</span>
5500 <span class="json-property-range" title="Value limits"></span>
5501 </div>
5502 </div> 5603 </div>
5503 <div class="prop-value"> 5604 <div class="prop-value">
5504 <p>The video id </p> 5605 <p>The video id or uuid</p>
5505 </div> 5606 </div>
5506 </div> 5607 </div>
5507 <div class="prop-row prop-group"> 5608 <div class="prop-row prop-group">
5508 <div class="prop-name"> 5609 <div class="prop-name">
5509 <div class="prop-title">start</div> 5610 <div class="prop-title">start:
5510 <div class="prop-subtitle"> in query </div> 5611 <span class="prop-type">
5511 <div class="prop-subtitle"> 5612 <span class="json-property-type">number</span>
5512 <span class="json-property-type">number</span> 5613 <span class="json-property-range" title="Value limits"></span>
5513 <span class="json-property-range" title="Value limits"></span> 5614 </span>
5514 </div> 5615 </div>
5616 <div class="prop-subtitle"> in query </div>
5515 </div> 5617 </div>
5516 <div class="prop-value"> 5618 <div class="prop-value">
5517 <p>starting page</p> 5619 <p>Offset</p>
5518 </div> 5620 </div>
5519 </div> 5621 </div>
5520 <div class="prop-row prop-group"> 5622 <div class="prop-row prop-group">
5521 <div class="prop-name"> 5623 <div class="prop-name">
5522 <div class="prop-title">stop</div> 5624 <div class="prop-title">count:
5523 <div class="prop-subtitle"> in query </div> 5625 <span class="prop-type">
5524 <div class="prop-subtitle"> 5626 <span class="json-property-type">number</span>
5525 <span class="json-property-type">number</span> 5627 <span class="json-property-range" title="Value limits"></span>
5526 <span class="json-property-range" title="Value limits"></span> 5628 </span>
5527 </div> 5629 </div>
5630 <div class="prop-subtitle"> in query </div>
5528 </div> 5631 </div>
5529 <div class="prop-value"> 5632 <div class="prop-value">
5530 <p>stopping page</p> 5633 <p>Number of items</p>
5531 </div> 5634 </div>
5532 </div> 5635 </div>
5533 <div class="prop-row prop-group"> 5636 <div class="prop-row prop-group">
5534 <div class="prop-name"> 5637 <div class="prop-name">
5535 <div class="prop-title">sort</div> 5638 <div class="prop-title">sort:
5536 <div class="prop-subtitle"> in query </div> 5639 <span class="prop-type">
5537 <div class="prop-subtitle"> 5640 <span class="json-property-type">string</span>
5538 <span class="json-property-type">number</span> 5641 <span class="json-property-range" title="Value limits"></span>
5539 <span class="json-property-range" title="Value limits"></span> 5642 </span>
5540 </div> 5643 </div>
5644 <div class="prop-subtitle"> in query </div>
5541 </div> 5645 </div>
5542 <div class="prop-value"> 5646 <div class="prop-value">
5543 <p>sorting</p> 5647 <p>Sort column (-createdAt for example)</p>
5544 </div> 5648 </div>
5545 </div> 5649 </div>
5546 </section> 5650 </section>
@@ -5613,7 +5717,7 @@
5613 </div> 5717 </div>
5614 </div> 5718 </div>
5615 </div> 5719 </div>
5616 <div id="operation--videos--videoId--comment-threads-post" class="operation panel" data-traverse-target="operation--videos--videoId--comment-threads-post"> 5720 <div id="operation--videos--id--comment-threads-post" class="operation panel" data-traverse-target="operation--videos--id--comment-threads-post">
5617 <!-- <section class="operation-tags row"> --> 5721 <!-- <section class="operation-tags row"> -->
5618 <!-- <div class="doc-copy"> --> 5722 <!-- <div class="doc-copy"> -->
5619 <div class="operation-tags"> 5723 <div class="operation-tags">
@@ -5625,7 +5729,7 @@
5625 <h2 class="operation-title"> 5729 <h2 class="operation-title">
5626 <span class="operation-name"> 5730 <span class="operation-name">
5627 <span class="operation-name">POST</span> 5731 <span class="operation-name">POST</span>
5628 <span class="operation-path">/videos/{videoId}/comment-threads</span> 5732 <span class="operation-path">/videos/{id}/comment-threads</span>
5629 </span> 5733 </span>
5630 </h2> 5734 </h2>
5631 <div class="doc-row"> 5735 <div class="doc-row">
@@ -5633,16 +5737,17 @@
5633 <section class="swagger-request-params"> 5737 <section class="swagger-request-params">
5634 <div class="prop-row prop-group"> 5738 <div class="prop-row prop-group">
5635 <div class="prop-name"> 5739 <div class="prop-name">
5636 <div class="prop-title">videoId</div> 5740 <div class="prop-title">id:
5741 <span class="prop-type">
5742 <span class="json-property-type">string</span>
5743 <span class="json-property-range" title="Value limits"></span>
5744 </span>
5745 </div>
5637 <span class="json-property-required"></span> 5746 <span class="json-property-required"></span>
5638 <div class="prop-subtitle"> in path </div> 5747 <div class="prop-subtitle"> in path </div>
5639 <div class="prop-subtitle">
5640 <span class="json-property-type">string</span>
5641 <span class="json-property-range" title="Value limits"></span>
5642 </div>
5643 </div> 5748 </div>
5644 <div class="prop-value"> 5749 <div class="prop-value">
5645 <p>The video id </p> 5750 <p>The video id or uuid</p>
5646 </div> 5751 </div>
5647 </div> 5752 </div>
5648 </section> 5753 </section>
@@ -5734,7 +5839,7 @@
5734 </div> 5839 </div>
5735 </div> 5840 </div>
5736 </div> 5841 </div>
5737 <div id="operation--videos--videoId--comment-threads--threadId--get" class="operation panel" data-traverse-target="operation--videos--videoId--comment-threads--threadId--get"> 5842 <div id="operation--videos--id--comment-threads--threadId--get" class="operation panel" data-traverse-target="operation--videos--id--comment-threads--threadId--get">
5738 <!-- <section class="operation-tags row"> --> 5843 <!-- <section class="operation-tags row"> -->
5739 <!-- <div class="doc-copy"> --> 5844 <!-- <div class="doc-copy"> -->
5740 <div class="operation-tags"> 5845 <div class="operation-tags">
@@ -5746,7 +5851,7 @@
5746 <h2 class="operation-title"> 5851 <h2 class="operation-title">
5747 <span class="operation-name"> 5852 <span class="operation-name">
5748 <span class="operation-name">GET</span> 5853 <span class="operation-name">GET</span>
5749 <span class="operation-path">/videos/{videoId}/comment-threads/{threadId}</span> 5854 <span class="operation-path">/videos/{id}/comment-threads/{threadId}</span>
5750 </span> 5855 </span>
5751 </h2> 5856 </h2>
5752 <div class="doc-row"> 5857 <div class="doc-row">
@@ -5754,30 +5859,32 @@
5754 <section class="swagger-request-params"> 5859 <section class="swagger-request-params">
5755 <div class="prop-row prop-group"> 5860 <div class="prop-row prop-group">
5756 <div class="prop-name"> 5861 <div class="prop-name">
5757 <div class="prop-title">videoId</div> 5862 <div class="prop-title">id:
5863 <span class="prop-type">
5864 <span class="json-property-type">string</span>
5865 <span class="json-property-range" title="Value limits"></span>
5866 </span>
5867 </div>
5758 <span class="json-property-required"></span> 5868 <span class="json-property-required"></span>
5759 <div class="prop-subtitle"> in path </div> 5869 <div class="prop-subtitle"> in path </div>
5760 <div class="prop-subtitle">
5761 <span class="json-property-type">string</span>
5762 <span class="json-property-range" title="Value limits"></span>
5763 </div>
5764 </div> 5870 </div>
5765 <div class="prop-value"> 5871 <div class="prop-value">
5766 <p>The video id </p> 5872 <p>The video id or uuid</p>
5767 </div> 5873 </div>
5768 </div> 5874 </div>
5769 <div class="prop-row prop-group"> 5875 <div class="prop-row prop-group">
5770 <div class="prop-name"> 5876 <div class="prop-name">
5771 <div class="prop-title">threadId</div> 5877 <div class="prop-title">threadId:
5878 <span class="prop-type">
5879 <span class="json-property-type">number</span>
5880 <span class="json-property-range" title="Value limits"></span>
5881 </span>
5882 </div>
5772 <span class="json-property-required"></span> 5883 <span class="json-property-required"></span>
5773 <div class="prop-subtitle"> in path </div> 5884 <div class="prop-subtitle"> in path </div>
5774 <div class="prop-subtitle">
5775 <span class="json-property-type">string</span>
5776 <span class="json-property-range" title="Value limits"></span>
5777 </div>
5778 </div> 5885 </div>
5779 <div class="prop-value"> 5886 <div class="prop-value">
5780 <p>The thread id </p> 5887 <p>The thread id (root comment id)</p>
5781 </div> 5888 </div>
5782 </div> 5889 </div>
5783 </section> 5890 </section>
@@ -5910,7 +6017,7 @@
5910 </div> 6017 </div>
5911 </div> 6018 </div>
5912 </div> 6019 </div>
5913 <div id="operation--videos--videoId--comments--commentId--post" class="operation panel" data-traverse-target="operation--videos--videoId--comments--commentId--post"> 6020 <div id="operation--videos--id--comments--commentId--post" class="operation panel" data-traverse-target="operation--videos--id--comments--commentId--post">
5914 <!-- <section class="operation-tags row"> --> 6021 <!-- <section class="operation-tags row"> -->
5915 <!-- <div class="doc-copy"> --> 6022 <!-- <div class="doc-copy"> -->
5916 <div class="operation-tags"> 6023 <div class="operation-tags">
@@ -5922,7 +6029,7 @@
5922 <h2 class="operation-title"> 6029 <h2 class="operation-title">
5923 <span class="operation-name"> 6030 <span class="operation-name">
5924 <span class="operation-name">POST</span> 6031 <span class="operation-name">POST</span>
5925 <span class="operation-path">/videos/{videoId}/comments/{commentId}</span> 6032 <span class="operation-path">/videos/{id}/comments/{commentId}</span>
5926 </span> 6033 </span>
5927 </h2> 6034 </h2>
5928 <div class="doc-row"> 6035 <div class="doc-row">
@@ -5930,30 +6037,32 @@
5930 <section class="swagger-request-params"> 6037 <section class="swagger-request-params">
5931 <div class="prop-row prop-group"> 6038 <div class="prop-row prop-group">
5932 <div class="prop-name"> 6039 <div class="prop-name">
5933 <div class="prop-title">videoId</div> 6040 <div class="prop-title">id:
6041 <span class="prop-type">
6042 <span class="json-property-type">string</span>
6043 <span class="json-property-range" title="Value limits"></span>
6044 </span>
6045 </div>
5934 <span class="json-property-required"></span> 6046 <span class="json-property-required"></span>
5935 <div class="prop-subtitle"> in path </div> 6047 <div class="prop-subtitle"> in path </div>
5936 <div class="prop-subtitle">
5937 <span class="json-property-type">string</span>
5938 <span class="json-property-range" title="Value limits"></span>
5939 </div>
5940 </div> 6048 </div>
5941 <div class="prop-value"> 6049 <div class="prop-value">
5942 <p>The video id </p> 6050 <p>The video id or uuid</p>
5943 </div> 6051 </div>
5944 </div> 6052 </div>
5945 <div class="prop-row prop-group"> 6053 <div class="prop-row prop-group">
5946 <div class="prop-name"> 6054 <div class="prop-name">
5947 <div class="prop-title">commentId</div> 6055 <div class="prop-title">threadId:
6056 <span class="prop-type">
6057 <span class="json-property-type">number</span>
6058 <span class="json-property-range" title="Value limits"></span>
6059 </span>
6060 </div>
5948 <span class="json-property-required"></span> 6061 <span class="json-property-required"></span>
5949 <div class="prop-subtitle"> in path </div> 6062 <div class="prop-subtitle"> in path </div>
5950 <div class="prop-subtitle">
5951 <span class="json-property-type">string</span>
5952 <span class="json-property-range" title="Value limits"></span>
5953 </div>
5954 </div> 6063 </div>
5955 <div class="prop-value"> 6064 <div class="prop-value">
5956 <p>The comment id </p> 6065 <p>The comment id</p>
5957 </div> 6066 </div>
5958 </div> 6067 </div>
5959 </section> 6068 </section>
@@ -6045,7 +6154,7 @@
6045 </div> 6154 </div>
6046 </div> 6155 </div>
6047 </div> 6156 </div>
6048 <div id="operation--videos--videoId--comments--commentId--delete" class="operation panel" data-traverse-target="operation--videos--videoId--comments--commentId--delete"> 6157 <div id="operation--videos--id--comments--commentId--delete" class="operation panel" data-traverse-target="operation--videos--id--comments--commentId--delete">
6049 <!-- <section class="operation-tags row"> --> 6158 <!-- <section class="operation-tags row"> -->
6050 <!-- <div class="doc-copy"> --> 6159 <!-- <div class="doc-copy"> -->
6051 <div class="operation-tags"> 6160 <div class="operation-tags">
@@ -6057,7 +6166,7 @@
6057 <h2 class="operation-title"> 6166 <h2 class="operation-title">
6058 <span class="operation-name"> 6167 <span class="operation-name">
6059 <span class="operation-name">DELETE</span> 6168 <span class="operation-name">DELETE</span>
6060 <span class="operation-path">/videos/{videoId}/comments/{commentId}</span> 6169 <span class="operation-path">/videos/{id}/comments/{commentId}</span>
6061 </span> 6170 </span>
6062 </h2> 6171 </h2>
6063 <div class="doc-row"> 6172 <div class="doc-row">
@@ -6065,30 +6174,32 @@
6065 <section class="swagger-request-params"> 6174 <section class="swagger-request-params">
6066 <div class="prop-row prop-group"> 6175 <div class="prop-row prop-group">
6067 <div class="prop-name"> 6176 <div class="prop-name">
6068 <div class="prop-title">videoId</div> 6177 <div class="prop-title">id:
6178 <span class="prop-type">
6179 <span class="json-property-type">string</span>
6180 <span class="json-property-range" title="Value limits"></span>
6181 </span>
6182 </div>
6069 <span class="json-property-required"></span> 6183 <span class="json-property-required"></span>
6070 <div class="prop-subtitle"> in path </div> 6184 <div class="prop-subtitle"> in path </div>
6071 <div class="prop-subtitle">
6072 <span class="json-property-type">string</span>
6073 <span class="json-property-range" title="Value limits"></span>
6074 </div>
6075 </div> 6185 </div>
6076 <div class="prop-value"> 6186 <div class="prop-value">
6077 <p>The video id </p> 6187 <p>The video id or uuid</p>
6078 </div> 6188 </div>
6079 </div> 6189 </div>
6080 <div class="prop-row prop-group"> 6190 <div class="prop-row prop-group">
6081 <div class="prop-name"> 6191 <div class="prop-name">
6082 <div class="prop-title">commentId</div> 6192 <div class="prop-title">threadId:
6193 <span class="prop-type">
6194 <span class="json-property-type">number</span>
6195 <span class="json-property-range" title="Value limits"></span>
6196 </span>
6197 </div>
6083 <span class="json-property-required"></span> 6198 <span class="json-property-required"></span>
6084 <div class="prop-subtitle"> in path </div> 6199 <div class="prop-subtitle"> in path </div>
6085 <div class="prop-subtitle">
6086 <span class="json-property-type">string</span>
6087 <span class="json-property-range" title="Value limits"></span>
6088 </div>
6089 </div> 6200 </div>
6090 <div class="prop-value"> 6201 <div class="prop-value">
6091 <p>The comment id </p> 6202 <p>The comment id</p>
6092 </div> 6203 </div>
6093 </div> 6204 </div>
6094 </section> 6205 </section>
@@ -6103,7 +6214,7 @@
6103 <div class="prop-title">204 No Content</div> 6214 <div class="prop-title">204 No Content</div>
6104 </div> 6215 </div>
6105 <div class="prop-value"> 6216 <div class="prop-value">
6106 <p>successful operation</p> 6217 <p>Successful operation</p>
6107 </div> 6218 </div>
6108 </div> 6219 </div>
6109 </section> 6220 </section>
@@ -6158,16 +6269,17 @@
6158 <section class="swagger-request-params"> 6269 <section class="swagger-request-params">
6159 <div class="prop-row prop-group"> 6270 <div class="prop-row prop-group">
6160 <div class="prop-name"> 6271 <div class="prop-name">
6161 <div class="prop-title">id</div> 6272 <div class="prop-title">id:
6273 <span class="prop-type">
6274 <span class="json-property-type">string</span>
6275 <span class="json-property-range" title="Value limits"></span>
6276 </span>
6277 </div>
6162 <span class="json-property-required"></span> 6278 <span class="json-property-required"></span>
6163 <div class="prop-subtitle"> in path </div> 6279 <div class="prop-subtitle"> in path </div>
6164 <div class="prop-subtitle">
6165 <span class="json-property-type">string</span>
6166 <span class="json-property-range" title="Value limits"></span>
6167 </div>
6168 </div> 6280 </div>
6169 <div class="prop-value"> 6281 <div class="prop-value">
6170 <p>The video id </p> 6282 <p>The video id or uuid</p>
6171 </div> 6283 </div>
6172 </div> 6284 </div>
6173 </section> 6285 </section>
@@ -6182,7 +6294,7 @@
6182 <div class="prop-title">204 No Content</div> 6294 <div class="prop-title">204 No Content</div>
6183 </div> 6295 </div>
6184 <div class="prop-value"> 6296 <div class="prop-value">
6185 <p>successful operation</p> 6297 <p>Successful operation</p>
6186 </div> 6298 </div>
6187 </div> 6299 </div>
6188 </section> 6300 </section>
@@ -6220,7 +6332,8 @@
6220 <div id="definition-VideoConstantNumber" class="definition panel" data-traverse-target="definition-VideoConstantNumber"> 6332 <div id="definition-VideoConstantNumber" class="definition panel" data-traverse-target="definition-VideoConstantNumber">
6221 <h2 class="panel-title"> 6333 <h2 class="panel-title">
6222 <a name="/definitions/VideoConstantNumber"></a>VideoConstantNumber: 6334 <a name="/definitions/VideoConstantNumber"></a>VideoConstantNumber:
6223 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 6335 <!-- <span class="json-property-type">
6336 <span class="json-property-type">object</span>
6224 <span class="json-property-range" title="Value limits"></span> 6337 <span class="json-property-range" title="Value limits"></span>
6225 6338
6226 6339
@@ -6259,7 +6372,8 @@
6259 <div id="definition-VideoConstantString" class="definition panel" data-traverse-target="definition-VideoConstantString"> 6372 <div id="definition-VideoConstantString" class="definition panel" data-traverse-target="definition-VideoConstantString">
6260 <h2 class="panel-title"> 6373 <h2 class="panel-title">
6261 <a name="/definitions/VideoConstantString"></a>VideoConstantString: 6374 <a name="/definitions/VideoConstantString"></a>VideoConstantString:
6262 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 6375 <!-- <span class="json-property-type">
6376 <span class="json-property-type">object</span>
6263 <span class="json-property-range" title="Value limits"></span> 6377 <span class="json-property-range" title="Value limits"></span>
6264 6378
6265 6379
@@ -6298,7 +6412,8 @@
6298 <div id="definition-VideoPrivacy" class="definition panel" data-traverse-target="definition-VideoPrivacy"> 6412 <div id="definition-VideoPrivacy" class="definition panel" data-traverse-target="definition-VideoPrivacy">
6299 <h2 class="panel-title"> 6413 <h2 class="panel-title">
6300 <a name="/definitions/VideoPrivacy"></a>VideoPrivacy: string 6414 <a name="/definitions/VideoPrivacy"></a>VideoPrivacy: string
6301 <!-- <span class="json-property-type"><span class="json-property-type">string</span> <span class="json-property-enum" title="Possible values"> 6415 <!-- <span class="json-property-type">
6416 <span class="json-property-type">string</span> <span class="json-property-enum" title="Possible values">
6302 <span class="json-property-enum-item">Public</span>, 6417 <span class="json-property-enum-item">Public</span>,
6303 <span class="json-property-enum-item">Unlisted</span>, 6418 <span class="json-property-enum-item">Unlisted</span>,
6304 <span class="json-property-enum-item">Private</span> 6419 <span class="json-property-enum-item">Private</span>
@@ -6323,7 +6438,8 @@
6323 <div id="definition-Video" class="definition panel" data-traverse-target="definition-Video"> 6438 <div id="definition-Video" class="definition panel" data-traverse-target="definition-Video">
6324 <h2 class="panel-title"> 6439 <h2 class="panel-title">
6325 <a name="/definitions/Video"></a>Video: 6440 <a name="/definitions/Video"></a>Video:
6326 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 6441 <!-- <span class="json-property-type">
6442 <span class="json-property-type">object</span>
6327 <span class="json-property-range" title="Value limits"></span> 6443 <span class="json-property-range" title="Value limits"></span>
6328 6444
6329 6445
@@ -6546,7 +6662,8 @@
6546 <div id="definition-VideoAbuse" class="definition panel" data-traverse-target="definition-VideoAbuse"> 6662 <div id="definition-VideoAbuse" class="definition panel" data-traverse-target="definition-VideoAbuse">
6547 <h2 class="panel-title"> 6663 <h2 class="panel-title">
6548 <a name="/definitions/VideoAbuse"></a>VideoAbuse: 6664 <a name="/definitions/VideoAbuse"></a>VideoAbuse:
6549 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 6665 <!-- <span class="json-property-type">
6666 <span class="json-property-type">object</span>
6550 <span class="json-property-range" title="Value limits"></span> 6667 <span class="json-property-range" title="Value limits"></span>
6551 6668
6552 6669
@@ -6654,7 +6771,8 @@
6654 <div id="definition-VideoBlacklist" class="definition panel" data-traverse-target="definition-VideoBlacklist"> 6771 <div id="definition-VideoBlacklist" class="definition panel" data-traverse-target="definition-VideoBlacklist">
6655 <h2 class="panel-title"> 6772 <h2 class="panel-title">
6656 <a name="/definitions/VideoBlacklist"></a>VideoBlacklist: 6773 <a name="/definitions/VideoBlacklist"></a>VideoBlacklist:
6657 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 6774 <!-- <span class="json-property-type">
6775 <span class="json-property-type">object</span>
6658 <span class="json-property-range" title="Value limits"></span> 6776 <span class="json-property-range" title="Value limits"></span>
6659 6777
6660 6778
@@ -6753,7 +6871,8 @@
6753 <div id="definition-VideoChannel" class="definition panel" data-traverse-target="definition-VideoChannel"> 6871 <div id="definition-VideoChannel" class="definition panel" data-traverse-target="definition-VideoChannel">
6754 <h2 class="panel-title"> 6872 <h2 class="panel-title">
6755 <a name="/definitions/VideoChannel"></a>VideoChannel: 6873 <a name="/definitions/VideoChannel"></a>VideoChannel:
6756 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 6874 <!-- <span class="json-property-type">
6875 <span class="json-property-type">object</span>
6757 <span class="json-property-range" title="Value limits"></span> 6876 <span class="json-property-range" title="Value limits"></span>
6758 6877
6759 6878
@@ -6823,7 +6942,8 @@
6823 <div id="definition-VideoComment" class="definition panel" data-traverse-target="definition-VideoComment"> 6942 <div id="definition-VideoComment" class="definition panel" data-traverse-target="definition-VideoComment">
6824 <h2 class="panel-title"> 6943 <h2 class="panel-title">
6825 <a name="/definitions/VideoComment"></a>VideoComment: 6944 <a name="/definitions/VideoComment"></a>VideoComment:
6826 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 6945 <!-- <span class="json-property-type">
6946 <span class="json-property-type">object</span>
6827 <span class="json-property-range" title="Value limits"></span> 6947 <span class="json-property-range" title="Value limits"></span>
6828 6948
6829 6949
@@ -6930,7 +7050,8 @@
6930 <div id="definition-VideoCommentThreadTree" class="definition panel" data-traverse-target="definition-VideoCommentThreadTree"> 7050 <div id="definition-VideoCommentThreadTree" class="definition panel" data-traverse-target="definition-VideoCommentThreadTree">
6931 <h2 class="panel-title"> 7051 <h2 class="panel-title">
6932 <a name="/definitions/VideoCommentThreadTree"></a>VideoCommentThreadTree: 7052 <a name="/definitions/VideoCommentThreadTree"></a>VideoCommentThreadTree:
6933 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 7053 <!-- <span class="json-property-type">
7054 <span class="json-property-type">object</span>
6934 <span class="json-property-range" title="Value limits"></span> 7055 <span class="json-property-range" title="Value limits"></span>
6935 7056
6936 7057
@@ -7078,7 +7199,8 @@
7078 <div id="definition-Avatar" class="definition panel" data-traverse-target="definition-Avatar"> 7199 <div id="definition-Avatar" class="definition panel" data-traverse-target="definition-Avatar">
7079 <h2 class="panel-title"> 7200 <h2 class="panel-title">
7080 <a name="/definitions/Avatar"></a>Avatar: 7201 <a name="/definitions/Avatar"></a>Avatar:
7081 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 7202 <!-- <span class="json-property-type">
7203 <span class="json-property-type">object</span>
7082 <span class="json-property-range" title="Value limits"></span> 7204 <span class="json-property-range" title="Value limits"></span>
7083 7205
7084 7206
@@ -7123,7 +7245,8 @@
7123 <div id="definition-Actor" class="definition panel" data-traverse-target="definition-Actor"> 7245 <div id="definition-Actor" class="definition panel" data-traverse-target="definition-Actor">
7124 <h2 class="panel-title"> 7246 <h2 class="panel-title">
7125 <a name="/definitions/Actor"></a>Actor: 7247 <a name="/definitions/Actor"></a>Actor:
7126 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 7248 <!-- <span class="json-property-type">
7249 <span class="json-property-type">object</span>
7127 <span class="json-property-range" title="Value limits"></span> 7250 <span class="json-property-range" title="Value limits"></span>
7128 7251
7129 7252
@@ -7218,7 +7341,8 @@
7218 <div id="definition-Account" class="definition panel" data-traverse-target="definition-Account"> 7341 <div id="definition-Account" class="definition panel" data-traverse-target="definition-Account">
7219 <h2 class="panel-title"> 7342 <h2 class="panel-title">
7220 <a name="/definitions/Account"></a>Account: 7343 <a name="/definitions/Account"></a>Account:
7221 <!-- <span class="json-property-type"><span class="json-property-type"></span> 7344 <!-- <span class="json-property-type">
7345 <span class="json-property-type"></span>
7222 <span class="json-property-range" title="Value limits"></span> 7346 <span class="json-property-range" title="Value limits"></span>
7223 7347
7224 7348
@@ -7276,7 +7400,8 @@
7276 <div id="definition-User" class="definition panel" data-traverse-target="definition-User"> 7400 <div id="definition-User" class="definition panel" data-traverse-target="definition-User">
7277 <h2 class="panel-title"> 7401 <h2 class="panel-title">
7278 <a name="/definitions/User"></a>User: 7402 <a name="/definitions/User"></a>User:
7279 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 7403 <!-- <span class="json-property-type">
7404 <span class="json-property-type">object</span>
7280 <span class="json-property-range" title="Value limits"></span> 7405 <span class="json-property-range" title="Value limits"></span>
7281 7406
7282 7407
@@ -7413,7 +7538,8 @@
7413 <div id="definition-ServerConfig" class="definition panel" data-traverse-target="definition-ServerConfig"> 7538 <div id="definition-ServerConfig" class="definition panel" data-traverse-target="definition-ServerConfig">
7414 <h2 class="panel-title"> 7539 <h2 class="panel-title">
7415 <a name="/definitions/ServerConfig"></a>ServerConfig: 7540 <a name="/definitions/ServerConfig"></a>ServerConfig:
7416 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 7541 <!-- <span class="json-property-type">
7542 <span class="json-property-type">object</span>
7417 <span class="json-property-range" title="Value limits"></span> 7543 <span class="json-property-range" title="Value limits"></span>
7418 7544
7419 7545
@@ -7588,7 +7714,8 @@
7588 <div id="definition-Follow" class="definition panel" data-traverse-target="definition-Follow"> 7714 <div id="definition-Follow" class="definition panel" data-traverse-target="definition-Follow">
7589 <h2 class="panel-title"> 7715 <h2 class="panel-title">
7590 <a name="/definitions/Follow"></a>Follow: 7716 <a name="/definitions/Follow"></a>Follow:
7591 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 7717 <!-- <span class="json-property-type">
7718 <span class="json-property-type">object</span>
7592 <span class="json-property-range" title="Value limits"></span> 7719 <span class="json-property-range" title="Value limits"></span>
7593 7720
7594 7721
@@ -7699,7 +7826,8 @@
7699 <div id="definition-Job" class="definition panel" data-traverse-target="definition-Job"> 7826 <div id="definition-Job" class="definition panel" data-traverse-target="definition-Job">
7700 <h2 class="panel-title"> 7827 <h2 class="panel-title">
7701 <a name="/definitions/Job"></a>Job: 7828 <a name="/definitions/Job"></a>Job:
7702 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 7829 <!-- <span class="json-property-type">
7830 <span class="json-property-type">object</span>
7703 <span class="json-property-range" title="Value limits"></span> 7831 <span class="json-property-range" title="Value limits"></span>
7704 7832
7705 7833
@@ -7778,7 +7906,8 @@
7778 <div id="definition-AddUserResponse" class="definition panel" data-traverse-target="definition-AddUserResponse"> 7906 <div id="definition-AddUserResponse" class="definition panel" data-traverse-target="definition-AddUserResponse">
7779 <h2 class="panel-title"> 7907 <h2 class="panel-title">
7780 <a name="/definitions/AddUserResponse"></a>AddUserResponse: 7908 <a name="/definitions/AddUserResponse"></a>AddUserResponse:
7781 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 7909 <!-- <span class="json-property-type">
7910 <span class="json-property-type">object</span>
7782 <span class="json-property-range" title="Value limits"></span> 7911 <span class="json-property-range" title="Value limits"></span>
7783 7912
7784 7913
@@ -7817,7 +7946,8 @@
7817 <div id="definition-VideoUploadResponse" class="definition panel" data-traverse-target="definition-VideoUploadResponse"> 7946 <div id="definition-VideoUploadResponse" class="definition panel" data-traverse-target="definition-VideoUploadResponse">
7818 <h2 class="panel-title"> 7947 <h2 class="panel-title">
7819 <a name="/definitions/VideoUploadResponse"></a>VideoUploadResponse: 7948 <a name="/definitions/VideoUploadResponse"></a>VideoUploadResponse:
7820 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 7949 <!-- <span class="json-property-type">
7950 <span class="json-property-type">object</span>
7821 <span class="json-property-range" title="Value limits"></span> 7951 <span class="json-property-range" title="Value limits"></span>
7822 7952
7823 7953
@@ -7869,7 +7999,8 @@
7869 <div id="definition-CommentThreadResponse" class="definition panel" data-traverse-target="definition-CommentThreadResponse"> 7999 <div id="definition-CommentThreadResponse" class="definition panel" data-traverse-target="definition-CommentThreadResponse">
7870 <h2 class="panel-title"> 8000 <h2 class="panel-title">
7871 <a name="/definitions/CommentThreadResponse"></a>CommentThreadResponse: 8001 <a name="/definitions/CommentThreadResponse"></a>CommentThreadResponse:
7872 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 8002 <!-- <span class="json-property-type">
8003 <span class="json-property-type">object</span>
7873 <span class="json-property-range" title="Value limits"></span> 8004 <span class="json-property-range" title="Value limits"></span>
7874 8005
7875 8006
@@ -7952,7 +8083,8 @@
7952 <div id="definition-CommentThreadPostResponse" class="definition panel" data-traverse-target="definition-CommentThreadPostResponse"> 8083 <div id="definition-CommentThreadPostResponse" class="definition panel" data-traverse-target="definition-CommentThreadPostResponse">
7953 <h2 class="panel-title"> 8084 <h2 class="panel-title">
7954 <a name="/definitions/CommentThreadPostResponse"></a>CommentThreadPostResponse: 8085 <a name="/definitions/CommentThreadPostResponse"></a>CommentThreadPostResponse:
7955 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 8086 <!-- <span class="json-property-type">
8087 <span class="json-property-type">object</span>
7956 <span class="json-property-range" title="Value limits"></span> 8088 <span class="json-property-range" title="Value limits"></span>
7957 8089
7958 8090
@@ -8016,7 +8148,8 @@
8016 <div id="definition-AddUser" class="definition panel" data-traverse-target="definition-AddUser"> 8148 <div id="definition-AddUser" class="definition panel" data-traverse-target="definition-AddUser">
8017 <h2 class="panel-title"> 8149 <h2 class="panel-title">
8018 <a name="/definitions/AddUser"></a>AddUser: 8150 <a name="/definitions/AddUser"></a>AddUser:
8019 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 8151 <!-- <span class="json-property-type">
8152 <span class="json-property-type">object</span>
8020 <span class="json-property-range" title="Value limits"></span> 8153 <span class="json-property-range" title="Value limits"></span>
8021 8154
8022 8155
@@ -8093,7 +8226,8 @@
8093 <div id="definition-UpdateUser" class="definition panel" data-traverse-target="definition-UpdateUser"> 8226 <div id="definition-UpdateUser" class="definition panel" data-traverse-target="definition-UpdateUser">
8094 <h2 class="panel-title"> 8227 <h2 class="panel-title">
8095 <a name="/definitions/UpdateUser"></a>UpdateUser: 8228 <a name="/definitions/UpdateUser"></a>UpdateUser:
8096 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 8229 <!-- <span class="json-property-type">
8230 <span class="json-property-type">object</span>
8097 <span class="json-property-range" title="Value limits"></span> 8231 <span class="json-property-range" title="Value limits"></span>
8098 8232
8099 8233
@@ -8160,7 +8294,8 @@
8160 <div id="definition-UpdateMe" class="definition panel" data-traverse-target="definition-UpdateMe"> 8294 <div id="definition-UpdateMe" class="definition panel" data-traverse-target="definition-UpdateMe">
8161 <h2 class="panel-title"> 8295 <h2 class="panel-title">
8162 <a name="/definitions/UpdateMe"></a>UpdateMe: 8296 <a name="/definitions/UpdateMe"></a>UpdateMe:
8163 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 8297 <!-- <span class="json-property-type">
8298 <span class="json-property-type">object</span>
8164 <span class="json-property-range" title="Value limits"></span> 8299 <span class="json-property-range" title="Value limits"></span>
8165 8300
8166 8301
@@ -8227,7 +8362,8 @@
8227 <div id="definition-GetMeVideoRating" class="definition panel" data-traverse-target="definition-GetMeVideoRating"> 8362 <div id="definition-GetMeVideoRating" class="definition panel" data-traverse-target="definition-GetMeVideoRating">
8228 <h2 class="panel-title"> 8363 <h2 class="panel-title">
8229 <a name="/definitions/GetMeVideoRating"></a>GetMeVideoRating: 8364 <a name="/definitions/GetMeVideoRating"></a>GetMeVideoRating:
8230 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 8365 <!-- <span class="json-property-type">
8366 <span class="json-property-type">object</span>
8231 <span class="json-property-range" title="Value limits"></span> 8367 <span class="json-property-range" title="Value limits"></span>
8232 8368
8233 8369
@@ -8274,7 +8410,8 @@
8274 <div id="definition-RegisterUser" class="definition panel" data-traverse-target="definition-RegisterUser"> 8410 <div id="definition-RegisterUser" class="definition panel" data-traverse-target="definition-RegisterUser">
8275 <h2 class="panel-title"> 8411 <h2 class="panel-title">
8276 <a name="/definitions/RegisterUser"></a>RegisterUser: 8412 <a name="/definitions/RegisterUser"></a>RegisterUser:
8277 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 8413 <!-- <span class="json-property-type">
8414 <span class="json-property-type">object</span>
8278 <span class="json-property-range" title="Value limits"></span> 8415 <span class="json-property-range" title="Value limits"></span>
8279 8416
8280 8417
@@ -8331,7 +8468,8 @@
8331 <div id="definition-VideoChannelInput" class="definition panel" data-traverse-target="definition-VideoChannelInput"> 8468 <div id="definition-VideoChannelInput" class="definition panel" data-traverse-target="definition-VideoChannelInput">
8332 <h2 class="panel-title"> 8469 <h2 class="panel-title">
8333 <a name="/definitions/VideoChannelInput"></a>VideoChannelInput: 8470 <a name="/definitions/VideoChannelInput"></a>VideoChannelInput:
8334 <!-- <span class="json-property-type"><span class="json-property-type">object</span> 8471 <!-- <span class="json-property-type">
8472 <span class="json-property-type">object</span>
8335 <span class="json-property-range" title="Value limits"></span> 8473 <span class="json-property-range" title="Value limits"></span>
8336 8474
8337 8475
@@ -8367,52 +8505,6 @@
8367 </div> 8505 </div>
8368 </div> 8506 </div>
8369 </div> 8507 </div>
8370 <div id="definition-ScheduleVideoUpdate" class="definition panel" data-traverse-target="definition-ScheduleVideoUpdate">
8371 <h2 class="panel-title">
8372 <a name="/definitions/ScheduleVideoUpdate"></a>ScheduleVideoUpdate:
8373 <!-- <span class="json-property-type"><span class="json-property-type">object</span>
8374 <span class="json-property-range" title="Value limits"></span>
8375
8376
8377 </span> -->
8378 </h2>
8379 <div class="doc-row">
8380 <div class="doc-copy">
8381 <section class="json-schema-properties">
8382 <dl>
8383 <dt data-property-name="updateAt" class="has-description">
8384 <span class="json-property-name">updateAt:</span>
8385 <span class="json-property-type">dateTime</span>
8386 <span class="json-property-range" title="Value limits"></span>
8387 </dt>
8388 <dd>
8389 <p>When to update the video</p>
8390 </dd>
8391 <dt data-property-name="privacy">
8392 <span class="json-property-name">privacy:</span>
8393 <span class="json-property-type">
8394 <span class="">
8395 <a class="json-schema-ref" href="#/definitions/VideoPrivacy">VideoPrivacy</a>
8396 </span>
8397 </span>
8398 <span class="json-property-range" title="Value limits"></span>
8399 </dt>
8400 </dl>
8401 </section>
8402 </div>
8403 <div class="doc-examples">
8404 <section>
8405 <h5>Example</h5>
8406 <!-- <div class="hljs"> --><pre><code class="hljs lang-json">{
8407 <span class="hljs-attr">&quot;updateAt&quot;</span>: <span class="hljs-string">&quot;dateTime&quot;</span>,
8408 <span class="hljs-attr">&quot;privacy&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>
8409}
8410</code></pre>
8411 <!-- </div> -->
8412 </section>
8413 </div>
8414 </div>
8415 </div>
8416 <div class="doc-row no-margin"> 8508 <div class="doc-row no-margin">
8417 <div class="doc-copy doc-separator"> 8509 <div class="doc-copy doc-separator">
8418 <a class="powered-by" href="https://sourcey.com/spectacle">Documentation by 8510 <a class="powered-by" href="https://sourcey.com/spectacle">Documentation by
diff --git a/support/doc/api/html/javascripts/spectacle.min.js b/support/doc/api/html/javascripts/spectacle.min.js
index f196234a4..f8d0b1fbd 100644
--- a/support/doc/api/html/javascripts/spectacle.min.js
+++ b/support/doc/api/html/javascripts/spectacle.min.js
@@ -1 +1 @@
function Traverse(a,b){this.$element=a,this.options=$.extend({},Traverse.defaults,this.$element.data(),b),this._init()}$(function(){var a=$("#sidebar");if(a.length){var b=($("#docs"),a.find("nav"));new Traverse(b,{threshold:10,barOffset:a.position().top});b.on("update.traverse",function(a,c){b.find("section").removeClass("expand");var d=c.parents("section:first");d.length&&d.addClass("expand")});var c=$(".drawer-layout"),d=c.find(".drawer"),e=function(){return d.removeClass("slide-right slide-left"),d.find(".drawer-overlay").remove(),c.removeClass("drawer-open drawer-slide-left-large drawer-slide-right-large"),!1};c.find("[data-drawer-slide]").click(function(a){var b=$(this),f=b.data("drawer-slide");c.addClass("drawer-open"),d.addClass("slide-"+f);var g=$('<a href="#" class="drawer-overlay"></a>');return d.append(g),g.click(e),!1}),c.find("[data-drawer-close]").click(e)}}),Traverse.defaults={animationDuration:500,animationEasing:"linear",threshold:50,activeClass:"active",deepLinking:!1,barOffset:0},Traverse.prototype._init=function(){var a=this.$element[0].id;this.$targets=$("[data-traverse-target]"),this.$links=this.$element.find("a"),this.$element.attr({"data-resize":a,"data-scroll":a,id:a}),this.$active=$(),this.scrollPos=parseInt(window.pageYOffset,10),this._events()},Traverse.prototype.calcPoints=function(){var a=this,b=document.body,c=document.documentElement;this.points=[],this.winHeight=Math.round(Math.max(window.innerHeight,c.clientHeight)),this.docHeight=Math.round(Math.max(b.scrollHeight,b.offsetHeight,c.clientHeight,c.scrollHeight,c.offsetHeight)),this.$targets.each(function(){var b=$(this),c=b.offset().top;b.targetPoint=c,a.points.push(c)})},Traverse.prototype._events=function(){var a=this,b=$("html, body"),c={duration:a.options.animationDuration,easing:a.options.animationEasing};$(window).one("load",function(){a.calcPoints(),a._updateActive(),$(this).resize(function(b){a.reflow()}).scroll(function(b){a._updateActive()})}),this.$element.on("click",'a[href^="#"]',function(d){d.preventDefault();var e=this.getAttribute("href").replace(".","\\."),f=$(e).offset().top-a.options.barOffset;b.stop(!0).animate({scrollTop:f},c)})},Traverse.prototype.reflow=function(){this.calcPoints(),this._updateActive()},Traverse.prototype._updateActive=function(){var a,b=parseInt(window.pageYOffset,10);if(b+this.winHeight===this.docHeight)a=this.points.length-1;else if(b<this.points[0])a=0;else{var c=this.scrollPos<b,d=this,e=this.points.filter(function(a,e){return c?a<=b+d.options.barOffset+d.options.threshold:a-(d.options.barOffset+d.options.threshold)<=b});a=e.length?e.length-1:0}var f=this.$active,g=this.$links.eq(a);if(this.$active.removeClass(this.options.activeClass),this.$active=g.addClass(this.options.activeClass),this.options.deepLinking){var h=this.$active[0].getAttribute("href");window.history.pushState?window.history.pushState(null,null,h):window.location.hash=h}this.scrollPos=b;var i=f[0]!==g[0];i&&this.$element.trigger("update.traverse",[this.$active])}; \ No newline at end of file function Traverse(t,e){this.$element=t,this.options=$.extend({},Traverse.defaults,this.$element.data(),e),this._init()}$(function(){var t=$("#sidebar");if(t.length){$("#docs");var s=t.find("nav");new Traverse(s,{threshold:10,barOffset:t.position().top});s.on("update.traverse",function(t,e){s.find("section").removeClass("expand");var i=e.parents("section:first");i.length&&i.addClass("expand")});var a=$(".drawer-layout"),n=a.find(".drawer"),r=function(){return n.removeClass("slide-right slide-left"),n.find(".drawer-overlay").remove(),a.removeClass("drawer-open drawer-slide-left-large drawer-slide-right-large"),!1};a.find("[data-drawer-slide]").click(function(t){var e=$(this).data("drawer-slide");a.addClass("drawer-open"),n.addClass("slide-"+e);var i=$('<a href="#" class="drawer-overlay"></a>');return n.append(i),i.click(r),!1}),a.find("[data-drawer-close]").click(r)}}),Traverse.defaults={animationDuration:500,animationEasing:"linear",threshold:50,activeClass:"active",deepLinking:!1,barOffset:0},Traverse.prototype._init=function(){var t=this.$element[0].id;this.$targets=$("[data-traverse-target]"),this.$links=this.$element.find("a"),this.$element.attr({"data-resize":t,"data-scroll":t,id:t}),this.$active=$(),this.scrollPos=parseInt(window.pageYOffset,10),this._events()},Traverse.prototype.calcPoints=function(){var i=this,t=document.body,e=document.documentElement;this.points=[],this.winHeight=Math.round(Math.max(window.innerHeight,e.clientHeight)),this.docHeight=Math.round(Math.max(t.scrollHeight,t.offsetHeight,e.clientHeight,e.scrollHeight,e.offsetHeight)),this.$targets.each(function(){var t=$(this),e=t.offset().top;t.targetPoint=e,i.points.push(e)})},Traverse.prototype._events=function(){var s=this,a=$("html, body"),n={duration:s.options.animationDuration,easing:s.options.animationEasing};$(window).one("load",function(){s.calcPoints(),s._updateActive(),$(this).resize(function(t){s.reflow()}).scroll(function(t){s._updateActive()})}),this.$element.on("click",'a[href^="#"]',function(t){t.preventDefault();var e=this.getAttribute("href").replace(".","\\."),i=$(e).offset().top-s.options.barOffset;a.stop(!0).animate({scrollTop:i},n)})},Traverse.prototype.reflow=function(){this.calcPoints(),this._updateActive()},Traverse.prototype._updateActive=function(){var t,i=parseInt(window.pageYOffset,10);if(i+this.winHeight===this.docHeight)t=this.points.length-1;else if(i<this.points[0])t=0;else{var s=this.scrollPos<i,a=this,e=this.points.filter(function(t,e){return s?t<=i+a.options.barOffset+a.options.threshold:t-(a.options.barOffset+a.options.threshold)<=i});t=e.length?e.length-1:0}var n=this.$active,r=this.$links.eq(t);if(this.$active.removeClass(this.options.activeClass),this.$active=r.addClass(this.options.activeClass),this.options.deepLinking){var o=this.$active[0].getAttribute("href");window.history.pushState?window.history.pushState(null,null,o):window.location.hash=o}this.scrollPos=i,n[0]!==r[0]&&this.$element.trigger("update.traverse",[this.$active])}; \ No newline at end of file
diff --git a/support/doc/api/html/stylesheets/foundation.css b/support/doc/api/html/stylesheets/foundation.css
index d86e324a7..3345f1175 100644
--- a/support/doc/api/html/stylesheets/foundation.css
+++ b/support/doc/api/html/stylesheets/foundation.css
@@ -441,7 +441,7 @@ body {
441 font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; 441 font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
442 font-weight: normal; 442 font-weight: normal;
443 line-height: 1.5; 443 line-height: 1.5;
444 color: #23241f; 444 color: #2d3134;
445 -webkit-font-smoothing: antialiased; 445 -webkit-font-smoothing: antialiased;
446 -moz-osx-font-smoothing: grayscale; } 446 -moz-osx-font-smoothing: grayscale; }
447 447
@@ -1443,7 +1443,7 @@ cite {
1443 content: "— "; } 1443 content: "— "; }
1444 1444
1445abbr, abbr[title] { 1445abbr, abbr[title] {
1446 border-bottom: 1px dotted #23241f; 1446 border-bottom: 1px dotted #2d3134;
1447 cursor: help; 1447 cursor: help;
1448 text-decoration: none; } 1448 text-decoration: none; }
1449 1449
@@ -1456,14 +1456,14 @@ code {
1456 background-color: #e6e6e6; 1456 background-color: #e6e6e6;
1457 font-family: Consolas, "Liberation Mono", Courier, monospace; 1457 font-family: Consolas, "Liberation Mono", Courier, monospace;
1458 font-weight: normal; 1458 font-weight: normal;
1459 color: #23241f; } 1459 color: #2d3134; }
1460 1460
1461kbd { 1461kbd {
1462 margin: 0; 1462 margin: 0;
1463 padding: 0.1315789474rem 0.2631578947rem 0; 1463 padding: 0.1315789474rem 0.2631578947rem 0;
1464 background-color: #e6e6e6; 1464 background-color: #e6e6e6;
1465 font-family: Consolas, "Liberation Mono", Courier, monospace; 1465 font-family: Consolas, "Liberation Mono", Courier, monospace;
1466 color: #23241f; } 1466 color: #2d3134; }
1467 1467
1468.subheader { 1468.subheader {
1469 margin-top: 0.2rem; 1469 margin-top: 0.2rem;
@@ -1624,16 +1624,16 @@ ul.no-bullet, ol.no-bullet {
1624 color: #fefefe; } 1624 color: #fefefe; }
1625 .button.success { 1625 .button.success {
1626 background-color: #3adb76; 1626 background-color: #3adb76;
1627 color: #23241f; } 1627 color: #2d3134; }
1628 .button.success:hover, .button.success:focus { 1628 .button.success:hover, .button.success:focus {
1629 background-color: #22bb5b; 1629 background-color: #22bb5b;
1630 color: #23241f; } 1630 color: #2d3134; }
1631 .button.warning { 1631 .button.warning {
1632 background-color: #ffae00; 1632 background-color: #ffae00;
1633 color: #23241f; } 1633 color: #2d3134; }
1634 .button.warning:hover, .button.warning:focus { 1634 .button.warning:hover, .button.warning:focus {
1635 background-color: #cc8b00; 1635 background-color: #cc8b00;
1636 color: #23241f; } 1636 color: #2d3134; }
1637 .button.alert { 1637 .button.alert {
1638 background-color: #cc4b37; 1638 background-color: #cc4b37;
1639 color: #fefefe; } 1639 color: #fefefe; }
@@ -1663,13 +1663,13 @@ ul.no-bullet, ol.no-bullet {
1663 cursor: not-allowed; } 1663 cursor: not-allowed; }
1664 .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus { 1664 .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
1665 background-color: #3adb76; 1665 background-color: #3adb76;
1666 color: #23241f; } 1666 color: #2d3134; }
1667 .button.disabled.warning, .button[disabled].warning { 1667 .button.disabled.warning, .button[disabled].warning {
1668 opacity: 0.25; 1668 opacity: 0.25;
1669 cursor: not-allowed; } 1669 cursor: not-allowed; }
1670 .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus { 1670 .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
1671 background-color: #ffae00; 1671 background-color: #ffae00;
1672 color: #23241f; } 1672 color: #2d3134; }
1673 .button.disabled.alert, .button[disabled].alert { 1673 .button.disabled.alert, .button[disabled].alert {
1674 opacity: 0.25; 1674 opacity: 0.25;
1675 cursor: not-allowed; } 1675 cursor: not-allowed; }
@@ -1846,12 +1846,12 @@ textarea {
1846 border: 1px solid #cacaca; 1846 border: 1px solid #cacaca;
1847 border-radius: 0; 1847 border-radius: 0;
1848 background-color: #fefefe; 1848 background-color: #fefefe;
1849 box-shadow: inset 0 1px 2px rgba(35, 36, 31, 0.1); 1849 box-shadow: inset 0 1px 2px rgba(45, 49, 52, 0.1);
1850 font-family: inherit; 1850 font-family: inherit;
1851 font-size: 1.0526315789rem; 1851 font-size: 1.0526315789rem;
1852 font-weight: normal; 1852 font-weight: normal;
1853 line-height: 1.5; 1853 line-height: 1.5;
1854 color: #23241f; 1854 color: #2d3134;
1855 transition: box-shadow 0.5s, border-color 0.25s ease-in-out; 1855 transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
1856 appearance: none; } 1856 appearance: none; }
1857 [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, 1857 [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
@@ -1914,7 +1914,7 @@ label {
1914 font-size: 0.9210526316rem; 1914 font-size: 0.9210526316rem;
1915 font-weight: normal; 1915 font-weight: normal;
1916 line-height: 1.8; 1916 line-height: 1.8;
1917 color: #23241f; } 1917 color: #2d3134; }
1918 label.middle { 1918 label.middle {
1919 margin: 0 0 1.0526315789rem; 1919 margin: 0 0 1.0526315789rem;
1920 padding: 0.5921052632rem 0; } 1920 padding: 0.5921052632rem 0; }
@@ -1923,7 +1923,7 @@ label {
1923 margin-top: -0.5263157895rem; 1923 margin-top: -0.5263157895rem;
1924 font-size: 0.8552631579rem; 1924 font-size: 0.8552631579rem;
1925 font-style: italic; 1925 font-style: italic;
1926 color: #23241f; } 1926 color: #2d3134; }
1927 1927
1928.input-group { 1928.input-group {
1929 display: flex; 1929 display: flex;
@@ -1946,7 +1946,7 @@ label {
1946 padding: 0 1rem; 1946 padding: 0 1rem;
1947 border: 1px solid #cacaca; 1947 border: 1px solid #cacaca;
1948 background: #e6e6e6; 1948 background: #e6e6e6;
1949 color: #23241f; 1949 color: #2d3134;
1950 text-align: center; 1950 text-align: center;
1951 white-space: nowrap; 1951 white-space: nowrap;
1952 display: flex; 1952 display: flex;
@@ -2007,7 +2007,7 @@ select {
2007 font-size: 1.0526315789rem; 2007 font-size: 1.0526315789rem;
2008 font-weight: normal; 2008 font-weight: normal;
2009 line-height: 1.5; 2009 line-height: 1.5;
2010 color: #23241f; 2010 color: #2d3134;
2011 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>"); 2011 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
2012 background-origin: content-box; 2012 background-origin: content-box;
2013 background-position: right -1.0526315789rem center; 2013 background-position: right -1.0526315789rem center;
@@ -2170,7 +2170,7 @@ select {
2170 [data-whatinput='mouse'] .close-button { 2170 [data-whatinput='mouse'] .close-button {
2171 outline: 0; } 2171 outline: 0; }
2172 .close-button:hover, .close-button:focus { 2172 .close-button:hover, .close-button:focus {
2173 color: #23241f; } 2173 color: #2d3134; }
2174 .close-button.small { 2174 .close-button.small {
2175 right: 0.66rem; 2175 right: 0.66rem;
2176 top: 0.33em; 2176 top: 0.33em;
@@ -2200,10 +2200,10 @@ select {
2200 color: #fefefe; } 2200 color: #fefefe; }
2201 .label.success { 2201 .label.success {
2202 background: #3adb76; 2202 background: #3adb76;
2203 color: #23241f; } 2203 color: #2d3134; }
2204 .label.warning { 2204 .label.warning {
2205 background: #ffae00; 2205 background: #ffae00;
2206 color: #23241f; } 2206 color: #2d3134; }
2207 .label.alert { 2207 .label.alert {
2208 background: #cc4b37; 2208 background: #cc4b37;
2209 color: #fefefe; } 2209 color: #fefefe; }
@@ -2223,10 +2223,10 @@ table {
2223 font-weight: bold; } 2223 font-weight: bold; }
2224 thead { 2224 thead {
2225 background: #f8f8f8; 2225 background: #f8f8f8;
2226 color: #23241f; } 2226 color: #2d3134; }
2227 tfoot { 2227 tfoot {
2228 background: #f1f1f1; 2228 background: #f1f1f1;
2229 color: #23241f; } 2229 color: #2d3134; }
2230 thead tr, 2230 thead tr,
2231 tfoot tr { 2231 tfoot tr {
2232 background: transparent; } 2232 background: transparent; }
diff --git a/support/doc/api/html/stylesheets/foundation.min.css b/support/doc/api/html/stylesheets/foundation.min.css
index af0960cef..337beb289 100644
--- a/support/doc/api/html/stylesheets/foundation.min.css
+++ b/support/doc/api/html/stylesheets/foundation.min.css
@@ -1 +1 @@
@charset "UTF-8";/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */audio,canvas,img,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}pre,textarea{overflow:auto}body,button,legend{padding:0}.small-pull-1,.small-pull-10,.small-pull-11,.small-pull-2,.small-pull-3,.small-pull-4,.small-pull-5,.small-pull-6,.small-pull-7,.small-pull-8,.small-pull-9,.small-push-1,.small-push-10,.small-push-11,.small-push-2,.small-push-3,.small-push-4,.small-push-5,.small-push-7,.small-push-8,.small-push-9,sub,sup{position:relative}h1,h2,h3,h4,h5,h6,p{text-rendering:optimizeLegibility}button,hr,input{overflow:visible}a,abbr,abbr[title]{text-decoration:none}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}a:active,a:hover{outline-width:0}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[data-whatinput=mouse] .button,[data-whatinput=mouse] .close-button,[data-whatinput=mouse] button,select:focus{outline:0}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}a,b,em,i,small,strong{line-height:inherit}dl,ol,p,ul{line-height:1.6}legend{box-sizing:border-box;display:table;color:inherit;white-space:normal}summary{display:list-item}[hidden],template{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:95%}*,::after,::before{box-sizing:inherit}body{margin:0;background:#fefefe;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#23241f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}select{box-sizing:border-box;width:100%}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{appearance:none;border:0;border-radius:0;background:0 0;line-height:1}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}.row{max-width:auto;margin-right:auto;margin-left:auto}.row.expanded,.row:not(.expanded) .row{max-width:none}.row::after,.row::before{display:table;content:' ';flex-basis:0;order:1}.row::after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row .row{margin-right:-.6578947368rem;margin-left:-.6578947368rem}@media print,screen and (min-width:40em){.row .row{margin-right:-.9868421053rem;margin-left:-.9868421053rem}}@media print,screen and (min-width:64em){.row .row{margin-right:-.9868421053rem;margin-left:-.9868421053rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded .row{margin-right:auto;margin-left:auto}.row.gutter-small>.column,.row.gutter-small>.columns{padding-right:.6578947368rem;padding-left:.6578947368rem}.row.gutter-medium>.column,.row.gutter-medium>.columns{padding-right:.9868421053rem;padding-left:.9868421053rem}.column,.columns{width:100%;float:left;padding-right:.6578947368rem;padding-left:.6578947368rem}@media print,screen and (min-width:40em){.column,.columns{padding-right:.9868421053rem;padding-left:.9868421053rem}}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{width:8.3333333333%}.small-push-1{left:8.3333333333%}.small-pull-1{left:-8.3333333333%}.small-offset-0{margin-left:0}.small-2{width:16.6666666667%}.small-push-2{left:16.6666666667%}.small-pull-2{left:-16.6666666667%}.small-offset-1{margin-left:8.3333333333%}.small-3{width:25%}.small-push-3{left:25%}.small-pull-3{left:-25%}.small-offset-2{margin-left:16.6666666667%}.small-4{width:33.3333333333%}.small-push-4{left:33.3333333333%}.small-pull-4{left:-33.3333333333%}.small-offset-3{margin-left:25%}.small-5{width:41.6666666667%}.small-push-5{left:41.6666666667%}.small-pull-5{left:-41.6666666667%}.small-offset-4{margin-left:33.3333333333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{left:-50%}.small-offset-5{margin-left:41.6666666667%}.small-7{width:58.3333333333%}.small-push-7{left:58.3333333333%}.small-pull-7{left:-58.3333333333%}.small-offset-6{margin-left:50%}.small-8{width:66.6666666667%}.small-push-8{left:66.6666666667%}.small-pull-8{left:-66.6666666667%}.small-offset-7{margin-left:58.3333333333%}.small-9{width:75%}.small-push-9{left:75%}.small-pull-9{left:-75%}.small-offset-8{margin-left:66.6666666667%}.small-10{width:83.3333333333%}.small-push-10{left:83.3333333333%}.small-pull-10{left:-83.3333333333%}.small-offset-9{margin-left:75%}.small-11{width:91.6666666667%}.small-push-11{left:91.6666666667%}.small-pull-11{left:-91.6666666667%}.small-offset-10{margin-left:83.3333333333%}.small-12{width:100%}.small-offset-11{margin-left:91.6666666667%}.small-up-1>.column,.small-up-1>.columns{float:left;width:100%}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{float:left;width:50%}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{float:left;width:33.3333333333%}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{float:left;width:25%}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{float:left;width:20%}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{float:left;width:16.6666666667%}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{float:left;width:14.2857142857%}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{float:left;width:12.5%}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .small-collapse.row,.small-collapse .row{margin-right:0;margin-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.6578947368rem;padding-left:.6578947368rem}.small-centered{margin-right:auto;margin-left:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-pull-0,.small-push-0,.small-uncentered{position:static;float:left;margin-right:0;margin-left:0}@media print,screen and (min-width:40em){.medium-pull-1,.medium-pull-10,.medium-pull-11,.medium-pull-2,.medium-pull-3,.medium-pull-4,.medium-pull-5,.medium-pull-6,.medium-pull-7,.medium-pull-8,.medium-pull-9,.medium-push-1,.medium-push-10,.medium-push-11,.medium-push-2,.medium-push-3,.medium-push-4,.medium-push-5,.medium-push-7,.medium-push-8,.medium-push-9{position:relative}.medium-1{width:8.3333333333%}.medium-push-1{left:8.3333333333%}.medium-pull-1{left:-8.3333333333%}.medium-offset-0{margin-left:0}.medium-2{width:16.6666666667%}.medium-push-2{left:16.6666666667%}.medium-pull-2{left:-16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{width:25%}.medium-push-3{left:25%}.medium-pull-3{left:-25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{width:33.3333333333%}.medium-push-4{left:33.3333333333%}.medium-pull-4{left:-33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.6666666667%}.medium-push-5{left:41.6666666667%}.medium-pull-5{left:-41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{left:-50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{width:58.3333333333%}.medium-push-7{left:58.3333333333%}.medium-pull-7{left:-58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.6666666667%}.medium-push-8{left:66.6666666667%}.medium-pull-8{left:-66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{width:75%}.medium-push-9{left:75%}.medium-pull-9{left:-75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{width:83.3333333333%}.medium-push-10{left:83.3333333333%}.medium-pull-10{left:-83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.6666666667%}.medium-push-11{left:91.6666666667%}.medium-pull-11{left:-91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-up-1>.column,.medium-up-1>.columns{float:left;width:100%}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{float:left;width:50%}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{float:left;width:33.3333333333%}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{float:left;width:25%}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{float:left;width:20%}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{float:left;width:16.6666666667%}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{float:left;width:14.2857142857%}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{float:left;width:12.5%}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .medium-collapse.row,.medium-collapse .row{margin-right:0;margin-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9868421053rem;padding-left:.9868421053rem}.medium-centered{margin-right:auto;margin-left:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-pull-0,.medium-push-0,.medium-uncentered{position:static;float:left;margin-right:0;margin-left:0}}@media print,screen and (min-width:64em){.large-pull-1,.large-pull-10,.large-pull-11,.large-pull-2,.large-pull-3,.large-pull-4,.large-pull-5,.large-pull-6,.large-pull-7,.large-pull-8,.large-pull-9,.large-push-1,.large-push-10,.large-push-11,.large-push-2,.large-push-3,.large-push-4,.large-push-5,.large-push-7,.large-push-8,.large-push-9{position:relative}.large-1{width:8.3333333333%}.large-push-1{left:8.3333333333%}.large-pull-1{left:-8.3333333333%}.large-offset-0{margin-left:0}.large-2{width:16.6666666667%}.large-push-2{left:16.6666666667%}.large-pull-2{left:-16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{width:25%}.large-push-3{left:25%}.large-pull-3{left:-25%}.large-offset-2{margin-left:16.6666666667%}.large-4{width:33.3333333333%}.large-push-4{left:33.3333333333%}.large-pull-4{left:-33.3333333333%}.large-offset-3{margin-left:25%}.large-5{width:41.6666666667%}.large-push-5{left:41.6666666667%}.large-pull-5{left:-41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{left:-50%}.large-offset-5{margin-left:41.6666666667%}.large-7{width:58.3333333333%}.large-push-7{left:58.3333333333%}.large-pull-7{left:-58.3333333333%}.large-offset-6{margin-left:50%}.large-8{width:66.6666666667%}.large-push-8{left:66.6666666667%}.large-pull-8{left:-66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{width:75%}.large-push-9{left:75%}.large-pull-9{left:-75%}.large-offset-8{margin-left:66.6666666667%}.large-10{width:83.3333333333%}.large-push-10{left:83.3333333333%}.large-pull-10{left:-83.3333333333%}.large-offset-9{margin-left:75%}.large-11{width:91.6666666667%}.large-push-11{left:91.6666666667%}.large-pull-11{left:-91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{width:100%}.large-offset-11{margin-left:91.6666666667%}.large-up-1>.column,.large-up-1>.columns{float:left;width:100%}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{float:left;width:50%}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{float:left;width:33.3333333333%}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{float:left;width:25%}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{float:left;width:20%}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{float:left;width:16.6666666667%}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{float:left;width:14.2857142857%}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{float:left;width:12.5%}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .large-collapse.row,.large-collapse .row{margin-right:0;margin-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.9868421053rem;padding-left:.9868421053rem}.large-centered{margin-right:auto;margin-left:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-pull-0,.large-push-0,.large-uncentered{position:static;float:left;margin-right:0;margin-left:0}}.clearfix::after,hr{clear:both}.column-block{margin-bottom:1.3157894737rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.column-block{margin-bottom:1.9736842105rem}.column-block>:last-child{margin-bottom:0}}figure,kbd{margin:0}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{line-height:1.4;margin-top:0;margin-bottom:.5rem}ol,ul{margin-left:1.25rem}dl,ol,p,ul{margin-bottom:1rem}p{font-size:inherit}em,i{font-style:italic}b,strong{font-weight:700}h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:400;color:inherit}code,kbd{background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#23241f}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#cacaca}h1{font-size:1.5789473684rem}h2{font-size:1.3157894737rem}h3{font-size:1.25rem}h4{font-size:1.1842105263rem}h5{font-size:1.1184210526rem}h6{font-size:1.0526315789rem}@media print,screen and (min-width:40em){h1{font-size:1.7105263158rem}h2{font-size:1.5789473684rem}h3{font-size:1.3157894737rem}h4{font-size:1.1842105263rem}h5{font-size:1.1184210526rem}h6{font-size:1.0526315789rem}}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#1779ba;cursor:pointer}a:focus,a:hover{color:#1468a0}a img{border:0}hr{box-sizing:content-box;max-width:auto;height:0;margin:1.3157894737rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}dl,ol,ul{list-style-position:outside}li{font-size:inherit}ul{list-style-type:disc}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:700}.subheader,code,label,select{font-weight:400}blockquote{margin:0 0 1rem;padding:.5921052632rem 1.3157894737rem 0 1.25rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8552631579rem;color:#8a8a8a}cite:before{content:"— "}abbr,abbr[title]{border-bottom:1px dotted #23241f;cursor:help}code{padding:.1315789474rem .3289473684rem .0657894737rem;border:1px solid #cacaca}kbd{padding:.1315789474rem .2631578947rem 0}.button,select{font-family:inherit}.subheader{margin-top:.2rem;margin-bottom:.5rem;line-height:1.4;color:#8a8a8a}.lead{font-size:118.75%;line-height:1.6}.button,.stat{line-height:1}.stat{font-size:2.5rem}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*{background:0 0!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^='javascript:']:after,a[href^='#']:after{content:''}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a}thead{display:table-header-group}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem;padding:.85em 1em;-webkit-appearance:none;border:1px solid transparent;border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;font-size:.9rem;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe}.button.disabled,.button.disabled.alert,.button.disabled.primary,.button.disabled.secondary,.button.disabled.success,.button.disabled.warning,.button[disabled],.button[disabled].alert,.button[disabled].primary,.button[disabled].secondary,.button[disabled].success,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button:focus,.button:hover{background-color:#14679e;color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#1779ba;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#126195;color:#fefefe}.button.secondary{background-color:#767676;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#5e5e5e;color:#fefefe}.button.success{background-color:#3adb76;color:#23241f}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#23241f}.button.warning{background-color:#ffae00;color:#23241f}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#23241f}.button.alert{background-color:#cc4b37;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#a53b2a;color:#fefefe}.button.disabled,.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover,.button[disabled]:focus,.button[disabled]:hover{background-color:#1779ba;color:#fefefe}.button.disabled.secondary,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary,.button[disabled].secondary:focus,.button[disabled].secondary:hover{background-color:#767676;color:#fefefe}.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover{background-color:#3adb76;color:#23241f}.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover{background-color:#ffae00;color:#23241f}.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover{background-color:#cc4b37;color:#fefefe}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover,.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow{border:1px solid #1779ba;color:#1779ba}.button.hollow:focus,.button.hollow:hover{border-color:#0c3d5d;color:#0c3d5d}.button.hollow.primary,.button.hollow:focus.disabled,.button.hollow:focus[disabled],.button.hollow:hover.disabled,.button.hollow:hover[disabled]{border:1px solid #1779ba;color:#1779ba}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#0c3d5d;color:#0c3d5d}.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled],.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled]{border:1px solid #1779ba;color:#1779ba}.button.hollow.secondary{border:1px solid #767676;color:#767676}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3b3b3b;color:#3b3b3b}.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled],.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled]{border:1px solid #767676;color:#767676}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled],.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled]{border:1px solid #3adb76;color:#3adb76}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled],.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled]{border:1px solid #ffae00;color:#ffae00}.button.hollow.alert{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#67251a;color:#67251a}.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled],.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled]{border:1px solid #cc4b37;color:#cc4b37}.button.clear{border:1px solid #1779ba;color:#1779ba}input:disabled,input[readonly],select:disabled,textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}.button.clear:focus,.button.clear:hover{color:#0c3d5d}.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover.disabled,.button.clear:hover[disabled]{border:1px solid #1779ba;color:#1779ba}.button.clear,.button.clear.disabled,.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear[disabled]{border-color:transparent}.button.clear.primary{border:1px solid #1779ba;color:#1779ba}.button.clear.primary:focus,.button.clear.primary:hover{color:#0c3d5d}.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled]{border:1px solid #1779ba;color:#1779ba}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary[disabled]{border-color:transparent}.button.clear.secondary{border:1px solid #767676;color:#767676}.button.clear.secondary:focus,.button.clear.secondary:hover{color:#3b3b3b}.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled]{border:1px solid #767676;color:#767676}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary[disabled]{border-color:transparent}.button.clear.success{border:1px solid #3adb76;color:#3adb76}.button.clear.success:focus,.button.clear.success:hover{color:#157539}.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover.disabled,.button.clear.success:hover[disabled]{border:1px solid #3adb76;color:#3adb76}.button.clear.success,.button.clear.success.disabled,.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success[disabled]{border-color:transparent}.button.clear.warning{border:1px solid #ffae00;color:#ffae00}.button.clear.warning:focus,.button.clear.warning:hover{color:#805700}.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled]{border:1px solid #ffae00;color:#ffae00}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning[disabled]{border-color:transparent}.button.clear.alert{border:1px solid #cc4b37;color:#cc4b37}.button.clear.alert:focus,.button.clear.alert:hover{color:#67251a}.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled]{border:1px solid #cc4b37;color:#cc4b37}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert[disabled]{border-color:transparent}.button.dropdown::after{width:0;height:0;border:.4em inset;content:'';border-bottom-width:0;border-top-style:solid;border-color:#fefefe transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.hollow.primary::after,.button.dropdown.hollow::after{border-top-color:#1779ba}.button.dropdown.hollow.secondary::after{border-top-color:#767676}.button.dropdown.hollow.success::after{border-top-color:#3adb76}.button.dropdown.hollow.warning::after{border-top-color:#ffae00}.button.dropdown.hollow.alert::after{border-top-color:#cc4b37}.button.arrow-only::after{top:-.1em;float:none;margin-left:0}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{display:block;box-sizing:border-box;width:100%;height:2.5657894737rem;margin:0 0 1.0526315789rem;padding:.5263157895rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;box-shadow:inset 0 1px 2px rgba(35,36,31,.1);font-family:inherit;font-size:1.0526315789rem;font-weight:400;line-height:1.5;color:#23241f;transition:box-shadow .5s,border-color .25s ease-in-out;appearance:none}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{outline:0;border:1px solid #8a8a8a;background-color:#fefefe;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{min-height:50px;max-width:100%}textarea[rows]{height:auto}input::placeholder,textarea::placeholder{color:#cacaca}[type=submit],[type=button]{appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}[type=file],[type=checkbox],[type=radio]{margin:0 0 1.0526315789rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5263157895rem;margin-right:1.0526315789rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5263157895rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.9210526316rem;line-height:1.8;color:#23241f}label.middle{margin:0 0 1.0526315789rem;padding:.5921052632rem 0}.help-text{margin-top:-.5263157895rem;font-size:.8552631579rem;font-style:italic;color:#23241f}.input-group{display:flex;width:100%;margin-bottom:1.0526315789rem;align-items:stretch}.input-group>:first-child,.input-group>:last-child>*{border-radius:0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#23241f;text-align:center;white-space:nowrap;display:flex;flex:0 0 auto;align-items:center}select,select:focus{background-color:#fefefe;transition:box-shadow .5s,border-color .25s ease-in-out}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;height:auto;min-width:0}.fieldset,select{border:1px solid #cacaca}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;flex:0 0 auto}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{height:2.6315789474rem;padding-top:0;padding-bottom:0;font-size:1.0526315789rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5263157895rem}.fieldset{margin:1.1842105263rem 0;padding:1.3157894737rem}.fieldset legend{margin:0 0 0 -.1973684211rem;padding:0 .1973684211rem}select{height:2.5657894737rem;margin:0 0 1.0526315789rem;padding:.5263157895rem 1.5789473684rem .5263157895rem .5263157895rem;appearance:none;border-radius:0;font-size:1.0526315789rem;line-height:1.5;color:#23241f;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1.0526315789rem center;background-repeat:no-repeat;background-size:9px 6px}.form-error,caption{font-weight:700}.form-error,.is-invalid-label{color:#cc4b37}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{border:1px solid #8a8a8a;box-shadow:0 0 5px #cacaca}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:#f9ecea}.label,.label.primary{background:#1779ba;color:#fefefe}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.form-error{display:none;margin-top:-.5263157895rem;margin-bottom:1.0526315789rem;font-size:.7894736842rem}.form-error.is-visible{display:block}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.9375em){.hide-for-small-only,.show-for-medium{display:none!important}}@media screen and (min-width:40em) and (max-width:63.9375em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.9375em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.9375em){.show-for-large{display:none!important}}@media screen and (min-width:64em) and (max-width:74.9375em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.9375em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%);border:0}.label,table{border-radius:0}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}.table-scroll,table.scroll{overflow-x:auto}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}.hide-for-landscape,.show-for-portrait{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}.hide-for-landscape,.show-for-portrait{display:block!important}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::after,.clearfix::before{display:table;content:' ';flex-basis:0;order:1}.close-button{position:absolute;color:#8a8a8a;cursor:pointer}.close-button:focus,.close-button:hover{color:#23241f}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.label{display:inline-block;padding:.33333rem .5rem;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default}caption,tbody td,tbody th,tfoot td,tfoot th,thead td,thead th{padding:.5263157895rem .6578947368rem .6578947368rem}.label.secondary{background:#767676;color:#fefefe}.label.success{background:#3adb76;color:#23241f}.label.warning{background:#ffae00;color:#23241f}.label.alert{background:#cc4b37;color:#fefefe}tfoot,thead{color:#23241f}table{border-collapse:collapse;width:100%;margin-bottom:1rem}tbody,tfoot,thead{border:1px solid #f1f1f1;background-color:#fefefe}thead{background:#f8f8f8}tfoot{background:#f1f1f1}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{font-weight:700;text-align:left}tbody tr:nth-child(even){border-bottom:0;background-color:#f1f1f1}table.unstriped tbody,table.unstriped tbody tr{background-color:#fefefe}table.unstriped tbody tr{border-bottom:0;border-bottom:1px solid #f1f1f1}@media screen and (max-width:63.9375em){table.stack tfoot,table.stack thead{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:#ececec}.table-scroll table{width:auto} \ No newline at end of file @charset "UTF-8";/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:95%}*,::after,::before{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#2d3134;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;appearance:none;border:0;border-radius:0;background:0 0;line-height:1}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}.row{max-width:auto;margin-right:auto;margin-left:auto}.row::after,.row::before{display:table;content:' ';flex-basis:0;order:1}.row::after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row .row{margin-right:-.6578947368rem;margin-left:-.6578947368rem}@media print,screen and (min-width:40em){.row .row{margin-right:-.9868421053rem;margin-left:-.9868421053rem}}@media print,screen and (min-width:64em){.row .row{margin-right:-.9868421053rem;margin-left:-.9868421053rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.gutter-small>.column,.row.gutter-small>.columns{padding-right:.6578947368rem;padding-left:.6578947368rem}.row.gutter-medium>.column,.row.gutter-medium>.columns{padding-right:.9868421053rem;padding-left:.9868421053rem}.column,.columns{width:100%;float:left;padding-right:.6578947368rem;padding-left:.6578947368rem}@media print,screen and (min-width:40em){.column,.columns{padding-right:.9868421053rem;padding-left:.9868421053rem}}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{width:8.3333333333%}.small-push-1{position:relative;left:8.3333333333%}.small-pull-1{position:relative;left:-8.3333333333%}.small-offset-0{margin-left:0}.small-2{width:16.6666666667%}.small-push-2{position:relative;left:16.6666666667%}.small-pull-2{position:relative;left:-16.6666666667%}.small-offset-1{margin-left:8.3333333333%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-offset-2{margin-left:16.6666666667%}.small-4{width:33.3333333333%}.small-push-4{position:relative;left:33.3333333333%}.small-pull-4{position:relative;left:-33.3333333333%}.small-offset-3{margin-left:25%}.small-5{width:41.6666666667%}.small-push-5{position:relative;left:41.6666666667%}.small-pull-5{position:relative;left:-41.6666666667%}.small-offset-4{margin-left:33.3333333333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-offset-5{margin-left:41.6666666667%}.small-7{width:58.3333333333%}.small-push-7{position:relative;left:58.3333333333%}.small-pull-7{position:relative;left:-58.3333333333%}.small-offset-6{margin-left:50%}.small-8{width:66.6666666667%}.small-push-8{position:relative;left:66.6666666667%}.small-pull-8{position:relative;left:-66.6666666667%}.small-offset-7{margin-left:58.3333333333%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-offset-8{margin-left:66.6666666667%}.small-10{width:83.3333333333%}.small-push-10{position:relative;left:83.3333333333%}.small-pull-10{position:relative;left:-83.3333333333%}.small-offset-9{margin-left:75%}.small-11{width:91.6666666667%}.small-push-11{position:relative;left:91.6666666667%}.small-pull-11{position:relative;left:-91.6666666667%}.small-offset-10{margin-left:83.3333333333%}.small-12{width:100%}.small-offset-11{margin-left:91.6666666667%}.small-up-1>.column,.small-up-1>.columns{float:left;width:100%}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{float:left;width:50%}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{float:left;width:33.3333333333%}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{float:left;width:25%}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{float:left;width:20%}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{float:left;width:16.6666666667%}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{float:left;width:14.2857142857%}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{float:left;width:12.5%}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-collapse .row{margin-right:0;margin-left:0}.expanded.row .small-collapse.row{margin-right:0;margin-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.6578947368rem;padding-left:.6578947368rem}.small-centered{margin-right:auto;margin-left:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-pull-0,.small-push-0,.small-uncentered{position:static;float:left;margin-right:0;margin-left:0}@media print,screen and (min-width:40em){.medium-1{width:8.3333333333%}.medium-push-1{position:relative;left:8.3333333333%}.medium-pull-1{position:relative;left:-8.3333333333%}.medium-offset-0{margin-left:0}.medium-2{width:16.6666666667%}.medium-push-2{position:relative;left:16.6666666667%}.medium-pull-2{position:relative;left:-16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{width:25%}.medium-push-3{position:relative;left:25%}.medium-pull-3{position:relative;left:-25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{width:33.3333333333%}.medium-push-4{position:relative;left:33.3333333333%}.medium-pull-4{position:relative;left:-33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.6666666667%}.medium-push-5{position:relative;left:41.6666666667%}.medium-pull-5{position:relative;left:-41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{position:relative;left:-50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{width:58.3333333333%}.medium-push-7{position:relative;left:58.3333333333%}.medium-pull-7{position:relative;left:-58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.6666666667%}.medium-push-8{position:relative;left:66.6666666667%}.medium-pull-8{position:relative;left:-66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{width:75%}.medium-push-9{position:relative;left:75%}.medium-pull-9{position:relative;left:-75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{width:83.3333333333%}.medium-push-10{position:relative;left:83.3333333333%}.medium-pull-10{position:relative;left:-83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.6666666667%}.medium-push-11{position:relative;left:91.6666666667%}.medium-pull-11{position:relative;left:-91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-up-1>.column,.medium-up-1>.columns{float:left;width:100%}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{float:left;width:50%}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{float:left;width:33.3333333333%}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{float:left;width:25%}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{float:left;width:20%}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{float:left;width:16.6666666667%}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{float:left;width:14.2857142857%}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{float:left;width:12.5%}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-collapse .row{margin-right:0;margin-left:0}.expanded.row .medium-collapse.row{margin-right:0;margin-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9868421053rem;padding-left:.9868421053rem}.medium-centered{margin-right:auto;margin-left:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-pull-0,.medium-push-0,.medium-uncentered{position:static;float:left;margin-right:0;margin-left:0}}@media print,screen and (min-width:64em){.large-1{width:8.3333333333%}.large-push-1{position:relative;left:8.3333333333%}.large-pull-1{position:relative;left:-8.3333333333%}.large-offset-0{margin-left:0}.large-2{width:16.6666666667%}.large-push-2{position:relative;left:16.6666666667%}.large-pull-2{position:relative;left:-16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{width:25%}.large-push-3{position:relative;left:25%}.large-pull-3{position:relative;left:-25%}.large-offset-2{margin-left:16.6666666667%}.large-4{width:33.3333333333%}.large-push-4{position:relative;left:33.3333333333%}.large-pull-4{position:relative;left:-33.3333333333%}.large-offset-3{margin-left:25%}.large-5{width:41.6666666667%}.large-push-5{position:relative;left:41.6666666667%}.large-pull-5{position:relative;left:-41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{position:relative;left:-50%}.large-offset-5{margin-left:41.6666666667%}.large-7{width:58.3333333333%}.large-push-7{position:relative;left:58.3333333333%}.large-pull-7{position:relative;left:-58.3333333333%}.large-offset-6{margin-left:50%}.large-8{width:66.6666666667%}.large-push-8{position:relative;left:66.6666666667%}.large-pull-8{position:relative;left:-66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{width:75%}.large-push-9{position:relative;left:75%}.large-pull-9{position:relative;left:-75%}.large-offset-8{margin-left:66.6666666667%}.large-10{width:83.3333333333%}.large-push-10{position:relative;left:83.3333333333%}.large-pull-10{position:relative;left:-83.3333333333%}.large-offset-9{margin-left:75%}.large-11{width:91.6666666667%}.large-push-11{position:relative;left:91.6666666667%}.large-pull-11{position:relative;left:-91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{width:100%}.large-offset-11{margin-left:91.6666666667%}.large-up-1>.column,.large-up-1>.columns{float:left;width:100%}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{float:left;width:50%}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{float:left;width:33.3333333333%}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{float:left;width:25%}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{float:left;width:20%}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{float:left;width:16.6666666667%}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{float:left;width:14.2857142857%}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{float:left;width:12.5%}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-collapse .row{margin-right:0;margin-left:0}.expanded.row .large-collapse.row{margin-right:0;margin-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.9868421053rem;padding-left:.9868421053rem}.large-centered{margin-right:auto;margin-left:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-pull-0,.large-push-0,.large-uncentered{position:static;float:left;margin-right:0;margin-left:0}}.column-block{margin-bottom:1.3157894737rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.column-block{margin-bottom:1.9736842105rem}.column-block>:last-child{margin-bottom:0}}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}b,strong{font-weight:700;line-height:inherit}small{font-size:80%;line-height:inherit}h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#cacaca}h1{font-size:1.5789473684rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h2{font-size:1.3157894737rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h3{font-size:1.25rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h4{font-size:1.1842105263rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h5{font-size:1.1184210526rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h6{font-size:1.0526315789rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width:40em){h1{font-size:1.7105263158rem}h2{font-size:1.5789473684rem}h3{font-size:1.3157894737rem}h4{font-size:1.1842105263rem}h5{font-size:1.1184210526rem}h6{font-size:1.0526315789rem}}a{line-height:inherit;color:#1779ba;text-decoration:none;cursor:pointer}a:focus,a:hover{color:#1468a0}a img{border:0}hr{clear:both;max-width:auto;height:0;margin:1.3157894737rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5921052632rem 1.3157894737rem 0 1.25rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8552631579rem;color:#8a8a8a}cite:before{content:"— "}abbr,abbr[title]{border-bottom:1px dotted #2d3134;cursor:help;text-decoration:none}figure{margin:0}code{padding:.1315789474rem .3289473684rem .0657894737rem;border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#2d3134}kbd{margin:0;padding:.1315789474rem .2631578947rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#2d3134}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:118.75%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:0 0!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print{display:table-cell!important}th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^='#']:after,a[href^='javascript:']:after{content:''}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;font-family:inherit;padding:.85em 1em;-webkit-appearance:none;border:1px solid transparent;border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;font-size:.9rem;line-height:1;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#14679e;color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#1779ba;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#126195;color:#fefefe}.button.secondary{background-color:#767676;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#5e5e5e;color:#fefefe}.button.success{background-color:#3adb76;color:#2d3134}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#2d3134}.button.warning{background-color:#ffae00;color:#2d3134}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#2d3134}.button.alert{background-color:#cc4b37;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#a53b2a;color:#fefefe}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#1779ba;color:#fefefe}.button.disabled.primary,.button[disabled].primary{opacity:.25;cursor:not-allowed}.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover{background-color:#1779ba;color:#fefefe}.button.disabled.secondary,.button[disabled].secondary{opacity:.25;cursor:not-allowed}.button.disabled.secondary,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary,.button[disabled].secondary:focus,.button[disabled].secondary:hover{background-color:#767676;color:#fefefe}.button.disabled.success,.button[disabled].success{opacity:.25;cursor:not-allowed}.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover{background-color:#3adb76;color:#2d3134}.button.disabled.warning,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover{background-color:#ffae00;color:#2d3134}.button.disabled.alert,.button[disabled].alert{opacity:.25;cursor:not-allowed}.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover{background-color:#cc4b37;color:#fefefe}.button.hollow{border:1px solid #1779ba;color:#1779ba}.button.hollow,.button.hollow:focus,.button.hollow:hover{background-color:transparent}.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#0c3d5d;color:#0c3d5d}.button.hollow:focus.disabled,.button.hollow:focus[disabled],.button.hollow:hover.disabled,.button.hollow:hover[disabled]{border:1px solid #1779ba;color:#1779ba}.button.hollow.primary{border:1px solid #1779ba;color:#1779ba}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#0c3d5d;color:#0c3d5d}.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled],.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled]{border:1px solid #1779ba;color:#1779ba}.button.hollow.secondary{border:1px solid #767676;color:#767676}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3b3b3b;color:#3b3b3b}.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled],.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled]{border:1px solid #767676;color:#767676}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled],.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled]{border:1px solid #3adb76;color:#3adb76}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled],.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled]{border:1px solid #ffae00;color:#ffae00}.button.hollow.alert{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#67251a;color:#67251a}.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled],.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled]{border:1px solid #cc4b37;color:#cc4b37}.button.clear{border:1px solid #1779ba;color:#1779ba}.button.clear,.button.clear:focus,.button.clear:hover{background-color:transparent}.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{background-color:transparent}.button.clear:focus,.button.clear:hover{border-color:#0c3d5d;color:#0c3d5d}.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover.disabled,.button.clear:hover[disabled]{border:1px solid #1779ba;color:#1779ba}.button.clear,.button.clear.disabled,.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear[disabled]{border-color:transparent}.button.clear.primary{border:1px solid #1779ba;color:#1779ba}.button.clear.primary:focus,.button.clear.primary:hover{border-color:#0c3d5d;color:#0c3d5d}.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled]{border:1px solid #1779ba;color:#1779ba}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary[disabled]{border-color:transparent}.button.clear.secondary{border:1px solid #767676;color:#767676}.button.clear.secondary:focus,.button.clear.secondary:hover{border-color:#3b3b3b;color:#3b3b3b}.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled]{border:1px solid #767676;color:#767676}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary[disabled]{border-color:transparent}.button.clear.success{border:1px solid #3adb76;color:#3adb76}.button.clear.success:focus,.button.clear.success:hover{border-color:#157539;color:#157539}.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover.disabled,.button.clear.success:hover[disabled]{border:1px solid #3adb76;color:#3adb76}.button.clear.success,.button.clear.success.disabled,.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success[disabled]{border-color:transparent}.button.clear.warning{border:1px solid #ffae00;color:#ffae00}.button.clear.warning:focus,.button.clear.warning:hover{border-color:#805700;color:#805700}.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled]{border:1px solid #ffae00;color:#ffae00}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning[disabled]{border-color:transparent}.button.clear.alert{border:1px solid #cc4b37;color:#cc4b37}.button.clear.alert:focus,.button.clear.alert:hover{border-color:#67251a;color:#67251a}.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled]{border:1px solid #cc4b37;color:#cc4b37}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert[disabled]{border-color:transparent}.button.dropdown::after{display:block;width:0;height:0;border:inset .4em;content:'';border-bottom-width:0;border-top-style:solid;border-color:#fefefe transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.hollow::after{border-top-color:#1779ba}.button.dropdown.hollow.primary::after{border-top-color:#1779ba}.button.dropdown.hollow.secondary::after{border-top-color:#767676}.button.dropdown.hollow.success::after{border-top-color:#3adb76}.button.dropdown.hollow.warning::after{border-top-color:#ffae00}.button.dropdown.hollow.alert::after{border-top-color:#cc4b37}.button.arrow-only::after{top:-.1em;float:none;margin-left:0}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;box-sizing:border-box;width:100%;height:2.5657894737rem;margin:0 0 1.0526315789rem;padding:.5263157895rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;box-shadow:inset 0 1px 2px rgba(45,49,52,.1);font-family:inherit;font-size:1.0526315789rem;font-weight:400;line-height:1.5;color:#2d3134;transition:box-shadow .5s,border-color .25s ease-in-out;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:0;border:1px solid #8a8a8a;background-color:#fefefe;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input::placeholder,textarea::placeholder{color:#cacaca}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}[type=checkbox],[type=file],[type=radio]{margin:0 0 1.0526315789rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5263157895rem;margin-right:1.0526315789rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5263157895rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.9210526316rem;font-weight:400;line-height:1.8;color:#2d3134}label.middle{margin:0 0 1.0526315789rem;padding:.5921052632rem 0}.help-text{margin-top:-.5263157895rem;font-size:.8552631579rem;font-style:italic;color:#2d3134}.input-group{display:flex;width:100%;margin-bottom:1.0526315789rem;align-items:stretch}.input-group>:first-child{border-radius:0}.input-group>:last-child>*{border-radius:0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#2d3134;text-align:center;white-space:nowrap;display:flex;flex:0 0 auto;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;height:auto;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;flex:0 0 auto}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{height:2.6315789474rem;padding-top:0;padding-bottom:0;font-size:1.0526315789rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5263157895rem}.fieldset{margin:1.1842105263rem 0;padding:1.3157894737rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1973684211rem;padding:0 .1973684211rem}select{height:2.5657894737rem;margin:0 0 1.0526315789rem;padding:.5263157895rem;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1.0526315789rem;font-weight:400;line-height:1.5;color:#2d3134;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1.0526315789rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5789473684rem;transition:box-shadow .5s,border-color .25s ease-in-out}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{outline:0;border:1px solid #8a8a8a;background-color:#fefefe;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:#f9ecea}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-.5263157895rem;margin-bottom:1.0526315789rem;font-size:.7894736842rem;font-weight:700;color:#cc4b37}.form-error.is-visible{display:block}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:39.9375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.9375em){.show-for-medium{display:none!important}}@media screen and (min-width:40em) and (max-width:63.9375em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.9375em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.9375em){.show-for-large{display:none!important}}@media screen and (min-width:64em) and (max-width:74.9375em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.9375em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%);border:0}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::after,.clearfix::before{display:table;content:' ';flex-basis:0;order:1}.clearfix::after{clear:both}.close-button{position:absolute;color:#8a8a8a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#2d3134}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#1779ba;color:#fefefe}.label.primary{background:#1779ba;color:#fefefe}.label.secondary{background:#767676;color:#fefefe}.label.success{background:#3adb76;color:#2d3134}.label.warning{background:#ffae00;color:#2d3134}.label.alert{background:#cc4b37;color:#fefefe}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid #f1f1f1;background-color:#fefefe}caption{padding:.5263157895rem .6578947368rem .6578947368rem;font-weight:700}thead{background:#f8f8f8;color:#2d3134}tfoot{background:#f1f1f1;color:#2d3134}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{padding:.5263157895rem .6578947368rem .6578947368rem;font-weight:700;text-align:left}tbody td,tbody th{padding:.5263157895rem .6578947368rem .6578947368rem}tbody tr:nth-child(even){border-bottom:0;background-color:#f1f1f1}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:0;border-bottom:1px solid #f1f1f1;background-color:#fefefe}@media screen and (max-width:63.9375em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.table-scroll table{width:auto} \ No newline at end of file
diff --git a/support/doc/api/html/stylesheets/spectacle.css b/support/doc/api/html/stylesheets/spectacle.css
index 1fc414e0b..fe9b945d1 100644
--- a/support/doc/api/html/stylesheets/spectacle.css
+++ b/support/doc/api/html/stylesheets/spectacle.css
@@ -1019,7 +1019,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1019 #spectacle #sidebar a { 1019 #spectacle #sidebar a {
1020 display: block; 1020 display: block;
1021 margin: 0 0 0.25rem; 1021 margin: 0 0 0.25rem;
1022 color: #46483e; 1022 color: #4a5055;
1023 white-space: nowrap; 1023 white-space: nowrap;
1024 overflow: hidden; 1024 overflow: hidden;
1025 -o-text-overflow: ellipsis; 1025 -o-text-overflow: ellipsis;
@@ -1053,7 +1053,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1053 @media print, screen and (min-width: 64em) { 1053 @media print, screen and (min-width: 64em) {
1054 #spectacle #docs .example-box { 1054 #spectacle #docs .example-box {
1055 display: block; 1055 display: block;
1056 background-color: #23241f; 1056 background-color: #2d3134;
1057 position: absolute; 1057 position: absolute;
1058 right: 0; 1058 right: 0;
1059 top: 0; 1059 top: 0;
@@ -1063,7 +1063,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1063 #spectacle article .no-description { 1063 #spectacle article .no-description {
1064 color: #8a8a8a; } 1064 color: #8a8a8a; }
1065 #spectacle article dt { 1065 #spectacle article dt {
1066 color: #23241f; } 1066 color: #2d3134; }
1067 #spectacle article table.table { 1067 #spectacle article table.table {
1068 width: 100%; } 1068 width: 100%; }
1069 #spectacle article code { 1069 #spectacle article code {
@@ -1087,7 +1087,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1087 font-weight: bold; 1087 font-weight: bold;
1088 background: transparent; 1088 background: transparent;
1089 border: none; 1089 border: none;
1090 color: #515448; } 1090 color: #535b60; }
1091 #spectacle article h1.doc-title span { 1091 #spectacle article h1.doc-title span {
1092 display: none; 1092 display: none;
1093 opacity: 0.65; 1093 opacity: 0.65;
@@ -1123,6 +1123,8 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1123 border-top: 1px solid #ddd; } 1123 border-top: 1px solid #ddd; }
1124 #spectacle article .prop-row .prop-title { 1124 #spectacle article .prop-row .prop-title {
1125 font-weight: bold; } 1125 font-weight: bold; }
1126 #spectacle article .prop-row .prop-type {
1127 font-weight: 400; }
1126 #spectacle article .prop-row .prop-subtitle { 1128 #spectacle article .prop-row .prop-subtitle {
1127 font-weight: 400; 1129 font-weight: 400;
1128 font-size: 80%; } 1130 font-size: 80%; }
@@ -1153,7 +1155,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1153 padding-left: 2.25rem !important; 1155 padding-left: 2.25rem !important;
1154 padding-right: 2.25rem !important; 1156 padding-right: 2.25rem !important;
1155 color: #fefefe; 1157 color: #fefefe;
1156 background-color: #23241f; } 1158 background-color: #2d3134; }
1157 #spectacle article .doc-examples h5 { 1159 #spectacle article .doc-examples h5 {
1158 color: #fefefe; 1160 color: #fefefe;
1159 font-size: 1rem; 1161 font-size: 1rem;
@@ -1169,7 +1171,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1169 display: block; 1171 display: block;
1170 margin-bottom: 1.5rem; 1172 margin-bottom: 1.5rem;
1171 padding: 1.5rem; 1173 padding: 1.5rem;
1172 font-family: Consolas,"Liberation Mono",Courier,monospace; 1174 font-family: Consolas, "Liberation Mono", Courier, monospace;
1173 font-weight: inherit; 1175 font-weight: inherit;
1174 color: inherit; 1176 color: inherit;
1175 background-color: transparent; 1177 background-color: transparent;
@@ -1181,6 +1183,15 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1181 word-spacing: normal; 1183 word-spacing: normal;
1182 white-space: pre-wrap; 1184 white-space: pre-wrap;
1183 word-break: normal; } 1185 word-break: normal; }
1186 #spectacle article .doc-examples tbody tr:nth-child(even) {
1187 border-bottom: 0;
1188 background-color: #353a3d; }
1189 #spectacle article .doc-examples tbody, #spectacle article .doc-examples tfoot, #spectacle article .doc-examples thead {
1190 color: #FFFFFF;
1191 background-color: #2d3134;
1192 border: 0px; }
1193 #spectacle article .doc-examples thead {
1194 background-color: #2d3134; }
1184 #spectacle article .doc-examples .swagger-response-headers { 1195 #spectacle article .doc-examples .swagger-response-headers {
1185 background-color: transparent; 1196 background-color: transparent;
1186 border: none; 1197 border: none;
@@ -1235,7 +1246,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1235 #spectacle article .definition dl dt { 1246 #spectacle article .definition dl dt {
1236 font-weight: normal; } 1247 font-weight: normal; }
1237 #spectacle article .definition dl dd { 1248 #spectacle article .definition dl dd {
1238 font-weight: lighter; } 1249 font-style: italic; }
1239 #spectacle article .definition .json-property-name { 1250 #spectacle article .definition .json-property-name {
1240 font-weight: bold; } 1251 font-weight: bold; }
1241 #spectacle article .hljs { 1252 #spectacle article .hljs {
@@ -1245,7 +1256,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1245 margin-bottom: 1rem; 1256 margin-bottom: 1rem;
1246 border: none; } 1257 border: none; }
1247 #spectacle .drawer-layout .drawer { 1258 #spectacle .drawer-layout .drawer {
1248 box-shadow: 0 0 10px rgba(35, 36, 31, 0.5); 1259 box-shadow: 0 0 10px rgba(45, 49, 52, 0.5);
1249 transition: transform 0.5s ease; 1260 transition: transform 0.5s ease;
1250 backface-visibility: hidden; } 1261 backface-visibility: hidden; }
1251 #spectacle .drawer-layout .drawer.slide-left { 1262 #spectacle .drawer-layout .drawer.slide-left {
@@ -1283,7 +1294,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1283 position: fixed; 1294 position: fixed;
1284 top: 0.75rem; 1295 top: 0.75rem;
1285 right: 0.75rem; 1296 right: 0.75rem;
1286 background-color: rgba(35, 36, 31, 0.75); 1297 background-color: rgba(45, 49, 52, 0.75);
1287 padding: 0.65rem; 1298 padding: 0.65rem;
1288 z-index: 1; 1299 z-index: 1;
1289 border-radius: 5px; 1300 border-radius: 5px;
diff --git a/support/doc/api/html/stylesheets/spectacle.min.css b/support/doc/api/html/stylesheets/spectacle.min.css
index e769038a9..802d2ef69 100644
--- a/support/doc/api/html/stylesheets/spectacle.min.css
+++ b/support/doc/api/html/stylesheets/spectacle.min.css
@@ -1 +1 @@
@charset "UTF-8";#spectacle .swagger-operation-description:before,#spectacle .swagger-operation-path:before,#spectacle .swagger-request-body:before,#spectacle .swagger-request-params:before,#spectacle .swagger-responses:before{color:#f68b1f;font-size:.9rem;margin-bottom:.5em;text-transform:uppercase}#spectacle table.table th.swagger-param-data-type,#spectacle table.table th.swagger-param-description,#spectacle table.table th.swagger-param-key,#spectacle table.table th.swagger-param-name,#spectacle table.table th.swagger-param-type,#spectacle table.table th.swagger-request-security-schema,#spectacle table.table th.swagger-response-code,#spectacle table.table th.swagger-response-description,#spectacle table.table th.swagger-response-header-data-type,#spectacle table.table th.swagger-response-header-description,#spectacle table.table th.swagger-response-header-name,#spectacle table.table th.swagger-response-schema{width:auto}#spectacle .hljs-emphasis,#spectacle .json-property-format{font-style:italic}#spectacle .swagger-operation-path:before{content:"Path";display:block}#spectacle .swagger-operation-description:before{content:"Description";display:block}#spectacle .swagger-request-params:before{content:"Request parameters";display:block}#spectacle .swagger-request-body:before{content:"Request body";display:block}#spectacle .swagger-request-body .json-schema-properties:before{display:none}#spectacle .swagger-responses:before{content:"Responses";display:block}#spectacle .swagger-global:before{display:inline-block;line-height:1;white-space:nowrap;cursor:default;background:#cc4b37;color:#fefefe;font-size:.75rem;border-radius:4px;padding:3px 6px;content:"global"}#spectacle table.table th.swagger-param-key:before{content:"Key"}#spectacle table.table th.swagger-param-name:before{content:"Name"}#spectacle table.table th.swagger-param-description:before{content:"Description"}#spectacle table.table th.swagger-param-data-type:before{content:"Data type"}#spectacle table.table th.swagger-param-type:before{content:"Type"}#spectacle table.table th.swagger-request-security-schema:before{content:"Schema"}#spectacle table.table th.swagger-request-security-scopes{width:auto}#spectacle table.table th.swagger-request-security-scopes:before{content:"Scopes"}#spectacle table.table th.swagger-response-header-name:before{content:"Header"}#spectacle table.table th.swagger-response-header-description:before{content:"Description"}#spectacle table.table th.swagger-response-header-data-type:before{content:"Data type"}#spectacle table.table th.swagger-response-code:before{content:"Code"}#spectacle table.table th.swagger-response-description:before{content:"Description"}#spectacle table.table th.swagger-response-schema:before{content:"Schema"}#spectacle .swagger-response-name-value{font-weight:700}#spectacle .swagger-response-description-text{padding-bottom:.5em}#spectacle .swagger-request-security:before{content:"Security";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .swagger-security-definition-basic:before{color:#cacaca;content:"(HTTP Basic Authentication)"}#spectacle .swagger-security-definition-oauth2:before{color:#cacaca;content:"(OAuth2 Authentication)"}#spectacle .swagger-security-definition-apiKey:before{color:#cacaca;content:"(API Key Authentication)"}#spectacle .json-schema-description:before,#spectacle .json-schema-properties:before{display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .json-schema-description:before{content:"Description"}#spectacle .json-schema-properties:before{content:"Properties"}#spectacle .json-schema-properties dl{margin:0}#spectacle .json-schema-properties dt{margin-bottom:.25rem}#spectacle .json-schema-properties dt.has-description{margin-bottom:0}#spectacle .json-schema-properties dd{color:#8a8a8a}#spectacle .json-schema-properties dd:not(:last-child){padding-bottom:.5rem}#spectacle .json-schema-description+.json-schema-properties{margin-top:1.5rem}#spectacle .json-schema-ref-array:before{color:#8a8a8a;content:"Array<"}#spectacle .json-schema-ref-array:after{color:#8a8a8a;content:">"}#spectacle .json-schema-additionalProperties:before,#spectacle .json-schema-allOf-inherited:before,#spectacle .json-schema-array-items:before,#spectacle .json-schema-example:before{display:block;margin-bottom:.5em;color:#f68b1f;font-size:.9rem;text-transform:uppercase}#spectacle .json-schema-example:before{content:"Example"}#spectacle .json-schema-array-items:before{content:"Items"}#spectacle .json-schema-allOf-inherited:before{content:"Inherited"}#spectacle .json-schema-anyOf>dl{padding-left:1em}#spectacle .json-schema-anyOf>dl dt:not(:first-child):before{content:"or "}#spectacle .json-schema-anyOf>dl dt:first-child:before{content:"either "}#spectacle .json-schema-additionalProperties:before{content:"Additional properties"}#spectacle .json-inner-schema .json-schema-array-items,#spectacle .json-inner-schema .json-schema-description,#spectacle .json-inner-schema .json-schema-example,#spectacle .json-inner-schema .json-schema-properties{padding-left:1em;margin-top:.5em;padding-bottom:.5em}#spectacle .json-property-discriminator:before,#spectacle .json-property-read-only:before,#spectacle .json-property-required:before{display:inline-block;background:#cc4b37;font-size:.75rem;padding:3px 6px;line-height:1;cursor:default;color:#fefefe;border-radius:4px;white-space:nowrap}#spectacle .json-property-discriminator:before{content:"discriminator"}#spectacle .json-property-required:before{content:"required"}#spectacle .json-property-read-only:before{content:"read only"}#spectacle .json-property-enum:before{content:'enum: ['}#spectacle .json-property-enum:after{content:']'}#spectacle .json-property-default-value:before{content:'default: '}#spectacle .json-property-range:empty{display:none!important}#spectacle .json-property-range:before{content:'range: '}#spectacle .json-property-enum-item{font-weight:lighter;font-size:small}#spectacle .json-schema-reference{font-size:90%}#spectacle .no-padding{padding:0!important}#spectacle .no-margin{margin:0!important}#spectacle button:focus{outline:0}#spectacle .default-label{display:inline-block;line-height:1;white-space:nowrap;cursor:default;background:#767676;color:#fefefe;font-size:.75rem;border-radius:4px;padding:3px 6px}#spectacle #logo{text-align:center;padding-right:.5rem;padding-top:1rem;padding-bottom:.25rem}#spectacle #logo img{max-height:75px}#spectacle .row,#spectacle article .doc-row,#spectacle article .prop-row{max-width:auto;margin-right:auto;margin-left:auto}#spectacle .row.expanded,#spectacle .row:not(.expanded) .row,#spectacle .row:not(.expanded) article .doc-row,#spectacle .row:not(.expanded) article .prop-row,#spectacle article .doc-row:not(.expanded) .doc-row,#spectacle article .doc-row:not(.expanded) .prop-row,#spectacle article .doc-row:not(.expanded) .row,#spectacle article .expanded.doc-row,#spectacle article .expanded.prop-row,#spectacle article .prop-row:not(.expanded) .doc-row,#spectacle article .prop-row:not(.expanded) .prop-row,#spectacle article .prop-row:not(.expanded) .row,#spectacle article .row:not(.expanded) .doc-row,#spectacle article .row:not(.expanded) .prop-row{max-width:none}#spectacle .row::after,#spectacle .row::before,#spectacle article .doc-row::after,#spectacle article .doc-row::before,#spectacle article .prop-row::after,#spectacle article .prop-row::before{display:table;content:' ';flex-basis:0;order:1}#spectacle .row::after,#spectacle article .doc-row::after,#spectacle article .prop-row::after{clear:both}#spectacle .row.collapse>.column,#spectacle .row.collapse>.columns,#spectacle article .doc-row>.column,#spectacle article .doc-row>.columns,#spectacle article .doc-row>.doc-copy,#spectacle article .doc-row>.doc-examples,#spectacle article .prop-row .doc-row>.prop-name,#spectacle article .prop-row .doc-row>.prop-value,#spectacle article .prop-row .row.collapse>.prop-name,#spectacle article .prop-row .row.collapse>.prop-value,#spectacle article .prop-row>.column,#spectacle article .prop-row>.columns,#spectacle article .prop-row>.doc-copy,#spectacle article .prop-row>.doc-examples,#spectacle article .prop-row>.prop-name,#spectacle article .prop-row>.prop-value,#spectacle article .row.collapse>.doc-copy,#spectacle article .row.collapse>.doc-examples{padding-right:0;padding-left:0}#spectacle .row .row,#spectacle .row article .doc-row,#spectacle .row article .prop-row,#spectacle article .doc-row .doc-row,#spectacle article .doc-row .prop-row,#spectacle article .doc-row .row,#spectacle article .prop-row .doc-row,#spectacle article .prop-row .prop-row,#spectacle article .prop-row .row,#spectacle article .row .doc-row,#spectacle article .row .prop-row{margin-right:-.6578947368rem;margin-left:-.6578947368rem}@media print,screen and (min-width:40em){#spectacle .row .row,#spectacle .row article .doc-row,#spectacle .row article .prop-row,#spectacle article .doc-row .doc-row,#spectacle article .doc-row .prop-row,#spectacle article .doc-row .row,#spectacle article .prop-row .doc-row,#spectacle article .prop-row .prop-row,#spectacle article .prop-row .row,#spectacle article .row .doc-row,#spectacle article .row .prop-row{margin-right:-.9868421053rem;margin-left:-.9868421053rem}}@media print,screen and (min-width:64em){#spectacle .row .row,#spectacle .row article .doc-row,#spectacle .row article .prop-row,#spectacle article .doc-row .doc-row,#spectacle article .doc-row .prop-row,#spectacle article .doc-row .row,#spectacle article .prop-row .doc-row,#spectacle article .prop-row .prop-row,#spectacle article .prop-row .row,#spectacle article .row .doc-row,#spectacle article .row .prop-row{margin-right:-.9868421053rem;margin-left:-.9868421053rem}}#spectacle .row .row.collapse,#spectacle .row article .doc-row,#spectacle .row article .prop-row,#spectacle article .doc-row .doc-row,#spectacle article .doc-row .prop-row,#spectacle article .doc-row .row.collapse,#spectacle article .prop-row .doc-row,#spectacle article .prop-row .prop-row,#spectacle article .prop-row .row.collapse,#spectacle article .row .doc-row,#spectacle article .row .prop-row{margin-right:0;margin-left:0}#spectacle .row.expanded .row,#spectacle .row.expanded article .doc-row,#spectacle .row.expanded article .prop-row,#spectacle article .expanded.doc-row .doc-row,#spectacle article .expanded.doc-row .prop-row,#spectacle article .expanded.doc-row .row,#spectacle article .expanded.prop-row .doc-row,#spectacle article .expanded.prop-row .prop-row,#spectacle article .expanded.prop-row .row,#spectacle article .row.expanded .doc-row,#spectacle article .row.expanded .prop-row{margin-right:auto;margin-left:auto}#spectacle .row.gutter-small>.column,#spectacle .row.gutter-small>.columns,#spectacle article .gutter-small.doc-row>.column,#spectacle article .gutter-small.doc-row>.columns,#spectacle article .gutter-small.doc-row>.doc-copy,#spectacle article .gutter-small.doc-row>.doc-examples,#spectacle article .gutter-small.prop-row>.column,#spectacle article .gutter-small.prop-row>.columns,#spectacle article .gutter-small.prop-row>.doc-copy,#spectacle article .gutter-small.prop-row>.doc-examples,#spectacle article .gutter-small.prop-row>.prop-name,#spectacle article .gutter-small.prop-row>.prop-value,#spectacle article .prop-row .gutter-small.doc-row>.prop-name,#spectacle article .prop-row .gutter-small.doc-row>.prop-value,#spectacle article .prop-row .row.gutter-small>.prop-name,#spectacle article .prop-row .row.gutter-small>.prop-value,#spectacle article .row.gutter-small>.doc-copy,#spectacle article .row.gutter-small>.doc-examples{padding-right:.6578947368rem;padding-left:.6578947368rem}#spectacle .row.gutter-medium>.column,#spectacle .row.gutter-medium>.columns,#spectacle article .gutter-medium.doc-row>.column,#spectacle article .gutter-medium.doc-row>.columns,#spectacle article .gutter-medium.doc-row>.doc-copy,#spectacle article .gutter-medium.doc-row>.doc-examples,#spectacle article .gutter-medium.prop-row>.column,#spectacle article .gutter-medium.prop-row>.columns,#spectacle article .gutter-medium.prop-row>.doc-copy,#spectacle article .gutter-medium.prop-row>.doc-examples,#spectacle article .gutter-medium.prop-row>.prop-name,#spectacle article .gutter-medium.prop-row>.prop-value,#spectacle article .prop-row .gutter-medium.doc-row>.prop-name,#spectacle article .prop-row .gutter-medium.doc-row>.prop-value,#spectacle article .prop-row .row.gutter-medium>.prop-name,#spectacle article .prop-row .row.gutter-medium>.prop-value,#spectacle article .row.gutter-medium>.doc-copy,#spectacle article .row.gutter-medium>.doc-examples{padding-right:.9868421053rem;padding-left:.9868421053rem}#spectacle .column,#spectacle .columns,#spectacle article .doc-copy,#spectacle article .doc-examples,#spectacle article .prop-row .prop-name,#spectacle article .prop-row .prop-value{width:100%;float:left;padding-right:.6578947368rem;padding-left:.6578947368rem}@media print,screen and (min-width:40em){#spectacle .column,#spectacle .columns,#spectacle article .doc-copy,#spectacle article .doc-examples,#spectacle article .prop-row .prop-name,#spectacle article .prop-row .prop-value{padding-right:.9868421053rem;padding-left:.9868421053rem}}#spectacle .column:last-child:not(:first-child),#spectacle .columns:last-child:not(:first-child),#spectacle article .doc-copy:last-child:not(:first-child),#spectacle article .doc-examples:last-child:not(:first-child),#spectacle article .prop-row .prop-name:last-child:not(:first-child),#spectacle article .prop-row .prop-value:last-child:not(:first-child){float:right}#spectacle .column.end:last-child:last-child,#spectacle .end.columns:last-child:last-child,#spectacle article .end.doc-copy:last-child:last-child,#spectacle article .end.doc-examples:last-child:last-child,#spectacle article .prop-row .end.prop-name:last-child:last-child,#spectacle article .prop-row .end.prop-value:last-child:last-child{float:left}#spectacle .column.row.row,#spectacle .row.row.columns,#spectacle article .column.doc-row,#spectacle article .column.prop-row,#spectacle article .columns.doc-row,#spectacle article .columns.prop-row,#spectacle article .doc-row.doc-copy,#spectacle article .doc-row.doc-examples,#spectacle article .prop-row .prop-name.doc-row,#spectacle article .prop-row .prop-row.prop-name,#spectacle article .prop-row .prop-row.prop-value,#spectacle article .prop-row .prop-value.doc-row,#spectacle article .prop-row .row.row.prop-name,#spectacle article .prop-row .row.row.prop-value,#spectacle article .prop-row.doc-copy,#spectacle article .prop-row.doc-examples,#spectacle article .row.row.doc-copy,#spectacle article .row.row.doc-examples{float:none}#spectacle .row .column.row.row,#spectacle .row .row.row.columns,#spectacle .row article .column.doc-row,#spectacle .row article .column.prop-row,#spectacle .row article .columns.doc-row,#spectacle .row article .columns.prop-row,#spectacle .row article .doc-row.doc-copy,#spectacle .row article .doc-row.doc-examples,#spectacle .row article .prop-row .prop-name.doc-row,#spectacle .row article .prop-row .prop-row.prop-name,#spectacle .row article .prop-row .prop-row.prop-value,#spectacle .row article .prop-row .prop-value.doc-row,#spectacle .row article .prop-row.doc-copy,#spectacle .row article .prop-row.doc-examples,#spectacle .row article .row.row.doc-copy,#spectacle .row article .row.row.doc-examples,#spectacle article .doc-row .column.doc-row,#spectacle article .doc-row .column.prop-row,#spectacle article .doc-row .column.row.row,#spectacle article .doc-row .columns.doc-row,#spectacle article .doc-row .columns.prop-row,#spectacle article .doc-row .doc-row.doc-copy,#spectacle article .doc-row .doc-row.doc-examples,#spectacle article .doc-row .prop-row.doc-copy,#spectacle article .doc-row .prop-row.doc-examples,#spectacle article .doc-row .row.row.columns,#spectacle article .doc-row .row.row.doc-copy,#spectacle article .doc-row .row.row.doc-examples,#spectacle article .prop-row .column.doc-row,#spectacle article .prop-row .column.prop-row,#spectacle article .prop-row .column.row.row,#spectacle article .prop-row .columns.doc-row,#spectacle article .prop-row .columns.prop-row,#spectacle article .prop-row .doc-row.doc-copy,#spectacle article .prop-row .doc-row.doc-examples,#spectacle article .prop-row .prop-name.doc-row,#spectacle article .prop-row .prop-row.doc-copy,#spectacle article .prop-row .prop-row.doc-examples,#spectacle article .prop-row .prop-row.prop-name,#spectacle article .prop-row .prop-row.prop-value,#spectacle article .prop-row .prop-value.doc-row,#spectacle article .prop-row .row .prop-name.doc-row,#spectacle article .prop-row .row .prop-row.prop-name,#spectacle article .prop-row .row .prop-row.prop-value,#spectacle article .prop-row .row .prop-value.doc-row,#spectacle article .prop-row .row.row.columns,#spectacle article .prop-row .row.row.doc-copy,#spectacle article .prop-row .row.row.doc-examples,#spectacle article .prop-row .row.row.prop-name,#spectacle article .prop-row .row.row.prop-value,#spectacle article .row .column.doc-row,#spectacle article .row .column.prop-row,#spectacle article .row .columns.doc-row,#spectacle article .row .columns.prop-row,#spectacle article .row .doc-row.doc-copy,#spectacle article .row .doc-row.doc-examples,#spectacle article .row .prop-row.doc-copy,#spectacle article .row .prop-row.doc-examples,#spectacle article .row .row.row.doc-copy,#spectacle article .row .row.row.doc-examples{margin-right:0;margin-left:0;padding-right:0;padding-left:0}#spectacle .small-1{width:8.3333333333%}#spectacle .small-push-1{position:relative;left:8.3333333333%}#spectacle .small-pull-1{position:relative;left:-8.3333333333%}#spectacle .small-offset-0{margin-left:0}#spectacle .small-2{width:16.6666666667%}#spectacle .small-push-2{position:relative;left:16.6666666667%}#spectacle .small-pull-2{position:relative;left:-16.6666666667%}#spectacle .small-offset-1{margin-left:8.3333333333%}#spectacle .small-3{width:25%}#spectacle .small-push-3{position:relative;left:25%}#spectacle .small-pull-3{position:relative;left:-25%}#spectacle .small-offset-2{margin-left:16.6666666667%}#spectacle .small-4{width:33.3333333333%}#spectacle .small-push-4{position:relative;left:33.3333333333%}#spectacle .small-pull-4{position:relative;left:-33.3333333333%}#spectacle .small-offset-3{margin-left:25%}#spectacle .small-5,#spectacle article .prop-row .prop-name{width:41.6666666667%}#spectacle .small-push-5{position:relative;left:41.6666666667%}#spectacle .small-pull-5{position:relative;left:-41.6666666667%}#spectacle .small-offset-4{margin-left:33.3333333333%}#spectacle .small-6{width:50%}#spectacle .small-push-6{position:relative;left:50%}#spectacle .small-pull-6{position:relative;left:-50%}#spectacle .small-offset-5{margin-left:41.6666666667%}#spectacle .small-7,#spectacle article .prop-row .prop-value{width:58.3333333333%}#spectacle .small-push-7{position:relative;left:58.3333333333%}#spectacle .small-pull-7{position:relative;left:-58.3333333333%}#spectacle .small-offset-6{margin-left:50%}#spectacle .small-8{width:66.6666666667%}#spectacle .small-push-8{position:relative;left:66.6666666667%}#spectacle .small-pull-8{position:relative;left:-66.6666666667%}#spectacle .small-offset-7{margin-left:58.3333333333%}#spectacle .small-9{width:75%}#spectacle .small-push-9{position:relative;left:75%}#spectacle .small-pull-9{position:relative;left:-75%}#spectacle .small-offset-8{margin-left:66.6666666667%}#spectacle .small-10{width:83.3333333333%}#spectacle .small-push-10{position:relative;left:83.3333333333%}#spectacle .small-pull-10{position:relative;left:-83.3333333333%}#spectacle .small-offset-9{margin-left:75%}#spectacle .small-11{width:91.6666666667%}#spectacle .small-push-11{position:relative;left:91.6666666667%}#spectacle .small-pull-11{position:relative;left:-91.6666666667%}#spectacle .small-offset-10{margin-left:83.3333333333%}#spectacle .small-12{width:100%}#spectacle .small-offset-11{margin-left:91.6666666667%}#spectacle .small-up-1>.column,#spectacle .small-up-1>.columns,#spectacle article .prop-row .small-up-1>.prop-name,#spectacle article .prop-row .small-up-1>.prop-value,#spectacle article .small-up-1>.doc-copy,#spectacle article .small-up-1>.doc-examples{float:left;width:100%}#spectacle .small-up-1>.column:nth-of-type(1n),#spectacle .small-up-1>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-1>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-1>.prop-value:nth-of-type(1n),#spectacle article .small-up-1>.doc-copy:nth-of-type(1n),#spectacle article .small-up-1>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-1>.column:nth-of-type(1n+1),#spectacle .small-up-1>.columns:nth-of-type(1n+1),#spectacle article .prop-row .small-up-1>.prop-name:nth-of-type(1n+1),#spectacle article .prop-row .small-up-1>.prop-value:nth-of-type(1n+1),#spectacle article .small-up-1>.doc-copy:nth-of-type(1n+1),#spectacle article .small-up-1>.doc-examples:nth-of-type(1n+1){clear:both}#spectacle .small-up-1>.column:last-child,#spectacle .small-up-1>.columns:last-child,#spectacle article .prop-row .small-up-1>.prop-name:last-child,#spectacle article .prop-row .small-up-1>.prop-value:last-child,#spectacle article .small-up-1>.doc-copy:last-child,#spectacle article .small-up-1>.doc-examples:last-child{float:left}#spectacle .small-up-2>.column,#spectacle .small-up-2>.columns,#spectacle article .prop-row .small-up-2>.prop-name,#spectacle article .prop-row .small-up-2>.prop-value,#spectacle article .small-up-2>.doc-copy,#spectacle article .small-up-2>.doc-examples{float:left;width:50%}#spectacle .small-up-2>.column:nth-of-type(1n),#spectacle .small-up-2>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-2>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-2>.prop-value:nth-of-type(1n),#spectacle article .small-up-2>.doc-copy:nth-of-type(1n),#spectacle article .small-up-2>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-2>.column:nth-of-type(2n+1),#spectacle .small-up-2>.columns:nth-of-type(2n+1),#spectacle article .prop-row .small-up-2>.prop-name:nth-of-type(2n+1),#spectacle article .prop-row .small-up-2>.prop-value:nth-of-type(2n+1),#spectacle article .small-up-2>.doc-copy:nth-of-type(2n+1),#spectacle article .small-up-2>.doc-examples:nth-of-type(2n+1){clear:both}#spectacle .small-up-2>.column:last-child,#spectacle .small-up-2>.columns:last-child,#spectacle article .prop-row .small-up-2>.prop-name:last-child,#spectacle article .prop-row .small-up-2>.prop-value:last-child,#spectacle article .small-up-2>.doc-copy:last-child,#spectacle article .small-up-2>.doc-examples:last-child{float:left}#spectacle .small-up-3>.column,#spectacle .small-up-3>.columns,#spectacle article .prop-row .small-up-3>.prop-name,#spectacle article .prop-row .small-up-3>.prop-value,#spectacle article .small-up-3>.doc-copy,#spectacle article .small-up-3>.doc-examples{float:left;width:33.3333333333%}#spectacle .small-up-3>.column:nth-of-type(1n),#spectacle .small-up-3>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-3>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-3>.prop-value:nth-of-type(1n),#spectacle article .small-up-3>.doc-copy:nth-of-type(1n),#spectacle article .small-up-3>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-3>.column:nth-of-type(3n+1),#spectacle .small-up-3>.columns:nth-of-type(3n+1),#spectacle article .prop-row .small-up-3>.prop-name:nth-of-type(3n+1),#spectacle article .prop-row .small-up-3>.prop-value:nth-of-type(3n+1),#spectacle article .small-up-3>.doc-copy:nth-of-type(3n+1),#spectacle article .small-up-3>.doc-examples:nth-of-type(3n+1){clear:both}#spectacle .small-up-3>.column:last-child,#spectacle .small-up-3>.columns:last-child,#spectacle article .prop-row .small-up-3>.prop-name:last-child,#spectacle article .prop-row .small-up-3>.prop-value:last-child,#spectacle article .small-up-3>.doc-copy:last-child,#spectacle article .small-up-3>.doc-examples:last-child{float:left}#spectacle .small-up-4>.column,#spectacle .small-up-4>.columns,#spectacle article .prop-row .small-up-4>.prop-name,#spectacle article .prop-row .small-up-4>.prop-value,#spectacle article .small-up-4>.doc-copy,#spectacle article .small-up-4>.doc-examples{float:left;width:25%}#spectacle .small-up-4>.column:nth-of-type(1n),#spectacle .small-up-4>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-4>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-4>.prop-value:nth-of-type(1n),#spectacle article .small-up-4>.doc-copy:nth-of-type(1n),#spectacle article .small-up-4>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-4>.column:nth-of-type(4n+1),#spectacle .small-up-4>.columns:nth-of-type(4n+1),#spectacle article .prop-row .small-up-4>.prop-name:nth-of-type(4n+1),#spectacle article .prop-row .small-up-4>.prop-value:nth-of-type(4n+1),#spectacle article .small-up-4>.doc-copy:nth-of-type(4n+1),#spectacle article .small-up-4>.doc-examples:nth-of-type(4n+1){clear:both}#spectacle .small-up-4>.column:last-child,#spectacle .small-up-4>.columns:last-child,#spectacle article .prop-row .small-up-4>.prop-name:last-child,#spectacle article .prop-row .small-up-4>.prop-value:last-child,#spectacle article .small-up-4>.doc-copy:last-child,#spectacle article .small-up-4>.doc-examples:last-child{float:left}#spectacle .small-up-5>.column,#spectacle .small-up-5>.columns,#spectacle article .prop-row .small-up-5>.prop-name,#spectacle article .prop-row .small-up-5>.prop-value,#spectacle article .small-up-5>.doc-copy,#spectacle article .small-up-5>.doc-examples{float:left;width:20%}#spectacle .small-up-5>.column:nth-of-type(1n),#spectacle .small-up-5>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-5>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-5>.prop-value:nth-of-type(1n),#spectacle article .small-up-5>.doc-copy:nth-of-type(1n),#spectacle article .small-up-5>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-5>.column:nth-of-type(5n+1),#spectacle .small-up-5>.columns:nth-of-type(5n+1),#spectacle article .prop-row .small-up-5>.prop-name:nth-of-type(5n+1),#spectacle article .prop-row .small-up-5>.prop-value:nth-of-type(5n+1),#spectacle article .small-up-5>.doc-copy:nth-of-type(5n+1),#spectacle article .small-up-5>.doc-examples:nth-of-type(5n+1){clear:both}#spectacle .small-up-5>.column:last-child,#spectacle .small-up-5>.columns:last-child,#spectacle article .prop-row .small-up-5>.prop-name:last-child,#spectacle article .prop-row .small-up-5>.prop-value:last-child,#spectacle article .small-up-5>.doc-copy:last-child,#spectacle article .small-up-5>.doc-examples:last-child{float:left}#spectacle .small-up-6>.column,#spectacle .small-up-6>.columns,#spectacle article .prop-row .small-up-6>.prop-name,#spectacle article .prop-row .small-up-6>.prop-value,#spectacle article .small-up-6>.doc-copy,#spectacle article .small-up-6>.doc-examples{float:left;width:16.6666666667%}#spectacle .small-up-6>.column:nth-of-type(1n),#spectacle .small-up-6>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-6>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-6>.prop-value:nth-of-type(1n),#spectacle article .small-up-6>.doc-copy:nth-of-type(1n),#spectacle article .small-up-6>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-6>.column:nth-of-type(6n+1),#spectacle .small-up-6>.columns:nth-of-type(6n+1),#spectacle article .prop-row .small-up-6>.prop-name:nth-of-type(6n+1),#spectacle article .prop-row .small-up-6>.prop-value:nth-of-type(6n+1),#spectacle article .small-up-6>.doc-copy:nth-of-type(6n+1),#spectacle article .small-up-6>.doc-examples:nth-of-type(6n+1){clear:both}#spectacle .small-up-6>.column:last-child,#spectacle .small-up-6>.columns:last-child,#spectacle article .prop-row .small-up-6>.prop-name:last-child,#spectacle article .prop-row .small-up-6>.prop-value:last-child,#spectacle article .small-up-6>.doc-copy:last-child,#spectacle article .small-up-6>.doc-examples:last-child{float:left}#spectacle .small-up-7>.column,#spectacle .small-up-7>.columns,#spectacle article .prop-row .small-up-7>.prop-name,#spectacle article .prop-row .small-up-7>.prop-value,#spectacle article .small-up-7>.doc-copy,#spectacle article .small-up-7>.doc-examples{float:left;width:14.2857142857%}#spectacle .small-up-7>.column:nth-of-type(1n),#spectacle .small-up-7>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-7>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-7>.prop-value:nth-of-type(1n),#spectacle article .small-up-7>.doc-copy:nth-of-type(1n),#spectacle article .small-up-7>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-7>.column:nth-of-type(7n+1),#spectacle .small-up-7>.columns:nth-of-type(7n+1),#spectacle article .prop-row .small-up-7>.prop-name:nth-of-type(7n+1),#spectacle article .prop-row .small-up-7>.prop-value:nth-of-type(7n+1),#spectacle article .small-up-7>.doc-copy:nth-of-type(7n+1),#spectacle article .small-up-7>.doc-examples:nth-of-type(7n+1){clear:both}#spectacle .small-up-7>.column:last-child,#spectacle .small-up-7>.columns:last-child,#spectacle article .prop-row .small-up-7>.prop-name:last-child,#spectacle article .prop-row .small-up-7>.prop-value:last-child,#spectacle article .small-up-7>.doc-copy:last-child,#spectacle article .small-up-7>.doc-examples:last-child{float:left}#spectacle .small-up-8>.column,#spectacle .small-up-8>.columns,#spectacle article .prop-row .small-up-8>.prop-name,#spectacle article .prop-row .small-up-8>.prop-value,#spectacle article .small-up-8>.doc-copy,#spectacle article .small-up-8>.doc-examples{float:left;width:12.5%}#spectacle .small-up-8>.column:nth-of-type(1n),#spectacle .small-up-8>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-8>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-8>.prop-value:nth-of-type(1n),#spectacle article .small-up-8>.doc-copy:nth-of-type(1n),#spectacle article .small-up-8>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-8>.column:nth-of-type(8n+1),#spectacle .small-up-8>.columns:nth-of-type(8n+1),#spectacle article .prop-row .small-up-8>.prop-name:nth-of-type(8n+1),#spectacle article .prop-row .small-up-8>.prop-value:nth-of-type(8n+1),#spectacle article .small-up-8>.doc-copy:nth-of-type(8n+1),#spectacle article .small-up-8>.doc-examples:nth-of-type(8n+1){clear:both}#spectacle .small-up-8>.column:last-child,#spectacle .small-up-8>.columns:last-child,#spectacle article .prop-row .small-up-8>.prop-name:last-child,#spectacle article .prop-row .small-up-8>.prop-value:last-child,#spectacle article .small-up-8>.doc-copy:last-child,#spectacle article .small-up-8>.doc-examples:last-child{float:left}#spectacle .small-collapse>.column,#spectacle .small-collapse>.columns,#spectacle article .prop-row .small-collapse>.prop-name,#spectacle article .prop-row .small-collapse>.prop-value,#spectacle article .small-collapse>.doc-copy,#spectacle article .small-collapse>.doc-examples{padding-right:0;padding-left:0}#spectacle .expanded.row .small-collapse.row,#spectacle .expanded.row article .small-collapse.doc-row,#spectacle .expanded.row article .small-collapse.prop-row,#spectacle .small-collapse .row,#spectacle .small-collapse article .doc-row,#spectacle .small-collapse article .prop-row,#spectacle article .expanded.doc-row .small-collapse.doc-row,#spectacle article .expanded.doc-row .small-collapse.prop-row,#spectacle article .expanded.doc-row .small-collapse.row,#spectacle article .expanded.prop-row .small-collapse.doc-row,#spectacle article .expanded.prop-row .small-collapse.prop-row,#spectacle article .expanded.prop-row .small-collapse.row,#spectacle article .expanded.row .small-collapse.doc-row,#spectacle article .expanded.row .small-collapse.prop-row,#spectacle article .small-collapse .doc-row,#spectacle article .small-collapse .prop-row{margin-right:0;margin-left:0}#spectacle .small-uncollapse>.column,#spectacle .small-uncollapse>.columns,#spectacle article .prop-row .small-uncollapse>.prop-name,#spectacle article .prop-row .small-uncollapse>.prop-value,#spectacle article .small-uncollapse>.doc-copy,#spectacle article .small-uncollapse>.doc-examples{padding-right:.6578947368rem;padding-left:.6578947368rem}#spectacle .small-centered{margin-right:auto;margin-left:auto}#spectacle .small-centered,#spectacle .small-centered:last-child:not(:first-child){float:none;clear:both}#spectacle .small-pull-0,#spectacle .small-push-0,#spectacle .small-uncentered{position:static;float:left;margin-right:0;margin-left:0}@media print,screen and (min-width:40em){#spectacle .medium-1{width:8.3333333333%}#spectacle .medium-push-1{position:relative;left:8.3333333333%}#spectacle .medium-pull-1{position:relative;left:-8.3333333333%}#spectacle .medium-offset-0{margin-left:0}#spectacle .medium-2{width:16.6666666667%}#spectacle .medium-push-2{position:relative;left:16.6666666667%}#spectacle .medium-pull-2{position:relative;left:-16.6666666667%}#spectacle .medium-offset-1{margin-left:8.3333333333%}#spectacle .medium-3{width:25%}#spectacle .medium-push-3{position:relative;left:25%}#spectacle .medium-pull-3{position:relative;left:-25%}#spectacle .medium-offset-2{margin-left:16.6666666667%}#spectacle .medium-4{width:33.3333333333%}#spectacle .medium-push-4{position:relative;left:33.3333333333%}#spectacle .medium-pull-4{position:relative;left:-33.3333333333%}#spectacle .medium-offset-3{margin-left:25%}#spectacle .medium-5{width:41.6666666667%}#spectacle .medium-push-5{position:relative;left:41.6666666667%}#spectacle .medium-pull-5{position:relative;left:-41.6666666667%}#spectacle .medium-offset-4{margin-left:33.3333333333%}#spectacle .medium-6{width:50%}#spectacle .medium-push-6{position:relative;left:50%}#spectacle .medium-pull-6{position:relative;left:-50%}#spectacle .medium-offset-5{margin-left:41.6666666667%}#spectacle .medium-7{width:58.3333333333%}#spectacle .medium-push-7{position:relative;left:58.3333333333%}#spectacle .medium-pull-7{position:relative;left:-58.3333333333%}#spectacle .medium-offset-6{margin-left:50%}#spectacle .medium-8{width:66.6666666667%}#spectacle .medium-push-8{position:relative;left:66.6666666667%}#spectacle .medium-pull-8{position:relative;left:-66.6666666667%}#spectacle .medium-offset-7{margin-left:58.3333333333%}#spectacle .medium-9{width:75%}#spectacle .medium-push-9{position:relative;left:75%}#spectacle .medium-pull-9{position:relative;left:-75%}#spectacle .medium-offset-8{margin-left:66.6666666667%}#spectacle .medium-10{width:83.3333333333%}#spectacle .medium-push-10{position:relative;left:83.3333333333%}#spectacle .medium-pull-10{position:relative;left:-83.3333333333%}#spectacle .medium-offset-9{margin-left:75%}#spectacle .medium-11{width:91.6666666667%}#spectacle .medium-push-11{position:relative;left:91.6666666667%}#spectacle .medium-pull-11{position:relative;left:-91.6666666667%}#spectacle .medium-offset-10{margin-left:83.3333333333%}#spectacle .medium-12{width:100%}#spectacle .medium-offset-11{margin-left:91.6666666667%}#spectacle .medium-up-1>.column,#spectacle .medium-up-1>.columns,#spectacle article .medium-up-1>.doc-copy,#spectacle article .medium-up-1>.doc-examples,#spectacle article .prop-row .medium-up-1>.prop-name,#spectacle article .prop-row .medium-up-1>.prop-value{float:left;width:100%}#spectacle .medium-up-1>.column:nth-of-type(1n),#spectacle .medium-up-1>.columns:nth-of-type(1n),#spectacle article .medium-up-1>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-1>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-1>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-1>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-1>.column:nth-of-type(1n+1),#spectacle .medium-up-1>.columns:nth-of-type(1n+1),#spectacle article .medium-up-1>.doc-copy:nth-of-type(1n+1),#spectacle article .medium-up-1>.doc-examples:nth-of-type(1n+1),#spectacle article .prop-row .medium-up-1>.prop-name:nth-of-type(1n+1),#spectacle article .prop-row .medium-up-1>.prop-value:nth-of-type(1n+1){clear:both}#spectacle .medium-up-1>.column:last-child,#spectacle .medium-up-1>.columns:last-child,#spectacle article .medium-up-1>.doc-copy:last-child,#spectacle article .medium-up-1>.doc-examples:last-child,#spectacle article .prop-row .medium-up-1>.prop-name:last-child,#spectacle article .prop-row .medium-up-1>.prop-value:last-child{float:left}#spectacle .medium-up-2>.column,#spectacle .medium-up-2>.columns,#spectacle article .medium-up-2>.doc-copy,#spectacle article .medium-up-2>.doc-examples,#spectacle article .prop-row .medium-up-2>.prop-name,#spectacle article .prop-row .medium-up-2>.prop-value{float:left;width:50%}#spectacle .medium-up-2>.column:nth-of-type(1n),#spectacle .medium-up-2>.columns:nth-of-type(1n),#spectacle article .medium-up-2>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-2>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-2>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-2>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-2>.column:nth-of-type(2n+1),#spectacle .medium-up-2>.columns:nth-of-type(2n+1),#spectacle article .medium-up-2>.doc-copy:nth-of-type(2n+1),#spectacle article .medium-up-2>.doc-examples:nth-of-type(2n+1),#spectacle article .prop-row .medium-up-2>.prop-name:nth-of-type(2n+1),#spectacle article .prop-row .medium-up-2>.prop-value:nth-of-type(2n+1){clear:both}#spectacle .medium-up-2>.column:last-child,#spectacle .medium-up-2>.columns:last-child,#spectacle article .medium-up-2>.doc-copy:last-child,#spectacle article .medium-up-2>.doc-examples:last-child,#spectacle article .prop-row .medium-up-2>.prop-name:last-child,#spectacle article .prop-row .medium-up-2>.prop-value:last-child{float:left}#spectacle .medium-up-3>.column,#spectacle .medium-up-3>.columns,#spectacle article .medium-up-3>.doc-copy,#spectacle article .medium-up-3>.doc-examples,#spectacle article .prop-row .medium-up-3>.prop-name,#spectacle article .prop-row .medium-up-3>.prop-value{float:left;width:33.3333333333%}#spectacle .medium-up-3>.column:nth-of-type(1n),#spectacle .medium-up-3>.columns:nth-of-type(1n),#spectacle article .medium-up-3>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-3>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-3>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-3>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-3>.column:nth-of-type(3n+1),#spectacle .medium-up-3>.columns:nth-of-type(3n+1),#spectacle article .medium-up-3>.doc-copy:nth-of-type(3n+1),#spectacle article .medium-up-3>.doc-examples:nth-of-type(3n+1),#spectacle article .prop-row .medium-up-3>.prop-name:nth-of-type(3n+1),#spectacle article .prop-row .medium-up-3>.prop-value:nth-of-type(3n+1){clear:both}#spectacle .medium-up-3>.column:last-child,#spectacle .medium-up-3>.columns:last-child,#spectacle article .medium-up-3>.doc-copy:last-child,#spectacle article .medium-up-3>.doc-examples:last-child,#spectacle article .prop-row .medium-up-3>.prop-name:last-child,#spectacle article .prop-row .medium-up-3>.prop-value:last-child{float:left}#spectacle .medium-up-4>.column,#spectacle .medium-up-4>.columns,#spectacle article .medium-up-4>.doc-copy,#spectacle article .medium-up-4>.doc-examples,#spectacle article .prop-row .medium-up-4>.prop-name,#spectacle article .prop-row .medium-up-4>.prop-value{float:left;width:25%}#spectacle .medium-up-4>.column:nth-of-type(1n),#spectacle .medium-up-4>.columns:nth-of-type(1n),#spectacle article .medium-up-4>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-4>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-4>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-4>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-4>.column:nth-of-type(4n+1),#spectacle .medium-up-4>.columns:nth-of-type(4n+1),#spectacle article .medium-up-4>.doc-copy:nth-of-type(4n+1),#spectacle article .medium-up-4>.doc-examples:nth-of-type(4n+1),#spectacle article .prop-row .medium-up-4>.prop-name:nth-of-type(4n+1),#spectacle article .prop-row .medium-up-4>.prop-value:nth-of-type(4n+1){clear:both}#spectacle .medium-up-4>.column:last-child,#spectacle .medium-up-4>.columns:last-child,#spectacle article .medium-up-4>.doc-copy:last-child,#spectacle article .medium-up-4>.doc-examples:last-child,#spectacle article .prop-row .medium-up-4>.prop-name:last-child,#spectacle article .prop-row .medium-up-4>.prop-value:last-child{float:left}#spectacle .medium-up-5>.column,#spectacle .medium-up-5>.columns,#spectacle article .medium-up-5>.doc-copy,#spectacle article .medium-up-5>.doc-examples,#spectacle article .prop-row .medium-up-5>.prop-name,#spectacle article .prop-row .medium-up-5>.prop-value{float:left;width:20%}#spectacle .medium-up-5>.column:nth-of-type(1n),#spectacle .medium-up-5>.columns:nth-of-type(1n),#spectacle article .medium-up-5>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-5>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-5>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-5>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-5>.column:nth-of-type(5n+1),#spectacle .medium-up-5>.columns:nth-of-type(5n+1),#spectacle article .medium-up-5>.doc-copy:nth-of-type(5n+1),#spectacle article .medium-up-5>.doc-examples:nth-of-type(5n+1),#spectacle article .prop-row .medium-up-5>.prop-name:nth-of-type(5n+1),#spectacle article .prop-row .medium-up-5>.prop-value:nth-of-type(5n+1){clear:both}#spectacle .medium-up-5>.column:last-child,#spectacle .medium-up-5>.columns:last-child,#spectacle article .medium-up-5>.doc-copy:last-child,#spectacle article .medium-up-5>.doc-examples:last-child,#spectacle article .prop-row .medium-up-5>.prop-name:last-child,#spectacle article .prop-row .medium-up-5>.prop-value:last-child{float:left}#spectacle .medium-up-6>.column,#spectacle .medium-up-6>.columns,#spectacle article .medium-up-6>.doc-copy,#spectacle article .medium-up-6>.doc-examples,#spectacle article .prop-row .medium-up-6>.prop-name,#spectacle article .prop-row .medium-up-6>.prop-value{float:left;width:16.6666666667%}#spectacle .medium-up-6>.column:nth-of-type(1n),#spectacle .medium-up-6>.columns:nth-of-type(1n),#spectacle article .medium-up-6>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-6>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-6>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-6>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-6>.column:nth-of-type(6n+1),#spectacle .medium-up-6>.columns:nth-of-type(6n+1),#spectacle article .medium-up-6>.doc-copy:nth-of-type(6n+1),#spectacle article .medium-up-6>.doc-examples:nth-of-type(6n+1),#spectacle article .prop-row .medium-up-6>.prop-name:nth-of-type(6n+1),#spectacle article .prop-row .medium-up-6>.prop-value:nth-of-type(6n+1){clear:both}#spectacle .medium-up-6>.column:last-child,#spectacle .medium-up-6>.columns:last-child,#spectacle article .medium-up-6>.doc-copy:last-child,#spectacle article .medium-up-6>.doc-examples:last-child,#spectacle article .prop-row .medium-up-6>.prop-name:last-child,#spectacle article .prop-row .medium-up-6>.prop-value:last-child{float:left}#spectacle .medium-up-7>.column,#spectacle .medium-up-7>.columns,#spectacle article .medium-up-7>.doc-copy,#spectacle article .medium-up-7>.doc-examples,#spectacle article .prop-row .medium-up-7>.prop-name,#spectacle article .prop-row .medium-up-7>.prop-value{float:left;width:14.2857142857%}#spectacle .medium-up-7>.column:nth-of-type(1n),#spectacle .medium-up-7>.columns:nth-of-type(1n),#spectacle article .medium-up-7>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-7>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-7>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-7>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-7>.column:nth-of-type(7n+1),#spectacle .medium-up-7>.columns:nth-of-type(7n+1),#spectacle article .medium-up-7>.doc-copy:nth-of-type(7n+1),#spectacle article .medium-up-7>.doc-examples:nth-of-type(7n+1),#spectacle article .prop-row .medium-up-7>.prop-name:nth-of-type(7n+1),#spectacle article .prop-row .medium-up-7>.prop-value:nth-of-type(7n+1){clear:both}#spectacle .medium-up-7>.column:last-child,#spectacle .medium-up-7>.columns:last-child,#spectacle article .medium-up-7>.doc-copy:last-child,#spectacle article .medium-up-7>.doc-examples:last-child,#spectacle article .prop-row .medium-up-7>.prop-name:last-child,#spectacle article .prop-row .medium-up-7>.prop-value:last-child{float:left}#spectacle .medium-up-8>.column,#spectacle .medium-up-8>.columns,#spectacle article .medium-up-8>.doc-copy,#spectacle article .medium-up-8>.doc-examples,#spectacle article .prop-row .medium-up-8>.prop-name,#spectacle article .prop-row .medium-up-8>.prop-value{float:left;width:12.5%}#spectacle .medium-up-8>.column:nth-of-type(1n),#spectacle .medium-up-8>.columns:nth-of-type(1n),#spectacle article .medium-up-8>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-8>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-8>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-8>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-8>.column:nth-of-type(8n+1),#spectacle .medium-up-8>.columns:nth-of-type(8n+1),#spectacle article .medium-up-8>.doc-copy:nth-of-type(8n+1),#spectacle article .medium-up-8>.doc-examples:nth-of-type(8n+1),#spectacle article .prop-row .medium-up-8>.prop-name:nth-of-type(8n+1),#spectacle article .prop-row .medium-up-8>.prop-value:nth-of-type(8n+1){clear:both}#spectacle .medium-up-8>.column:last-child,#spectacle .medium-up-8>.columns:last-child,#spectacle article .medium-up-8>.doc-copy:last-child,#spectacle article .medium-up-8>.doc-examples:last-child,#spectacle article .prop-row .medium-up-8>.prop-name:last-child,#spectacle article .prop-row .medium-up-8>.prop-value:last-child{float:left}#spectacle .medium-collapse>.column,#spectacle .medium-collapse>.columns,#spectacle article .medium-collapse>.doc-copy,#spectacle article .medium-collapse>.doc-examples,#spectacle article .prop-row .medium-collapse>.prop-name,#spectacle article .prop-row .medium-collapse>.prop-value{padding-right:0;padding-left:0}#spectacle .expanded.row .medium-collapse.row,#spectacle .expanded.row article .medium-collapse.doc-row,#spectacle .expanded.row article .medium-collapse.prop-row,#spectacle .medium-collapse .row,#spectacle .medium-collapse article .doc-row,#spectacle .medium-collapse article .prop-row,#spectacle article .expanded.doc-row .medium-collapse.doc-row,#spectacle article .expanded.doc-row .medium-collapse.prop-row,#spectacle article .expanded.doc-row .medium-collapse.row,#spectacle article .expanded.prop-row .medium-collapse.doc-row,#spectacle article .expanded.prop-row .medium-collapse.prop-row,#spectacle article .expanded.prop-row .medium-collapse.row,#spectacle article .expanded.row .medium-collapse.doc-row,#spectacle article .expanded.row .medium-collapse.prop-row,#spectacle article .medium-collapse .doc-row,#spectacle article .medium-collapse .prop-row{margin-right:0;margin-left:0}#spectacle .medium-uncollapse>.column,#spectacle .medium-uncollapse>.columns,#spectacle article .medium-uncollapse>.doc-copy,#spectacle article .medium-uncollapse>.doc-examples,#spectacle article .prop-row .medium-uncollapse>.prop-name,#spectacle article .prop-row .medium-uncollapse>.prop-value{padding-right:.9868421053rem;padding-left:.9868421053rem}#spectacle .medium-centered{margin-right:auto;margin-left:auto}#spectacle .medium-centered,#spectacle .medium-centered:last-child:not(:first-child){float:none;clear:both}#spectacle .medium-pull-0,#spectacle .medium-push-0,#spectacle .medium-uncentered{position:static;float:left;margin-right:0;margin-left:0}}@media print,screen and (min-width:64em){#spectacle .large-1{width:8.3333333333%}#spectacle .large-push-1{position:relative;left:8.3333333333%}#spectacle .large-pull-1{position:relative;left:-8.3333333333%}#spectacle .large-offset-0{margin-left:0}#spectacle .large-2{width:16.6666666667%}#spectacle .large-push-2{position:relative;left:16.6666666667%}#spectacle .large-pull-2{position:relative;left:-16.6666666667%}#spectacle .large-offset-1{margin-left:8.3333333333%}#spectacle .large-3{width:25%}#spectacle .large-push-3{position:relative;left:25%}#spectacle .large-pull-3{position:relative;left:-25%}#spectacle .large-offset-2{margin-left:16.6666666667%}#spectacle .large-4{width:33.3333333333%}#spectacle .large-push-4{position:relative;left:33.3333333333%}#spectacle .large-pull-4{position:relative;left:-33.3333333333%}#spectacle .large-offset-3{margin-left:25%}#spectacle .large-5{width:41.6666666667%}#spectacle .large-push-5{position:relative;left:41.6666666667%}#spectacle .large-pull-5{position:relative;left:-41.6666666667%}#spectacle .large-offset-4{margin-left:33.3333333333%}#spectacle .doc-content,#spectacle .large-6,#spectacle article .doc-copy,#spectacle article .doc-examples,#spectacle article .panel>h2,#spectacle article .panel>h3,#spectacle article h1.doc-title,#spectacle article>h1,#spectacle article>h2{width:50%}#spectacle .large-push-6{position:relative;left:50%}#spectacle .large-pull-6{position:relative;left:-50%}#spectacle .large-offset-5{margin-left:41.6666666667%}#spectacle .large-7{width:58.3333333333%}#spectacle .large-push-7{position:relative;left:58.3333333333%}#spectacle .large-pull-7{position:relative;left:-58.3333333333%}#spectacle .large-offset-6{margin-left:50%}#spectacle .large-8{width:66.6666666667%}#spectacle .large-push-8{position:relative;left:66.6666666667%}#spectacle .large-pull-8{position:relative;left:-66.6666666667%}#spectacle .large-offset-7{margin-left:58.3333333333%}#spectacle .large-9{width:75%}#spectacle .large-push-9{position:relative;left:75%}#spectacle .large-pull-9{position:relative;left:-75%}#spectacle .large-offset-8{margin-left:66.6666666667%}#spectacle .large-10{width:83.3333333333%}#spectacle .large-push-10{position:relative;left:83.3333333333%}#spectacle .large-pull-10{position:relative;left:-83.3333333333%}#spectacle .large-offset-9{margin-left:75%}#spectacle .large-11{width:91.6666666667%}#spectacle .large-push-11{position:relative;left:91.6666666667%}#spectacle .large-pull-11{position:relative;left:-91.6666666667%}#spectacle .large-offset-10{margin-left:83.3333333333%}#spectacle .large-12{width:100%}#spectacle .large-offset-11{margin-left:91.6666666667%}#spectacle .large-up-1>.column,#spectacle .large-up-1>.columns,#spectacle article .large-up-1>.doc-copy,#spectacle article .large-up-1>.doc-examples,#spectacle article .prop-row .large-up-1>.prop-name,#spectacle article .prop-row .large-up-1>.prop-value{float:left;width:100%}#spectacle .large-up-1>.column:nth-of-type(1n),#spectacle .large-up-1>.columns:nth-of-type(1n),#spectacle article .large-up-1>.doc-copy:nth-of-type(1n),#spectacle article .large-up-1>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-1>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-1>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-1>.column:nth-of-type(1n+1),#spectacle .large-up-1>.columns:nth-of-type(1n+1),#spectacle article .large-up-1>.doc-copy:nth-of-type(1n+1),#spectacle article .large-up-1>.doc-examples:nth-of-type(1n+1),#spectacle article .prop-row .large-up-1>.prop-name:nth-of-type(1n+1),#spectacle article .prop-row .large-up-1>.prop-value:nth-of-type(1n+1){clear:both}#spectacle .large-up-1>.column:last-child,#spectacle .large-up-1>.columns:last-child,#spectacle article .large-up-1>.doc-copy:last-child,#spectacle article .large-up-1>.doc-examples:last-child,#spectacle article .prop-row .large-up-1>.prop-name:last-child,#spectacle article .prop-row .large-up-1>.prop-value:last-child{float:left}#spectacle .large-up-2>.column,#spectacle .large-up-2>.columns,#spectacle article .large-up-2>.doc-copy,#spectacle article .large-up-2>.doc-examples,#spectacle article .prop-row .large-up-2>.prop-name,#spectacle article .prop-row .large-up-2>.prop-value{float:left;width:50%}#spectacle .large-up-2>.column:nth-of-type(1n),#spectacle .large-up-2>.columns:nth-of-type(1n),#spectacle article .large-up-2>.doc-copy:nth-of-type(1n),#spectacle article .large-up-2>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-2>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-2>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-2>.column:nth-of-type(2n+1),#spectacle .large-up-2>.columns:nth-of-type(2n+1),#spectacle article .large-up-2>.doc-copy:nth-of-type(2n+1),#spectacle article .large-up-2>.doc-examples:nth-of-type(2n+1),#spectacle article .prop-row .large-up-2>.prop-name:nth-of-type(2n+1),#spectacle article .prop-row .large-up-2>.prop-value:nth-of-type(2n+1){clear:both}#spectacle .large-up-2>.column:last-child,#spectacle .large-up-2>.columns:last-child,#spectacle article .large-up-2>.doc-copy:last-child,#spectacle article .large-up-2>.doc-examples:last-child,#spectacle article .prop-row .large-up-2>.prop-name:last-child,#spectacle article .prop-row .large-up-2>.prop-value:last-child{float:left}#spectacle .large-up-3>.column,#spectacle .large-up-3>.columns,#spectacle article .large-up-3>.doc-copy,#spectacle article .large-up-3>.doc-examples,#spectacle article .prop-row .large-up-3>.prop-name,#spectacle article .prop-row .large-up-3>.prop-value{float:left;width:33.3333333333%}#spectacle .large-up-3>.column:nth-of-type(1n),#spectacle .large-up-3>.columns:nth-of-type(1n),#spectacle article .large-up-3>.doc-copy:nth-of-type(1n),#spectacle article .large-up-3>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-3>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-3>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-3>.column:nth-of-type(3n+1),#spectacle .large-up-3>.columns:nth-of-type(3n+1),#spectacle article .large-up-3>.doc-copy:nth-of-type(3n+1),#spectacle article .large-up-3>.doc-examples:nth-of-type(3n+1),#spectacle article .prop-row .large-up-3>.prop-name:nth-of-type(3n+1),#spectacle article .prop-row .large-up-3>.prop-value:nth-of-type(3n+1){clear:both}#spectacle .large-up-3>.column:last-child,#spectacle .large-up-3>.columns:last-child,#spectacle article .large-up-3>.doc-copy:last-child,#spectacle article .large-up-3>.doc-examples:last-child,#spectacle article .prop-row .large-up-3>.prop-name:last-child,#spectacle article .prop-row .large-up-3>.prop-value:last-child{float:left}#spectacle .large-up-4>.column,#spectacle .large-up-4>.columns,#spectacle article .large-up-4>.doc-copy,#spectacle article .large-up-4>.doc-examples,#spectacle article .prop-row .large-up-4>.prop-name,#spectacle article .prop-row .large-up-4>.prop-value{float:left;width:25%}#spectacle .large-up-4>.column:nth-of-type(1n),#spectacle .large-up-4>.columns:nth-of-type(1n),#spectacle article .large-up-4>.doc-copy:nth-of-type(1n),#spectacle article .large-up-4>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-4>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-4>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-4>.column:nth-of-type(4n+1),#spectacle .large-up-4>.columns:nth-of-type(4n+1),#spectacle article .large-up-4>.doc-copy:nth-of-type(4n+1),#spectacle article .large-up-4>.doc-examples:nth-of-type(4n+1),#spectacle article .prop-row .large-up-4>.prop-name:nth-of-type(4n+1),#spectacle article .prop-row .large-up-4>.prop-value:nth-of-type(4n+1){clear:both}#spectacle .large-up-4>.column:last-child,#spectacle .large-up-4>.columns:last-child,#spectacle article .large-up-4>.doc-copy:last-child,#spectacle article .large-up-4>.doc-examples:last-child,#spectacle article .prop-row .large-up-4>.prop-name:last-child,#spectacle article .prop-row .large-up-4>.prop-value:last-child{float:left}#spectacle .large-up-5>.column,#spectacle .large-up-5>.columns,#spectacle article .large-up-5>.doc-copy,#spectacle article .large-up-5>.doc-examples,#spectacle article .prop-row .large-up-5>.prop-name,#spectacle article .prop-row .large-up-5>.prop-value{float:left;width:20%}#spectacle .large-up-5>.column:nth-of-type(1n),#spectacle .large-up-5>.columns:nth-of-type(1n),#spectacle article .large-up-5>.doc-copy:nth-of-type(1n),#spectacle article .large-up-5>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-5>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-5>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-5>.column:nth-of-type(5n+1),#spectacle .large-up-5>.columns:nth-of-type(5n+1),#spectacle article .large-up-5>.doc-copy:nth-of-type(5n+1),#spectacle article .large-up-5>.doc-examples:nth-of-type(5n+1),#spectacle article .prop-row .large-up-5>.prop-name:nth-of-type(5n+1),#spectacle article .prop-row .large-up-5>.prop-value:nth-of-type(5n+1){clear:both}#spectacle .large-up-5>.column:last-child,#spectacle .large-up-5>.columns:last-child,#spectacle article .large-up-5>.doc-copy:last-child,#spectacle article .large-up-5>.doc-examples:last-child,#spectacle article .prop-row .large-up-5>.prop-name:last-child,#spectacle article .prop-row .large-up-5>.prop-value:last-child{float:left}#spectacle .large-up-6>.column,#spectacle .large-up-6>.columns,#spectacle article .large-up-6>.doc-copy,#spectacle article .large-up-6>.doc-examples,#spectacle article .prop-row .large-up-6>.prop-name,#spectacle article .prop-row .large-up-6>.prop-value{float:left;width:16.6666666667%}#spectacle .large-up-6>.column:nth-of-type(1n),#spectacle .large-up-6>.columns:nth-of-type(1n),#spectacle article .large-up-6>.doc-copy:nth-of-type(1n),#spectacle article .large-up-6>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-6>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-6>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-6>.column:nth-of-type(6n+1),#spectacle .large-up-6>.columns:nth-of-type(6n+1),#spectacle article .large-up-6>.doc-copy:nth-of-type(6n+1),#spectacle article .large-up-6>.doc-examples:nth-of-type(6n+1),#spectacle article .prop-row .large-up-6>.prop-name:nth-of-type(6n+1),#spectacle article .prop-row .large-up-6>.prop-value:nth-of-type(6n+1){clear:both}#spectacle .large-up-6>.column:last-child,#spectacle .large-up-6>.columns:last-child,#spectacle article .large-up-6>.doc-copy:last-child,#spectacle article .large-up-6>.doc-examples:last-child,#spectacle article .prop-row .large-up-6>.prop-name:last-child,#spectacle article .prop-row .large-up-6>.prop-value:last-child{float:left}#spectacle .large-up-7>.column,#spectacle .large-up-7>.columns,#spectacle article .large-up-7>.doc-copy,#spectacle article .large-up-7>.doc-examples,#spectacle article .prop-row .large-up-7>.prop-name,#spectacle article .prop-row .large-up-7>.prop-value{float:left;width:14.2857142857%}#spectacle .large-up-7>.column:nth-of-type(1n),#spectacle .large-up-7>.columns:nth-of-type(1n),#spectacle article .large-up-7>.doc-copy:nth-of-type(1n),#spectacle article .large-up-7>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-7>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-7>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-7>.column:nth-of-type(7n+1),#spectacle .large-up-7>.columns:nth-of-type(7n+1),#spectacle article .large-up-7>.doc-copy:nth-of-type(7n+1),#spectacle article .large-up-7>.doc-examples:nth-of-type(7n+1),#spectacle article .prop-row .large-up-7>.prop-name:nth-of-type(7n+1),#spectacle article .prop-row .large-up-7>.prop-value:nth-of-type(7n+1){clear:both}#spectacle .large-up-7>.column:last-child,#spectacle .large-up-7>.columns:last-child,#spectacle article .large-up-7>.doc-copy:last-child,#spectacle article .large-up-7>.doc-examples:last-child,#spectacle article .prop-row .large-up-7>.prop-name:last-child,#spectacle article .prop-row .large-up-7>.prop-value:last-child{float:left}#spectacle .large-up-8>.column,#spectacle .large-up-8>.columns,#spectacle article .large-up-8>.doc-copy,#spectacle article .large-up-8>.doc-examples,#spectacle article .prop-row .large-up-8>.prop-name,#spectacle article .prop-row .large-up-8>.prop-value{float:left;width:12.5%}#spectacle .large-up-8>.column:nth-of-type(1n),#spectacle .large-up-8>.columns:nth-of-type(1n),#spectacle article .large-up-8>.doc-copy:nth-of-type(1n),#spectacle article .large-up-8>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-8>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-8>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-8>.column:nth-of-type(8n+1),#spectacle .large-up-8>.columns:nth-of-type(8n+1),#spectacle article .large-up-8>.doc-copy:nth-of-type(8n+1),#spectacle article .large-up-8>.doc-examples:nth-of-type(8n+1),#spectacle article .prop-row .large-up-8>.prop-name:nth-of-type(8n+1),#spectacle article .prop-row .large-up-8>.prop-value:nth-of-type(8n+1){clear:both}#spectacle .large-up-8>.column:last-child,#spectacle .large-up-8>.columns:last-child,#spectacle article .large-up-8>.doc-copy:last-child,#spectacle article .large-up-8>.doc-examples:last-child,#spectacle article .prop-row .large-up-8>.prop-name:last-child,#spectacle article .prop-row .large-up-8>.prop-value:last-child{float:left}#spectacle .large-collapse>.column,#spectacle .large-collapse>.columns,#spectacle article .large-collapse>.doc-copy,#spectacle article .large-collapse>.doc-examples,#spectacle article .prop-row .large-collapse>.prop-name,#spectacle article .prop-row .large-collapse>.prop-value{padding-right:0;padding-left:0}#spectacle .expanded.row .large-collapse.row,#spectacle .expanded.row article .large-collapse.doc-row,#spectacle .expanded.row article .large-collapse.prop-row,#spectacle .large-collapse .row,#spectacle .large-collapse article .doc-row,#spectacle .large-collapse article .prop-row,#spectacle article .expanded.doc-row .large-collapse.doc-row,#spectacle article .expanded.doc-row .large-collapse.prop-row,#spectacle article .expanded.doc-row .large-collapse.row,#spectacle article .expanded.prop-row .large-collapse.doc-row,#spectacle article .expanded.prop-row .large-collapse.prop-row,#spectacle article .expanded.prop-row .large-collapse.row,#spectacle article .expanded.row .large-collapse.doc-row,#spectacle article .expanded.row .large-collapse.prop-row,#spectacle article .large-collapse .doc-row,#spectacle article .large-collapse .prop-row{margin-right:0;margin-left:0}#spectacle .large-uncollapse>.column,#spectacle .large-uncollapse>.columns,#spectacle article .large-uncollapse>.doc-copy,#spectacle article .large-uncollapse>.doc-examples,#spectacle article .prop-row .large-uncollapse>.prop-name,#spectacle article .prop-row .large-uncollapse>.prop-value{padding-right:.9868421053rem;padding-left:.9868421053rem}#spectacle .large-centered{margin-right:auto;margin-left:auto}#spectacle .large-centered,#spectacle .large-centered:last-child:not(:first-child){float:none;clear:both}#spectacle .large-pull-0,#spectacle .large-push-0,#spectacle .large-uncentered{position:static;float:left;margin-right:0;margin-left:0}}#spectacle .column-block{margin-bottom:1.3157894737rem}#spectacle .column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){#spectacle .column-block{margin-bottom:1.9736842105rem}#spectacle .column-block>:last-child{margin-bottom:0}}#spectacle #sidebar{border-right:1px solid #eee;background-color:#f6f6f6;height:100vh;overflow:auto;position:fixed;bottom:0;left:0;top:0;width:250px;padding:1.5rem 1rem 2rem 1.5rem}#spectacle #sidebar h5{margin:1.5rem 0 .65rem;text-transform:uppercase;color:#b6b6b6;font-size:.9rem}#spectacle #sidebar a{display:block;margin:0 0 .25rem;color:#46483e;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}#spectacle #sidebar a.active{color:#1779ba}#spectacle #sidebar ul{list-style-type:none;padding:0;margin:0 0 .75rem .75rem}#spectacle #sidebar section>ul{display:none}#spectacle #sidebar section.expand>ul{display:block}#spectacle #sidebar .close-button{opacity:.5}#spectacle .doc-content,#spectacle article .doc-copy,#spectacle article .doc-examples,#spectacle article .panel>h2,#spectacle article .panel>h3,#spectacle article h1.doc-title,#spectacle article>h1,#spectacle article>h2{padding-left:2.25rem!important;padding-right:2.25rem!important}#spectacle .doc-separator,#spectacle article h2{margin-top:2em;padding-top:2em;padding-bottom:2em;border-top:1px solid #e2e2e2}#spectacle #docs{background:#fefefe;overflow:hidden;position:relative}#spectacle #docs .example-box{display:none}@media print,screen and (min-width:64em){#spectacle #docs .example-box{display:block;background-color:#23241f;position:absolute;right:0;top:0;bottom:0}}#spectacle article,#spectacle article .panel{position:relative}#spectacle article .no-description{color:#8a8a8a}#spectacle article dt{color:#23241f}#spectacle article table.table{width:100%}#spectacle article code{font-size:.9em;border-radius:3px}#spectacle article p:last-child:first-child{margin-bottom:0}#spectacle article h1{margin:2.5rem 0 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e2e2e2;background-color:#f6f6f6;padding:.75rem 2.25rem}#spectacle article h1.doc-title{margin:0;padding-top:2.15rem;padding-bottom:0;font-weight:700;background:0 0;border:none;color:#515448}#spectacle article .prop-row.prop-inner .prop-name,#spectacle article .prop-row.prop-inner .prop-value>span:after,#spectacle article .prop-row.prop-inner .prop-value>span:before{color:#8a8a8a}#spectacle article h1.doc-title span{display:none;opacity:.65;margin-left:5px;font-weight:400}#spectacle article h2{margin-bottom:0;padding-left:2.25rem;padding-right:2.25rem;padding-bottom:.25rem;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…gd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,.4)),color-stop(100%,rgba(255,255,255,0)));background-image:-moz-linear-gradient(top,rgba(255,255,255,.4),rgba(255,255,255,0));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.4),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,0))}#spectacle article h3{margin:0 0 .75rem}#spectacle article h1+.panel>h2{margin-top:0;border-top:none}#spectacle article h1+.tag-description+.panel>h2{margin-top:2rem}#spectacle article h1+.panel h3{margin-top:1rem}#spectacle article .prop-row{padding-top:.75em;padding-bottom:.75em;border-top:1px solid #eee}#spectacle article .prop-row.prop-group,#spectacle article .prop-row:first-child{border-top:1px solid #ddd}#spectacle article .prop-row .prop-title{font-weight:700}#spectacle article .prop-row .prop-subtitle{font-weight:400;font-size:80%}#spectacle article .prop-row .prop-name{text-align:right;padding-right:.85rem!important;word-break:break-word}#spectacle article .prop-row .prop-value{padding-left:.85rem!important;word-wrap:break-word}#spectacle article .prop-row.prop-inner{padding-top:.5em;padding-bottom:.5em;font-size:80%}#spectacle article .prop-row.prop-inner .prop-value>span{display:block}#spectacle article .prop-row.prop-inner .prop-value>span.json-property-format,#spectacle article .prop-row.prop-inner .prop-value>span.json-property-type{display:inline-block}#spectacle article .doc-row{margin:2rem 0 20px}#spectacle article .doc-examples{padding-left:2.25rem!important;padding-right:2.25rem!important;color:#fefefe;background-color:#23241f}#spectacle article .doc-examples h5{color:#fefefe;font-size:1rem;opacity:.8}#spectacle article .doc-examples h5 span{opacity:.5}@media screen and (max-width:63.9375em){#spectacle article .doc-examples:not(:empty){margin-top:1.5rem;padding-top:1.5rem;padding-bottom:.5rem}}#spectacle article .doc-examples code{display:block;margin-bottom:1.5rem;padding:1.5rem;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:inherit;color:inherit;background-color:transparent;border:none;border-top:1px solid #000;border-bottom:1px solid #404040;border-radius:5px;box-shadow:0 0 200px rgba(0,0,0,.33) inset;word-spacing:normal;white-space:pre-wrap;word-break:normal}#spectacle article .doc-examples .swagger-response-headers{background-color:transparent;border:none;border-top:1px solid #000;border-bottom:1px solid #404040;border-radius:5px;box-shadow:0 0 200px rgba(0,0,0,.33) inset;margin-bottom:1.5rem}#spectacle article .doc-examples .swagger-response-headers thead{color:#fefefe;font-size:1rem;opacity:.8;background-color:transparent;border:none}#spectacle article .doc-examples .swagger-response-headers tbody{border:none;background-color:transparent}#spectacle article .doc-examples .swagger-response-headers tbody tr{background-color:transparent;border-top:1px solid #404040}#spectacle article .powered-by{font-size:80%;color:#cacaca}#spectacle article .powered-by span{color:#f68b1f}#spectacle article .operation .operation-tags{position:absolute;top:0;text-align:right;right:0}#spectacle article .operation .operation-tags .label{cursor:pointer}#spectacle article .operation .operation-tags .label:hover{color:#e6e6e6}@media print,screen and (min-width:64em){#spectacle article .operation .operation-tags{right:50%}}#spectacle article .operation .operation-path{word-break:break-all}#spectacle article .security-definition-description{margin-top:1.5rem;margin-bottom:.5rem}#spectacle article .security-definition-scope-description{color:#8a8a8a;margin-bottom:.5rem}#spectacle article .definition .doc-examples h5{margin-top:-1rem}#spectacle article .definition .doc-copy>section{margin-bottom:1rem}#spectacle article .definition .doc-copy>section>.json-property-type{display:none}#spectacle article .definition dl dt{font-weight:400}#spectacle article .definition dl dd{font-weight:lighter}#spectacle .hljs-strong,#spectacle article .definition .json-property-name{font-weight:700}#spectacle article .hljs{line-height:1.25;overflow-x:auto;padding:1.5rem;margin-bottom:1rem;border:none}#spectacle .drawer-layout .drawer{box-shadow:0 0 10px rgba(35,36,31,.5);transition:transform .5s ease;backface-visibility:hidden}#spectacle .drawer-layout .drawer.slide-left{transform:translateX(-250px)}#spectacle .drawer-layout .drawer.slide-right{transform:translateX(250px)}#spectacle .drawer-layout .drawer .drawer-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(254,254,254,.25)}@media print,screen and (min-width:64em){#spectacle .drawer-layout .drawer.slide-left{transform:none;margin-left:-250px}#spectacle .drawer-layout .drawer.slide-right{transform:none;margin-left:250px}#spectacle .drawer-layout .drawer .drawer-overlay{display:none}#spectacle .drawer-layout.drawer-slide-left-large .floating-menu-icon,#spectacle .drawer-layout.drawer-slide-right-large .floating-menu-icon{opacity:0}#spectacle .drawer-layout.drawer-slide-left-large .drawer{margin-left:-250px}#spectacle .drawer-layout.drawer-slide-right-large .drawer{margin-left:250px}}#spectacle .drawer-layout.drawer-open .floating-menu-icon{opacity:0}#spectacle .drawer-layout .floating-menu-icon{position:fixed;top:.75rem;right:.75rem;background-color:rgba(35,36,31,.75);padding:.65rem;z-index:1;border-radius:5px;transition:opacity .5s linear}#spectacle .drawer-layout .floating-menu-icon .hamburger{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}#spectacle .drawer-layout .floating-menu-icon .hamburger::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:''}#spectacle .drawer-layout .floating-menu-icon .hamburger:hover::after{background:#cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}#spectacle .hljs{display:block;overflow-x:auto;padding:.5em;background:#23241f}#spectacle .hljs,#spectacle .hljs-subst,#spectacle .hljs-tag{color:#f8f8f2}#spectacle .hljs-emphasis,#spectacle .hljs-strong{color:#a8a8a2}#spectacle .hljs-bullet,#spectacle .hljs-link,#spectacle .hljs-literal,#spectacle .hljs-number,#spectacle .hljs-quote,#spectacle .hljs-regexp{color:#ae81ff}#spectacle .hljs-code,#spectacle .hljs-section,#spectacle .hljs-selector-class,#spectacle .hljs-title{color:#a6e22e}#spectacle .hljs-attr,#spectacle .hljs-keyword,#spectacle .hljs-name,#spectacle .hljs-selector-tag{color:#f92672}#spectacle .hljs-attribute,#spectacle .hljs-symbol{color:#66d9ef}#spectacle .hljs-class .hljs-title,#spectacle .hljs-params{color:#f8f8f2}#spectacle .hljs-addition,#spectacle .hljs-built_in,#spectacle .hljs-builtin-name,#spectacle .hljs-selector-attr,#spectacle .hljs-selector-id,#spectacle .hljs-selector-pseudo,#spectacle .hljs-string,#spectacle .hljs-template-variable,#spectacle .hljs-type,#spectacle .hljs-variable{color:#e6db74}#spectacle .hljs-comment,#spectacle .hljs-deletion,#spectacle .hljs-meta{color:#75715e} \ No newline at end of file @charset "UTF-8";#spectacle .swagger-operation-path:before{content:"Path";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .swagger-operation-description:before{content:"Description";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .swagger-request-params:before{content:"Request parameters";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .swagger-request-body:before{content:"Request body";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .swagger-request-body .json-schema-properties:before{display:none}#spectacle .swagger-responses:before{content:"Responses";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .swagger-global:before{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#cc4b37;color:#fefefe;font-size:.75rem;border-radius:4px;padding:3px 6px;content:"global"}#spectacle table.table th.swagger-param-key{width:auto}#spectacle table.table th.swagger-param-key:before{content:"Key"}#spectacle table.table th.swagger-param-name{width:auto}#spectacle table.table th.swagger-param-name:before{content:"Name"}#spectacle table.table th.swagger-param-description{width:auto}#spectacle table.table th.swagger-param-description:before{content:"Description"}#spectacle table.table th.swagger-param-data-type{width:auto}#spectacle table.table th.swagger-param-data-type:before{content:"Data type"}#spectacle table.table th.swagger-param-type{width:auto}#spectacle table.table th.swagger-param-type:before{content:"Type"}#spectacle table.table th.swagger-request-security-schema{width:auto}#spectacle table.table th.swagger-request-security-schema:before{content:"Schema"}#spectacle table.table th.swagger-request-security-scopes{width:auto}#spectacle table.table th.swagger-request-security-scopes:before{content:"Scopes"}#spectacle table.table th.swagger-response-header-name{width:auto}#spectacle table.table th.swagger-response-header-name:before{content:"Header"}#spectacle table.table th.swagger-response-header-description{width:auto}#spectacle table.table th.swagger-response-header-description:before{content:"Description"}#spectacle table.table th.swagger-response-header-data-type{width:auto}#spectacle table.table th.swagger-response-header-data-type:before{content:"Data type"}#spectacle table.table th.swagger-response-code{width:auto}#spectacle table.table th.swagger-response-code:before{content:"Code"}#spectacle table.table th.swagger-response-description{width:auto}#spectacle table.table th.swagger-response-description:before{content:"Description"}#spectacle table.table th.swagger-response-schema{width:auto}#spectacle table.table th.swagger-response-schema:before{content:"Schema"}#spectacle .swagger-response-name-value{font-weight:700}#spectacle .swagger-response-description-text{padding-bottom:.5em}#spectacle .swagger-request-security:before{content:"Security";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .swagger-security-definition-basic:before{color:#cacaca;content:"(HTTP Basic Authentication)"}#spectacle .swagger-security-definition-oauth2:before{color:#cacaca;content:"(OAuth2 Authentication)"}#spectacle .swagger-security-definition-apiKey:before{color:#cacaca;content:"(API Key Authentication)"}#spectacle .json-schema-description:before{content:"Description";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .json-schema-properties:before{content:"Properties";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .json-schema-properties dl{margin:0}#spectacle .json-schema-properties dt{margin-bottom:.25rem}#spectacle .json-schema-properties dt.has-description{margin-bottom:0}#spectacle .json-schema-properties dd{color:#8a8a8a}#spectacle .json-schema-properties dd:not(:last-child){padding-bottom:.5rem}#spectacle .json-schema-description+.json-schema-properties{margin-top:1.5rem}#spectacle .json-schema-ref-array:before{color:#8a8a8a;content:"Array<"}#spectacle .json-schema-ref-array:after{color:#8a8a8a;content:">"}#spectacle .json-schema-example:before{content:"Example";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .json-schema-array-items:before{content:"Items";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .json-schema-allOf-inherited:before{content:"Inherited";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .json-schema-anyOf>dl{padding-left:1em}#spectacle .json-schema-anyOf>dl dt:not(:first-child):before{content:"or "}#spectacle .json-schema-anyOf>dl dt:first-child:before{content:"either "}#spectacle .json-schema-additionalProperties:before{content:"Additional properties";display:block;margin-bottom:.5em;color:#f68b1f;text-transform:uppercase;font-size:.9rem}#spectacle .json-inner-schema .json-schema-array-items,#spectacle .json-inner-schema .json-schema-description,#spectacle .json-inner-schema .json-schema-example,#spectacle .json-inner-schema .json-schema-properties{padding-left:1em;margin-top:.5em;padding-bottom:.5em}#spectacle .json-property-discriminator:before{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#cc4b37;color:#fefefe;font-size:.75rem;border-radius:4px;padding:3px 6px;content:"discriminator"}#spectacle .json-property-required:before{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#cc4b37;color:#fefefe;font-size:.75rem;border-radius:4px;padding:3px 6px;content:"required"}#spectacle .json-property-read-only:before{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#cc4b37;color:#fefefe;font-size:.75rem;border-radius:4px;padding:3px 6px;content:"read only"}#spectacle .json-property-format{font-style:italic}#spectacle .json-property-enum:before{content:'enum: ['}#spectacle .json-property-enum:after{content:']'}#spectacle .json-property-default-value:before{content:'default: '}#spectacle .json-property-range:empty{display:none!important}#spectacle .json-property-range:before{content:'range: '}#spectacle .json-property-enum-item{font-weight:lighter;font-size:small}#spectacle .json-schema-reference{font-size:90%}#spectacle .no-padding{padding:0!important}#spectacle .no-margin{margin:0!important}#spectacle button:focus{outline:0}#spectacle .default-label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#767676;color:#fefefe;font-size:.75rem;border-radius:4px;padding:3px 6px}#spectacle #logo{text-align:center;padding-right:.5rem;padding-top:1rem;padding-bottom:.25rem}#spectacle #logo img{max-height:75px}#spectacle .row,#spectacle article .doc-row,#spectacle article .prop-row{max-width:auto;margin-right:auto;margin-left:auto}#spectacle .row::after,#spectacle .row::before,#spectacle article .doc-row::after,#spectacle article .doc-row::before,#spectacle article .prop-row::after,#spectacle article .prop-row::before{display:table;content:' ';flex-basis:0;order:1}#spectacle .row::after,#spectacle article .doc-row::after,#spectacle article .prop-row::after{clear:both}#spectacle .row.collapse>.column,#spectacle .row.collapse>.columns,#spectacle article .doc-row>.column,#spectacle article .doc-row>.columns,#spectacle article .doc-row>.doc-copy,#spectacle article .doc-row>.doc-examples,#spectacle article .prop-row .doc-row>.prop-name,#spectacle article .prop-row .doc-row>.prop-value,#spectacle article .prop-row .row.collapse>.prop-name,#spectacle article .prop-row .row.collapse>.prop-value,#spectacle article .prop-row>.column,#spectacle article .prop-row>.columns,#spectacle article .prop-row>.doc-copy,#spectacle article .prop-row>.doc-examples,#spectacle article .prop-row>.prop-name,#spectacle article .prop-row>.prop-value,#spectacle article .row.collapse>.doc-copy,#spectacle article .row.collapse>.doc-examples{padding-right:0;padding-left:0}#spectacle .row .row,#spectacle .row article .doc-row,#spectacle .row article .prop-row,#spectacle article .doc-row .doc-row,#spectacle article .doc-row .prop-row,#spectacle article .doc-row .row,#spectacle article .prop-row .doc-row,#spectacle article .prop-row .prop-row,#spectacle article .prop-row .row,#spectacle article .row .doc-row,#spectacle article .row .prop-row{margin-right:-.6578947368rem;margin-left:-.6578947368rem}@media print,screen and (min-width:40em){#spectacle .row .row,#spectacle .row article .doc-row,#spectacle .row article .prop-row,#spectacle article .doc-row .doc-row,#spectacle article .doc-row .prop-row,#spectacle article .doc-row .row,#spectacle article .prop-row .doc-row,#spectacle article .prop-row .prop-row,#spectacle article .prop-row .row,#spectacle article .row .doc-row,#spectacle article .row .prop-row{margin-right:-.9868421053rem;margin-left:-.9868421053rem}}@media print,screen and (min-width:64em){#spectacle .row .row,#spectacle .row article .doc-row,#spectacle .row article .prop-row,#spectacle article .doc-row .doc-row,#spectacle article .doc-row .prop-row,#spectacle article .doc-row .row,#spectacle article .prop-row .doc-row,#spectacle article .prop-row .prop-row,#spectacle article .prop-row .row,#spectacle article .row .doc-row,#spectacle article .row .prop-row{margin-right:-.9868421053rem;margin-left:-.9868421053rem}}#spectacle .row .row.collapse,#spectacle .row article .doc-row,#spectacle .row article .prop-row,#spectacle article .doc-row .doc-row,#spectacle article .doc-row .prop-row,#spectacle article .doc-row .row.collapse,#spectacle article .prop-row .doc-row,#spectacle article .prop-row .prop-row,#spectacle article .prop-row .row.collapse,#spectacle article .row .doc-row,#spectacle article .row .prop-row{margin-right:0;margin-left:0}#spectacle .row.expanded,#spectacle article .expanded.doc-row,#spectacle article .expanded.prop-row{max-width:none}#spectacle .row.expanded .row,#spectacle .row.expanded article .doc-row,#spectacle .row.expanded article .prop-row,#spectacle article .expanded.doc-row .doc-row,#spectacle article .expanded.doc-row .prop-row,#spectacle article .expanded.doc-row .row,#spectacle article .expanded.prop-row .doc-row,#spectacle article .expanded.prop-row .prop-row,#spectacle article .expanded.prop-row .row,#spectacle article .row.expanded .doc-row,#spectacle article .row.expanded .prop-row{margin-right:auto;margin-left:auto}#spectacle .row:not(.expanded) .row,#spectacle .row:not(.expanded) article .doc-row,#spectacle .row:not(.expanded) article .prop-row,#spectacle article .doc-row:not(.expanded) .doc-row,#spectacle article .doc-row:not(.expanded) .prop-row,#spectacle article .doc-row:not(.expanded) .row,#spectacle article .prop-row:not(.expanded) .doc-row,#spectacle article .prop-row:not(.expanded) .prop-row,#spectacle article .prop-row:not(.expanded) .row,#spectacle article .row:not(.expanded) .doc-row,#spectacle article .row:not(.expanded) .prop-row{max-width:none}#spectacle .row.gutter-small>.column,#spectacle .row.gutter-small>.columns,#spectacle article .gutter-small.doc-row>.column,#spectacle article .gutter-small.doc-row>.columns,#spectacle article .gutter-small.doc-row>.doc-copy,#spectacle article .gutter-small.doc-row>.doc-examples,#spectacle article .gutter-small.prop-row>.column,#spectacle article .gutter-small.prop-row>.columns,#spectacle article .gutter-small.prop-row>.doc-copy,#spectacle article .gutter-small.prop-row>.doc-examples,#spectacle article .gutter-small.prop-row>.prop-name,#spectacle article .gutter-small.prop-row>.prop-value,#spectacle article .prop-row .gutter-small.doc-row>.prop-name,#spectacle article .prop-row .gutter-small.doc-row>.prop-value,#spectacle article .prop-row .row.gutter-small>.prop-name,#spectacle article .prop-row .row.gutter-small>.prop-value,#spectacle article .row.gutter-small>.doc-copy,#spectacle article .row.gutter-small>.doc-examples{padding-right:.6578947368rem;padding-left:.6578947368rem}#spectacle .row.gutter-medium>.column,#spectacle .row.gutter-medium>.columns,#spectacle article .gutter-medium.doc-row>.column,#spectacle article .gutter-medium.doc-row>.columns,#spectacle article .gutter-medium.doc-row>.doc-copy,#spectacle article .gutter-medium.doc-row>.doc-examples,#spectacle article .gutter-medium.prop-row>.column,#spectacle article .gutter-medium.prop-row>.columns,#spectacle article .gutter-medium.prop-row>.doc-copy,#spectacle article .gutter-medium.prop-row>.doc-examples,#spectacle article .gutter-medium.prop-row>.prop-name,#spectacle article .gutter-medium.prop-row>.prop-value,#spectacle article .prop-row .gutter-medium.doc-row>.prop-name,#spectacle article .prop-row .gutter-medium.doc-row>.prop-value,#spectacle article .prop-row .row.gutter-medium>.prop-name,#spectacle article .prop-row .row.gutter-medium>.prop-value,#spectacle article .row.gutter-medium>.doc-copy,#spectacle article .row.gutter-medium>.doc-examples{padding-right:.9868421053rem;padding-left:.9868421053rem}#spectacle .column,#spectacle .columns,#spectacle article .doc-copy,#spectacle article .doc-examples,#spectacle article .prop-row .prop-name,#spectacle article .prop-row .prop-value{width:100%;float:left;padding-right:.6578947368rem;padding-left:.6578947368rem}@media print,screen and (min-width:40em){#spectacle .column,#spectacle .columns,#spectacle article .doc-copy,#spectacle article .doc-examples,#spectacle article .prop-row .prop-name,#spectacle article .prop-row .prop-value{padding-right:.9868421053rem;padding-left:.9868421053rem}}#spectacle .column:last-child:not(:first-child),#spectacle .columns:last-child:not(:first-child),#spectacle article .doc-copy:last-child:not(:first-child),#spectacle article .doc-examples:last-child:not(:first-child),#spectacle article .prop-row .prop-name:last-child:not(:first-child),#spectacle article .prop-row .prop-value:last-child:not(:first-child){float:right}#spectacle .column.end:last-child:last-child,#spectacle .end.columns:last-child:last-child,#spectacle article .end.doc-copy:last-child:last-child,#spectacle article .end.doc-examples:last-child:last-child,#spectacle article .prop-row .end.prop-name:last-child:last-child,#spectacle article .prop-row .end.prop-value:last-child:last-child{float:left}#spectacle .column.row.row,#spectacle .row.row.columns,#spectacle article .column.doc-row,#spectacle article .column.prop-row,#spectacle article .columns.doc-row,#spectacle article .columns.prop-row,#spectacle article .doc-row.doc-copy,#spectacle article .doc-row.doc-examples,#spectacle article .prop-row .prop-name.doc-row,#spectacle article .prop-row .prop-row.prop-name,#spectacle article .prop-row .prop-row.prop-value,#spectacle article .prop-row .prop-value.doc-row,#spectacle article .prop-row .row.row.prop-name,#spectacle article .prop-row .row.row.prop-value,#spectacle article .prop-row.doc-copy,#spectacle article .prop-row.doc-examples,#spectacle article .row.row.doc-copy,#spectacle article .row.row.doc-examples{float:none}#spectacle .row .column.row.row,#spectacle .row .row.row.columns,#spectacle .row article .column.doc-row,#spectacle .row article .column.prop-row,#spectacle .row article .columns.doc-row,#spectacle .row article .columns.prop-row,#spectacle .row article .doc-row.doc-copy,#spectacle .row article .doc-row.doc-examples,#spectacle .row article .prop-row .prop-name.doc-row,#spectacle .row article .prop-row .prop-row.prop-name,#spectacle .row article .prop-row .prop-row.prop-value,#spectacle .row article .prop-row .prop-value.doc-row,#spectacle .row article .prop-row.doc-copy,#spectacle .row article .prop-row.doc-examples,#spectacle .row article .row.row.doc-copy,#spectacle .row article .row.row.doc-examples,#spectacle article .doc-row .column.doc-row,#spectacle article .doc-row .column.prop-row,#spectacle article .doc-row .column.row.row,#spectacle article .doc-row .columns.doc-row,#spectacle article .doc-row .columns.prop-row,#spectacle article .doc-row .doc-row.doc-copy,#spectacle article .doc-row .doc-row.doc-examples,#spectacle article .doc-row .prop-row.doc-copy,#spectacle article .doc-row .prop-row.doc-examples,#spectacle article .doc-row .row.row.columns,#spectacle article .doc-row .row.row.doc-copy,#spectacle article .doc-row .row.row.doc-examples,#spectacle article .prop-row .column.doc-row,#spectacle article .prop-row .column.prop-row,#spectacle article .prop-row .column.row.row,#spectacle article .prop-row .columns.doc-row,#spectacle article .prop-row .columns.prop-row,#spectacle article .prop-row .doc-row.doc-copy,#spectacle article .prop-row .doc-row.doc-examples,#spectacle article .prop-row .prop-name.doc-row,#spectacle article .prop-row .prop-row.doc-copy,#spectacle article .prop-row .prop-row.doc-examples,#spectacle article .prop-row .prop-row.prop-name,#spectacle article .prop-row .prop-row.prop-value,#spectacle article .prop-row .prop-value.doc-row,#spectacle article .prop-row .row .prop-name.doc-row,#spectacle article .prop-row .row .prop-row.prop-name,#spectacle article .prop-row .row .prop-row.prop-value,#spectacle article .prop-row .row .prop-value.doc-row,#spectacle article .prop-row .row.row.columns,#spectacle article .prop-row .row.row.doc-copy,#spectacle article .prop-row .row.row.doc-examples,#spectacle article .prop-row .row.row.prop-name,#spectacle article .prop-row .row.row.prop-value,#spectacle article .row .column.doc-row,#spectacle article .row .column.prop-row,#spectacle article .row .columns.doc-row,#spectacle article .row .columns.prop-row,#spectacle article .row .doc-row.doc-copy,#spectacle article .row .doc-row.doc-examples,#spectacle article .row .prop-row.doc-copy,#spectacle article .row .prop-row.doc-examples,#spectacle article .row .row.row.doc-copy,#spectacle article .row .row.row.doc-examples{margin-right:0;margin-left:0;padding-right:0;padding-left:0}#spectacle .small-1{width:8.3333333333%}#spectacle .small-push-1{position:relative;left:8.3333333333%}#spectacle .small-pull-1{position:relative;left:-8.3333333333%}#spectacle .small-offset-0{margin-left:0}#spectacle .small-2{width:16.6666666667%}#spectacle .small-push-2{position:relative;left:16.6666666667%}#spectacle .small-pull-2{position:relative;left:-16.6666666667%}#spectacle .small-offset-1{margin-left:8.3333333333%}#spectacle .small-3{width:25%}#spectacle .small-push-3{position:relative;left:25%}#spectacle .small-pull-3{position:relative;left:-25%}#spectacle .small-offset-2{margin-left:16.6666666667%}#spectacle .small-4{width:33.3333333333%}#spectacle .small-push-4{position:relative;left:33.3333333333%}#spectacle .small-pull-4{position:relative;left:-33.3333333333%}#spectacle .small-offset-3{margin-left:25%}#spectacle .small-5,#spectacle article .prop-row .prop-name{width:41.6666666667%}#spectacle .small-push-5{position:relative;left:41.6666666667%}#spectacle .small-pull-5{position:relative;left:-41.6666666667%}#spectacle .small-offset-4{margin-left:33.3333333333%}#spectacle .small-6{width:50%}#spectacle .small-push-6{position:relative;left:50%}#spectacle .small-pull-6{position:relative;left:-50%}#spectacle .small-offset-5{margin-left:41.6666666667%}#spectacle .small-7,#spectacle article .prop-row .prop-value{width:58.3333333333%}#spectacle .small-push-7{position:relative;left:58.3333333333%}#spectacle .small-pull-7{position:relative;left:-58.3333333333%}#spectacle .small-offset-6{margin-left:50%}#spectacle .small-8{width:66.6666666667%}#spectacle .small-push-8{position:relative;left:66.6666666667%}#spectacle .small-pull-8{position:relative;left:-66.6666666667%}#spectacle .small-offset-7{margin-left:58.3333333333%}#spectacle .small-9{width:75%}#spectacle .small-push-9{position:relative;left:75%}#spectacle .small-pull-9{position:relative;left:-75%}#spectacle .small-offset-8{margin-left:66.6666666667%}#spectacle .small-10{width:83.3333333333%}#spectacle .small-push-10{position:relative;left:83.3333333333%}#spectacle .small-pull-10{position:relative;left:-83.3333333333%}#spectacle .small-offset-9{margin-left:75%}#spectacle .small-11{width:91.6666666667%}#spectacle .small-push-11{position:relative;left:91.6666666667%}#spectacle .small-pull-11{position:relative;left:-91.6666666667%}#spectacle .small-offset-10{margin-left:83.3333333333%}#spectacle .small-12{width:100%}#spectacle .small-offset-11{margin-left:91.6666666667%}#spectacle .small-up-1>.column,#spectacle .small-up-1>.columns,#spectacle article .prop-row .small-up-1>.prop-name,#spectacle article .prop-row .small-up-1>.prop-value,#spectacle article .small-up-1>.doc-copy,#spectacle article .small-up-1>.doc-examples{float:left;width:100%}#spectacle .small-up-1>.column:nth-of-type(1n),#spectacle .small-up-1>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-1>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-1>.prop-value:nth-of-type(1n),#spectacle article .small-up-1>.doc-copy:nth-of-type(1n),#spectacle article .small-up-1>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-1>.column:nth-of-type(1n+1),#spectacle .small-up-1>.columns:nth-of-type(1n+1),#spectacle article .prop-row .small-up-1>.prop-name:nth-of-type(1n+1),#spectacle article .prop-row .small-up-1>.prop-value:nth-of-type(1n+1),#spectacle article .small-up-1>.doc-copy:nth-of-type(1n+1),#spectacle article .small-up-1>.doc-examples:nth-of-type(1n+1){clear:both}#spectacle .small-up-1>.column:last-child,#spectacle .small-up-1>.columns:last-child,#spectacle article .prop-row .small-up-1>.prop-name:last-child,#spectacle article .prop-row .small-up-1>.prop-value:last-child,#spectacle article .small-up-1>.doc-copy:last-child,#spectacle article .small-up-1>.doc-examples:last-child{float:left}#spectacle .small-up-2>.column,#spectacle .small-up-2>.columns,#spectacle article .prop-row .small-up-2>.prop-name,#spectacle article .prop-row .small-up-2>.prop-value,#spectacle article .small-up-2>.doc-copy,#spectacle article .small-up-2>.doc-examples{float:left;width:50%}#spectacle .small-up-2>.column:nth-of-type(1n),#spectacle .small-up-2>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-2>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-2>.prop-value:nth-of-type(1n),#spectacle article .small-up-2>.doc-copy:nth-of-type(1n),#spectacle article .small-up-2>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-2>.column:nth-of-type(2n+1),#spectacle .small-up-2>.columns:nth-of-type(2n+1),#spectacle article .prop-row .small-up-2>.prop-name:nth-of-type(2n+1),#spectacle article .prop-row .small-up-2>.prop-value:nth-of-type(2n+1),#spectacle article .small-up-2>.doc-copy:nth-of-type(2n+1),#spectacle article .small-up-2>.doc-examples:nth-of-type(2n+1){clear:both}#spectacle .small-up-2>.column:last-child,#spectacle .small-up-2>.columns:last-child,#spectacle article .prop-row .small-up-2>.prop-name:last-child,#spectacle article .prop-row .small-up-2>.prop-value:last-child,#spectacle article .small-up-2>.doc-copy:last-child,#spectacle article .small-up-2>.doc-examples:last-child{float:left}#spectacle .small-up-3>.column,#spectacle .small-up-3>.columns,#spectacle article .prop-row .small-up-3>.prop-name,#spectacle article .prop-row .small-up-3>.prop-value,#spectacle article .small-up-3>.doc-copy,#spectacle article .small-up-3>.doc-examples{float:left;width:33.3333333333%}#spectacle .small-up-3>.column:nth-of-type(1n),#spectacle .small-up-3>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-3>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-3>.prop-value:nth-of-type(1n),#spectacle article .small-up-3>.doc-copy:nth-of-type(1n),#spectacle article .small-up-3>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-3>.column:nth-of-type(3n+1),#spectacle .small-up-3>.columns:nth-of-type(3n+1),#spectacle article .prop-row .small-up-3>.prop-name:nth-of-type(3n+1),#spectacle article .prop-row .small-up-3>.prop-value:nth-of-type(3n+1),#spectacle article .small-up-3>.doc-copy:nth-of-type(3n+1),#spectacle article .small-up-3>.doc-examples:nth-of-type(3n+1){clear:both}#spectacle .small-up-3>.column:last-child,#spectacle .small-up-3>.columns:last-child,#spectacle article .prop-row .small-up-3>.prop-name:last-child,#spectacle article .prop-row .small-up-3>.prop-value:last-child,#spectacle article .small-up-3>.doc-copy:last-child,#spectacle article .small-up-3>.doc-examples:last-child{float:left}#spectacle .small-up-4>.column,#spectacle .small-up-4>.columns,#spectacle article .prop-row .small-up-4>.prop-name,#spectacle article .prop-row .small-up-4>.prop-value,#spectacle article .small-up-4>.doc-copy,#spectacle article .small-up-4>.doc-examples{float:left;width:25%}#spectacle .small-up-4>.column:nth-of-type(1n),#spectacle .small-up-4>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-4>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-4>.prop-value:nth-of-type(1n),#spectacle article .small-up-4>.doc-copy:nth-of-type(1n),#spectacle article .small-up-4>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-4>.column:nth-of-type(4n+1),#spectacle .small-up-4>.columns:nth-of-type(4n+1),#spectacle article .prop-row .small-up-4>.prop-name:nth-of-type(4n+1),#spectacle article .prop-row .small-up-4>.prop-value:nth-of-type(4n+1),#spectacle article .small-up-4>.doc-copy:nth-of-type(4n+1),#spectacle article .small-up-4>.doc-examples:nth-of-type(4n+1){clear:both}#spectacle .small-up-4>.column:last-child,#spectacle .small-up-4>.columns:last-child,#spectacle article .prop-row .small-up-4>.prop-name:last-child,#spectacle article .prop-row .small-up-4>.prop-value:last-child,#spectacle article .small-up-4>.doc-copy:last-child,#spectacle article .small-up-4>.doc-examples:last-child{float:left}#spectacle .small-up-5>.column,#spectacle .small-up-5>.columns,#spectacle article .prop-row .small-up-5>.prop-name,#spectacle article .prop-row .small-up-5>.prop-value,#spectacle article .small-up-5>.doc-copy,#spectacle article .small-up-5>.doc-examples{float:left;width:20%}#spectacle .small-up-5>.column:nth-of-type(1n),#spectacle .small-up-5>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-5>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-5>.prop-value:nth-of-type(1n),#spectacle article .small-up-5>.doc-copy:nth-of-type(1n),#spectacle article .small-up-5>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-5>.column:nth-of-type(5n+1),#spectacle .small-up-5>.columns:nth-of-type(5n+1),#spectacle article .prop-row .small-up-5>.prop-name:nth-of-type(5n+1),#spectacle article .prop-row .small-up-5>.prop-value:nth-of-type(5n+1),#spectacle article .small-up-5>.doc-copy:nth-of-type(5n+1),#spectacle article .small-up-5>.doc-examples:nth-of-type(5n+1){clear:both}#spectacle .small-up-5>.column:last-child,#spectacle .small-up-5>.columns:last-child,#spectacle article .prop-row .small-up-5>.prop-name:last-child,#spectacle article .prop-row .small-up-5>.prop-value:last-child,#spectacle article .small-up-5>.doc-copy:last-child,#spectacle article .small-up-5>.doc-examples:last-child{float:left}#spectacle .small-up-6>.column,#spectacle .small-up-6>.columns,#spectacle article .prop-row .small-up-6>.prop-name,#spectacle article .prop-row .small-up-6>.prop-value,#spectacle article .small-up-6>.doc-copy,#spectacle article .small-up-6>.doc-examples{float:left;width:16.6666666667%}#spectacle .small-up-6>.column:nth-of-type(1n),#spectacle .small-up-6>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-6>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-6>.prop-value:nth-of-type(1n),#spectacle article .small-up-6>.doc-copy:nth-of-type(1n),#spectacle article .small-up-6>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-6>.column:nth-of-type(6n+1),#spectacle .small-up-6>.columns:nth-of-type(6n+1),#spectacle article .prop-row .small-up-6>.prop-name:nth-of-type(6n+1),#spectacle article .prop-row .small-up-6>.prop-value:nth-of-type(6n+1),#spectacle article .small-up-6>.doc-copy:nth-of-type(6n+1),#spectacle article .small-up-6>.doc-examples:nth-of-type(6n+1){clear:both}#spectacle .small-up-6>.column:last-child,#spectacle .small-up-6>.columns:last-child,#spectacle article .prop-row .small-up-6>.prop-name:last-child,#spectacle article .prop-row .small-up-6>.prop-value:last-child,#spectacle article .small-up-6>.doc-copy:last-child,#spectacle article .small-up-6>.doc-examples:last-child{float:left}#spectacle .small-up-7>.column,#spectacle .small-up-7>.columns,#spectacle article .prop-row .small-up-7>.prop-name,#spectacle article .prop-row .small-up-7>.prop-value,#spectacle article .small-up-7>.doc-copy,#spectacle article .small-up-7>.doc-examples{float:left;width:14.2857142857%}#spectacle .small-up-7>.column:nth-of-type(1n),#spectacle .small-up-7>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-7>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-7>.prop-value:nth-of-type(1n),#spectacle article .small-up-7>.doc-copy:nth-of-type(1n),#spectacle article .small-up-7>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-7>.column:nth-of-type(7n+1),#spectacle .small-up-7>.columns:nth-of-type(7n+1),#spectacle article .prop-row .small-up-7>.prop-name:nth-of-type(7n+1),#spectacle article .prop-row .small-up-7>.prop-value:nth-of-type(7n+1),#spectacle article .small-up-7>.doc-copy:nth-of-type(7n+1),#spectacle article .small-up-7>.doc-examples:nth-of-type(7n+1){clear:both}#spectacle .small-up-7>.column:last-child,#spectacle .small-up-7>.columns:last-child,#spectacle article .prop-row .small-up-7>.prop-name:last-child,#spectacle article .prop-row .small-up-7>.prop-value:last-child,#spectacle article .small-up-7>.doc-copy:last-child,#spectacle article .small-up-7>.doc-examples:last-child{float:left}#spectacle .small-up-8>.column,#spectacle .small-up-8>.columns,#spectacle article .prop-row .small-up-8>.prop-name,#spectacle article .prop-row .small-up-8>.prop-value,#spectacle article .small-up-8>.doc-copy,#spectacle article .small-up-8>.doc-examples{float:left;width:12.5%}#spectacle .small-up-8>.column:nth-of-type(1n),#spectacle .small-up-8>.columns:nth-of-type(1n),#spectacle article .prop-row .small-up-8>.prop-name:nth-of-type(1n),#spectacle article .prop-row .small-up-8>.prop-value:nth-of-type(1n),#spectacle article .small-up-8>.doc-copy:nth-of-type(1n),#spectacle article .small-up-8>.doc-examples:nth-of-type(1n){clear:none}#spectacle .small-up-8>.column:nth-of-type(8n+1),#spectacle .small-up-8>.columns:nth-of-type(8n+1),#spectacle article .prop-row .small-up-8>.prop-name:nth-of-type(8n+1),#spectacle article .prop-row .small-up-8>.prop-value:nth-of-type(8n+1),#spectacle article .small-up-8>.doc-copy:nth-of-type(8n+1),#spectacle article .small-up-8>.doc-examples:nth-of-type(8n+1){clear:both}#spectacle .small-up-8>.column:last-child,#spectacle .small-up-8>.columns:last-child,#spectacle article .prop-row .small-up-8>.prop-name:last-child,#spectacle article .prop-row .small-up-8>.prop-value:last-child,#spectacle article .small-up-8>.doc-copy:last-child,#spectacle article .small-up-8>.doc-examples:last-child{float:left}#spectacle .small-collapse>.column,#spectacle .small-collapse>.columns,#spectacle article .prop-row .small-collapse>.prop-name,#spectacle article .prop-row .small-collapse>.prop-value,#spectacle article .small-collapse>.doc-copy,#spectacle article .small-collapse>.doc-examples{padding-right:0;padding-left:0}#spectacle .small-collapse .row,#spectacle .small-collapse article .doc-row,#spectacle .small-collapse article .prop-row,#spectacle article .small-collapse .doc-row,#spectacle article .small-collapse .prop-row{margin-right:0;margin-left:0}#spectacle .expanded.row .small-collapse.row,#spectacle .expanded.row article .small-collapse.doc-row,#spectacle .expanded.row article .small-collapse.prop-row,#spectacle article .expanded.doc-row .small-collapse.doc-row,#spectacle article .expanded.doc-row .small-collapse.prop-row,#spectacle article .expanded.doc-row .small-collapse.row,#spectacle article .expanded.prop-row .small-collapse.doc-row,#spectacle article .expanded.prop-row .small-collapse.prop-row,#spectacle article .expanded.prop-row .small-collapse.row,#spectacle article .expanded.row .small-collapse.doc-row,#spectacle article .expanded.row .small-collapse.prop-row{margin-right:0;margin-left:0}#spectacle .small-uncollapse>.column,#spectacle .small-uncollapse>.columns,#spectacle article .prop-row .small-uncollapse>.prop-name,#spectacle article .prop-row .small-uncollapse>.prop-value,#spectacle article .small-uncollapse>.doc-copy,#spectacle article .small-uncollapse>.doc-examples{padding-right:.6578947368rem;padding-left:.6578947368rem}#spectacle .small-centered{margin-right:auto;margin-left:auto}#spectacle .small-centered,#spectacle .small-centered:last-child:not(:first-child){float:none;clear:both}#spectacle .small-pull-0,#spectacle .small-push-0,#spectacle .small-uncentered{position:static;float:left;margin-right:0;margin-left:0}@media print,screen and (min-width:40em){#spectacle .medium-1{width:8.3333333333%}#spectacle .medium-push-1{position:relative;left:8.3333333333%}#spectacle .medium-pull-1{position:relative;left:-8.3333333333%}#spectacle .medium-offset-0{margin-left:0}#spectacle .medium-2{width:16.6666666667%}#spectacle .medium-push-2{position:relative;left:16.6666666667%}#spectacle .medium-pull-2{position:relative;left:-16.6666666667%}#spectacle .medium-offset-1{margin-left:8.3333333333%}#spectacle .medium-3{width:25%}#spectacle .medium-push-3{position:relative;left:25%}#spectacle .medium-pull-3{position:relative;left:-25%}#spectacle .medium-offset-2{margin-left:16.6666666667%}#spectacle .medium-4{width:33.3333333333%}#spectacle .medium-push-4{position:relative;left:33.3333333333%}#spectacle .medium-pull-4{position:relative;left:-33.3333333333%}#spectacle .medium-offset-3{margin-left:25%}#spectacle .medium-5{width:41.6666666667%}#spectacle .medium-push-5{position:relative;left:41.6666666667%}#spectacle .medium-pull-5{position:relative;left:-41.6666666667%}#spectacle .medium-offset-4{margin-left:33.3333333333%}#spectacle .medium-6{width:50%}#spectacle .medium-push-6{position:relative;left:50%}#spectacle .medium-pull-6{position:relative;left:-50%}#spectacle .medium-offset-5{margin-left:41.6666666667%}#spectacle .medium-7{width:58.3333333333%}#spectacle .medium-push-7{position:relative;left:58.3333333333%}#spectacle .medium-pull-7{position:relative;left:-58.3333333333%}#spectacle .medium-offset-6{margin-left:50%}#spectacle .medium-8{width:66.6666666667%}#spectacle .medium-push-8{position:relative;left:66.6666666667%}#spectacle .medium-pull-8{position:relative;left:-66.6666666667%}#spectacle .medium-offset-7{margin-left:58.3333333333%}#spectacle .medium-9{width:75%}#spectacle .medium-push-9{position:relative;left:75%}#spectacle .medium-pull-9{position:relative;left:-75%}#spectacle .medium-offset-8{margin-left:66.6666666667%}#spectacle .medium-10{width:83.3333333333%}#spectacle .medium-push-10{position:relative;left:83.3333333333%}#spectacle .medium-pull-10{position:relative;left:-83.3333333333%}#spectacle .medium-offset-9{margin-left:75%}#spectacle .medium-11{width:91.6666666667%}#spectacle .medium-push-11{position:relative;left:91.6666666667%}#spectacle .medium-pull-11{position:relative;left:-91.6666666667%}#spectacle .medium-offset-10{margin-left:83.3333333333%}#spectacle .medium-12{width:100%}#spectacle .medium-offset-11{margin-left:91.6666666667%}#spectacle .medium-up-1>.column,#spectacle .medium-up-1>.columns,#spectacle article .medium-up-1>.doc-copy,#spectacle article .medium-up-1>.doc-examples,#spectacle article .prop-row .medium-up-1>.prop-name,#spectacle article .prop-row .medium-up-1>.prop-value{float:left;width:100%}#spectacle .medium-up-1>.column:nth-of-type(1n),#spectacle .medium-up-1>.columns:nth-of-type(1n),#spectacle article .medium-up-1>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-1>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-1>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-1>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-1>.column:nth-of-type(1n+1),#spectacle .medium-up-1>.columns:nth-of-type(1n+1),#spectacle article .medium-up-1>.doc-copy:nth-of-type(1n+1),#spectacle article .medium-up-1>.doc-examples:nth-of-type(1n+1),#spectacle article .prop-row .medium-up-1>.prop-name:nth-of-type(1n+1),#spectacle article .prop-row .medium-up-1>.prop-value:nth-of-type(1n+1){clear:both}#spectacle .medium-up-1>.column:last-child,#spectacle .medium-up-1>.columns:last-child,#spectacle article .medium-up-1>.doc-copy:last-child,#spectacle article .medium-up-1>.doc-examples:last-child,#spectacle article .prop-row .medium-up-1>.prop-name:last-child,#spectacle article .prop-row .medium-up-1>.prop-value:last-child{float:left}#spectacle .medium-up-2>.column,#spectacle .medium-up-2>.columns,#spectacle article .medium-up-2>.doc-copy,#spectacle article .medium-up-2>.doc-examples,#spectacle article .prop-row .medium-up-2>.prop-name,#spectacle article .prop-row .medium-up-2>.prop-value{float:left;width:50%}#spectacle .medium-up-2>.column:nth-of-type(1n),#spectacle .medium-up-2>.columns:nth-of-type(1n),#spectacle article .medium-up-2>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-2>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-2>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-2>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-2>.column:nth-of-type(2n+1),#spectacle .medium-up-2>.columns:nth-of-type(2n+1),#spectacle article .medium-up-2>.doc-copy:nth-of-type(2n+1),#spectacle article .medium-up-2>.doc-examples:nth-of-type(2n+1),#spectacle article .prop-row .medium-up-2>.prop-name:nth-of-type(2n+1),#spectacle article .prop-row .medium-up-2>.prop-value:nth-of-type(2n+1){clear:both}#spectacle .medium-up-2>.column:last-child,#spectacle .medium-up-2>.columns:last-child,#spectacle article .medium-up-2>.doc-copy:last-child,#spectacle article .medium-up-2>.doc-examples:last-child,#spectacle article .prop-row .medium-up-2>.prop-name:last-child,#spectacle article .prop-row .medium-up-2>.prop-value:last-child{float:left}#spectacle .medium-up-3>.column,#spectacle .medium-up-3>.columns,#spectacle article .medium-up-3>.doc-copy,#spectacle article .medium-up-3>.doc-examples,#spectacle article .prop-row .medium-up-3>.prop-name,#spectacle article .prop-row .medium-up-3>.prop-value{float:left;width:33.3333333333%}#spectacle .medium-up-3>.column:nth-of-type(1n),#spectacle .medium-up-3>.columns:nth-of-type(1n),#spectacle article .medium-up-3>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-3>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-3>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-3>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-3>.column:nth-of-type(3n+1),#spectacle .medium-up-3>.columns:nth-of-type(3n+1),#spectacle article .medium-up-3>.doc-copy:nth-of-type(3n+1),#spectacle article .medium-up-3>.doc-examples:nth-of-type(3n+1),#spectacle article .prop-row .medium-up-3>.prop-name:nth-of-type(3n+1),#spectacle article .prop-row .medium-up-3>.prop-value:nth-of-type(3n+1){clear:both}#spectacle .medium-up-3>.column:last-child,#spectacle .medium-up-3>.columns:last-child,#spectacle article .medium-up-3>.doc-copy:last-child,#spectacle article .medium-up-3>.doc-examples:last-child,#spectacle article .prop-row .medium-up-3>.prop-name:last-child,#spectacle article .prop-row .medium-up-3>.prop-value:last-child{float:left}#spectacle .medium-up-4>.column,#spectacle .medium-up-4>.columns,#spectacle article .medium-up-4>.doc-copy,#spectacle article .medium-up-4>.doc-examples,#spectacle article .prop-row .medium-up-4>.prop-name,#spectacle article .prop-row .medium-up-4>.prop-value{float:left;width:25%}#spectacle .medium-up-4>.column:nth-of-type(1n),#spectacle .medium-up-4>.columns:nth-of-type(1n),#spectacle article .medium-up-4>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-4>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-4>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-4>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-4>.column:nth-of-type(4n+1),#spectacle .medium-up-4>.columns:nth-of-type(4n+1),#spectacle article .medium-up-4>.doc-copy:nth-of-type(4n+1),#spectacle article .medium-up-4>.doc-examples:nth-of-type(4n+1),#spectacle article .prop-row .medium-up-4>.prop-name:nth-of-type(4n+1),#spectacle article .prop-row .medium-up-4>.prop-value:nth-of-type(4n+1){clear:both}#spectacle .medium-up-4>.column:last-child,#spectacle .medium-up-4>.columns:last-child,#spectacle article .medium-up-4>.doc-copy:last-child,#spectacle article .medium-up-4>.doc-examples:last-child,#spectacle article .prop-row .medium-up-4>.prop-name:last-child,#spectacle article .prop-row .medium-up-4>.prop-value:last-child{float:left}#spectacle .medium-up-5>.column,#spectacle .medium-up-5>.columns,#spectacle article .medium-up-5>.doc-copy,#spectacle article .medium-up-5>.doc-examples,#spectacle article .prop-row .medium-up-5>.prop-name,#spectacle article .prop-row .medium-up-5>.prop-value{float:left;width:20%}#spectacle .medium-up-5>.column:nth-of-type(1n),#spectacle .medium-up-5>.columns:nth-of-type(1n),#spectacle article .medium-up-5>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-5>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-5>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-5>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-5>.column:nth-of-type(5n+1),#spectacle .medium-up-5>.columns:nth-of-type(5n+1),#spectacle article .medium-up-5>.doc-copy:nth-of-type(5n+1),#spectacle article .medium-up-5>.doc-examples:nth-of-type(5n+1),#spectacle article .prop-row .medium-up-5>.prop-name:nth-of-type(5n+1),#spectacle article .prop-row .medium-up-5>.prop-value:nth-of-type(5n+1){clear:both}#spectacle .medium-up-5>.column:last-child,#spectacle .medium-up-5>.columns:last-child,#spectacle article .medium-up-5>.doc-copy:last-child,#spectacle article .medium-up-5>.doc-examples:last-child,#spectacle article .prop-row .medium-up-5>.prop-name:last-child,#spectacle article .prop-row .medium-up-5>.prop-value:last-child{float:left}#spectacle .medium-up-6>.column,#spectacle .medium-up-6>.columns,#spectacle article .medium-up-6>.doc-copy,#spectacle article .medium-up-6>.doc-examples,#spectacle article .prop-row .medium-up-6>.prop-name,#spectacle article .prop-row .medium-up-6>.prop-value{float:left;width:16.6666666667%}#spectacle .medium-up-6>.column:nth-of-type(1n),#spectacle .medium-up-6>.columns:nth-of-type(1n),#spectacle article .medium-up-6>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-6>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-6>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-6>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-6>.column:nth-of-type(6n+1),#spectacle .medium-up-6>.columns:nth-of-type(6n+1),#spectacle article .medium-up-6>.doc-copy:nth-of-type(6n+1),#spectacle article .medium-up-6>.doc-examples:nth-of-type(6n+1),#spectacle article .prop-row .medium-up-6>.prop-name:nth-of-type(6n+1),#spectacle article .prop-row .medium-up-6>.prop-value:nth-of-type(6n+1){clear:both}#spectacle .medium-up-6>.column:last-child,#spectacle .medium-up-6>.columns:last-child,#spectacle article .medium-up-6>.doc-copy:last-child,#spectacle article .medium-up-6>.doc-examples:last-child,#spectacle article .prop-row .medium-up-6>.prop-name:last-child,#spectacle article .prop-row .medium-up-6>.prop-value:last-child{float:left}#spectacle .medium-up-7>.column,#spectacle .medium-up-7>.columns,#spectacle article .medium-up-7>.doc-copy,#spectacle article .medium-up-7>.doc-examples,#spectacle article .prop-row .medium-up-7>.prop-name,#spectacle article .prop-row .medium-up-7>.prop-value{float:left;width:14.2857142857%}#spectacle .medium-up-7>.column:nth-of-type(1n),#spectacle .medium-up-7>.columns:nth-of-type(1n),#spectacle article .medium-up-7>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-7>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-7>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-7>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-7>.column:nth-of-type(7n+1),#spectacle .medium-up-7>.columns:nth-of-type(7n+1),#spectacle article .medium-up-7>.doc-copy:nth-of-type(7n+1),#spectacle article .medium-up-7>.doc-examples:nth-of-type(7n+1),#spectacle article .prop-row .medium-up-7>.prop-name:nth-of-type(7n+1),#spectacle article .prop-row .medium-up-7>.prop-value:nth-of-type(7n+1){clear:both}#spectacle .medium-up-7>.column:last-child,#spectacle .medium-up-7>.columns:last-child,#spectacle article .medium-up-7>.doc-copy:last-child,#spectacle article .medium-up-7>.doc-examples:last-child,#spectacle article .prop-row .medium-up-7>.prop-name:last-child,#spectacle article .prop-row .medium-up-7>.prop-value:last-child{float:left}#spectacle .medium-up-8>.column,#spectacle .medium-up-8>.columns,#spectacle article .medium-up-8>.doc-copy,#spectacle article .medium-up-8>.doc-examples,#spectacle article .prop-row .medium-up-8>.prop-name,#spectacle article .prop-row .medium-up-8>.prop-value{float:left;width:12.5%}#spectacle .medium-up-8>.column:nth-of-type(1n),#spectacle .medium-up-8>.columns:nth-of-type(1n),#spectacle article .medium-up-8>.doc-copy:nth-of-type(1n),#spectacle article .medium-up-8>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .medium-up-8>.prop-name:nth-of-type(1n),#spectacle article .prop-row .medium-up-8>.prop-value:nth-of-type(1n){clear:none}#spectacle .medium-up-8>.column:nth-of-type(8n+1),#spectacle .medium-up-8>.columns:nth-of-type(8n+1),#spectacle article .medium-up-8>.doc-copy:nth-of-type(8n+1),#spectacle article .medium-up-8>.doc-examples:nth-of-type(8n+1),#spectacle article .prop-row .medium-up-8>.prop-name:nth-of-type(8n+1),#spectacle article .prop-row .medium-up-8>.prop-value:nth-of-type(8n+1){clear:both}#spectacle .medium-up-8>.column:last-child,#spectacle .medium-up-8>.columns:last-child,#spectacle article .medium-up-8>.doc-copy:last-child,#spectacle article .medium-up-8>.doc-examples:last-child,#spectacle article .prop-row .medium-up-8>.prop-name:last-child,#spectacle article .prop-row .medium-up-8>.prop-value:last-child{float:left}#spectacle .medium-collapse>.column,#spectacle .medium-collapse>.columns,#spectacle article .medium-collapse>.doc-copy,#spectacle article .medium-collapse>.doc-examples,#spectacle article .prop-row .medium-collapse>.prop-name,#spectacle article .prop-row .medium-collapse>.prop-value{padding-right:0;padding-left:0}#spectacle .medium-collapse .row,#spectacle .medium-collapse article .doc-row,#spectacle .medium-collapse article .prop-row,#spectacle article .medium-collapse .doc-row,#spectacle article .medium-collapse .prop-row{margin-right:0;margin-left:0}#spectacle .expanded.row .medium-collapse.row,#spectacle .expanded.row article .medium-collapse.doc-row,#spectacle .expanded.row article .medium-collapse.prop-row,#spectacle article .expanded.doc-row .medium-collapse.doc-row,#spectacle article .expanded.doc-row .medium-collapse.prop-row,#spectacle article .expanded.doc-row .medium-collapse.row,#spectacle article .expanded.prop-row .medium-collapse.doc-row,#spectacle article .expanded.prop-row .medium-collapse.prop-row,#spectacle article .expanded.prop-row .medium-collapse.row,#spectacle article .expanded.row .medium-collapse.doc-row,#spectacle article .expanded.row .medium-collapse.prop-row{margin-right:0;margin-left:0}#spectacle .medium-uncollapse>.column,#spectacle .medium-uncollapse>.columns,#spectacle article .medium-uncollapse>.doc-copy,#spectacle article .medium-uncollapse>.doc-examples,#spectacle article .prop-row .medium-uncollapse>.prop-name,#spectacle article .prop-row .medium-uncollapse>.prop-value{padding-right:.9868421053rem;padding-left:.9868421053rem}#spectacle .medium-centered{margin-right:auto;margin-left:auto}#spectacle .medium-centered,#spectacle .medium-centered:last-child:not(:first-child){float:none;clear:both}#spectacle .medium-pull-0,#spectacle .medium-push-0,#spectacle .medium-uncentered{position:static;float:left;margin-right:0;margin-left:0}}@media print,screen and (min-width:64em){#spectacle .large-1{width:8.3333333333%}#spectacle .large-push-1{position:relative;left:8.3333333333%}#spectacle .large-pull-1{position:relative;left:-8.3333333333%}#spectacle .large-offset-0{margin-left:0}#spectacle .large-2{width:16.6666666667%}#spectacle .large-push-2{position:relative;left:16.6666666667%}#spectacle .large-pull-2{position:relative;left:-16.6666666667%}#spectacle .large-offset-1{margin-left:8.3333333333%}#spectacle .large-3{width:25%}#spectacle .large-push-3{position:relative;left:25%}#spectacle .large-pull-3{position:relative;left:-25%}#spectacle .large-offset-2{margin-left:16.6666666667%}#spectacle .large-4{width:33.3333333333%}#spectacle .large-push-4{position:relative;left:33.3333333333%}#spectacle .large-pull-4{position:relative;left:-33.3333333333%}#spectacle .large-offset-3{margin-left:25%}#spectacle .large-5{width:41.6666666667%}#spectacle .large-push-5{position:relative;left:41.6666666667%}#spectacle .large-pull-5{position:relative;left:-41.6666666667%}#spectacle .large-offset-4{margin-left:33.3333333333%}#spectacle .doc-content,#spectacle .large-6,#spectacle article .doc-copy,#spectacle article .doc-examples,#spectacle article .panel>h2,#spectacle article .panel>h3,#spectacle article h1.doc-title,#spectacle article>h1,#spectacle article>h2{width:50%}#spectacle .large-push-6{position:relative;left:50%}#spectacle .large-pull-6{position:relative;left:-50%}#spectacle .large-offset-5{margin-left:41.6666666667%}#spectacle .large-7{width:58.3333333333%}#spectacle .large-push-7{position:relative;left:58.3333333333%}#spectacle .large-pull-7{position:relative;left:-58.3333333333%}#spectacle .large-offset-6{margin-left:50%}#spectacle .large-8{width:66.6666666667%}#spectacle .large-push-8{position:relative;left:66.6666666667%}#spectacle .large-pull-8{position:relative;left:-66.6666666667%}#spectacle .large-offset-7{margin-left:58.3333333333%}#spectacle .large-9{width:75%}#spectacle .large-push-9{position:relative;left:75%}#spectacle .large-pull-9{position:relative;left:-75%}#spectacle .large-offset-8{margin-left:66.6666666667%}#spectacle .large-10{width:83.3333333333%}#spectacle .large-push-10{position:relative;left:83.3333333333%}#spectacle .large-pull-10{position:relative;left:-83.3333333333%}#spectacle .large-offset-9{margin-left:75%}#spectacle .large-11{width:91.6666666667%}#spectacle .large-push-11{position:relative;left:91.6666666667%}#spectacle .large-pull-11{position:relative;left:-91.6666666667%}#spectacle .large-offset-10{margin-left:83.3333333333%}#spectacle .large-12{width:100%}#spectacle .large-offset-11{margin-left:91.6666666667%}#spectacle .large-up-1>.column,#spectacle .large-up-1>.columns,#spectacle article .large-up-1>.doc-copy,#spectacle article .large-up-1>.doc-examples,#spectacle article .prop-row .large-up-1>.prop-name,#spectacle article .prop-row .large-up-1>.prop-value{float:left;width:100%}#spectacle .large-up-1>.column:nth-of-type(1n),#spectacle .large-up-1>.columns:nth-of-type(1n),#spectacle article .large-up-1>.doc-copy:nth-of-type(1n),#spectacle article .large-up-1>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-1>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-1>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-1>.column:nth-of-type(1n+1),#spectacle .large-up-1>.columns:nth-of-type(1n+1),#spectacle article .large-up-1>.doc-copy:nth-of-type(1n+1),#spectacle article .large-up-1>.doc-examples:nth-of-type(1n+1),#spectacle article .prop-row .large-up-1>.prop-name:nth-of-type(1n+1),#spectacle article .prop-row .large-up-1>.prop-value:nth-of-type(1n+1){clear:both}#spectacle .large-up-1>.column:last-child,#spectacle .large-up-1>.columns:last-child,#spectacle article .large-up-1>.doc-copy:last-child,#spectacle article .large-up-1>.doc-examples:last-child,#spectacle article .prop-row .large-up-1>.prop-name:last-child,#spectacle article .prop-row .large-up-1>.prop-value:last-child{float:left}#spectacle .large-up-2>.column,#spectacle .large-up-2>.columns,#spectacle article .large-up-2>.doc-copy,#spectacle article .large-up-2>.doc-examples,#spectacle article .prop-row .large-up-2>.prop-name,#spectacle article .prop-row .large-up-2>.prop-value{float:left;width:50%}#spectacle .large-up-2>.column:nth-of-type(1n),#spectacle .large-up-2>.columns:nth-of-type(1n),#spectacle article .large-up-2>.doc-copy:nth-of-type(1n),#spectacle article .large-up-2>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-2>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-2>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-2>.column:nth-of-type(2n+1),#spectacle .large-up-2>.columns:nth-of-type(2n+1),#spectacle article .large-up-2>.doc-copy:nth-of-type(2n+1),#spectacle article .large-up-2>.doc-examples:nth-of-type(2n+1),#spectacle article .prop-row .large-up-2>.prop-name:nth-of-type(2n+1),#spectacle article .prop-row .large-up-2>.prop-value:nth-of-type(2n+1){clear:both}#spectacle .large-up-2>.column:last-child,#spectacle .large-up-2>.columns:last-child,#spectacle article .large-up-2>.doc-copy:last-child,#spectacle article .large-up-2>.doc-examples:last-child,#spectacle article .prop-row .large-up-2>.prop-name:last-child,#spectacle article .prop-row .large-up-2>.prop-value:last-child{float:left}#spectacle .large-up-3>.column,#spectacle .large-up-3>.columns,#spectacle article .large-up-3>.doc-copy,#spectacle article .large-up-3>.doc-examples,#spectacle article .prop-row .large-up-3>.prop-name,#spectacle article .prop-row .large-up-3>.prop-value{float:left;width:33.3333333333%}#spectacle .large-up-3>.column:nth-of-type(1n),#spectacle .large-up-3>.columns:nth-of-type(1n),#spectacle article .large-up-3>.doc-copy:nth-of-type(1n),#spectacle article .large-up-3>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-3>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-3>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-3>.column:nth-of-type(3n+1),#spectacle .large-up-3>.columns:nth-of-type(3n+1),#spectacle article .large-up-3>.doc-copy:nth-of-type(3n+1),#spectacle article .large-up-3>.doc-examples:nth-of-type(3n+1),#spectacle article .prop-row .large-up-3>.prop-name:nth-of-type(3n+1),#spectacle article .prop-row .large-up-3>.prop-value:nth-of-type(3n+1){clear:both}#spectacle .large-up-3>.column:last-child,#spectacle .large-up-3>.columns:last-child,#spectacle article .large-up-3>.doc-copy:last-child,#spectacle article .large-up-3>.doc-examples:last-child,#spectacle article .prop-row .large-up-3>.prop-name:last-child,#spectacle article .prop-row .large-up-3>.prop-value:last-child{float:left}#spectacle .large-up-4>.column,#spectacle .large-up-4>.columns,#spectacle article .large-up-4>.doc-copy,#spectacle article .large-up-4>.doc-examples,#spectacle article .prop-row .large-up-4>.prop-name,#spectacle article .prop-row .large-up-4>.prop-value{float:left;width:25%}#spectacle .large-up-4>.column:nth-of-type(1n),#spectacle .large-up-4>.columns:nth-of-type(1n),#spectacle article .large-up-4>.doc-copy:nth-of-type(1n),#spectacle article .large-up-4>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-4>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-4>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-4>.column:nth-of-type(4n+1),#spectacle .large-up-4>.columns:nth-of-type(4n+1),#spectacle article .large-up-4>.doc-copy:nth-of-type(4n+1),#spectacle article .large-up-4>.doc-examples:nth-of-type(4n+1),#spectacle article .prop-row .large-up-4>.prop-name:nth-of-type(4n+1),#spectacle article .prop-row .large-up-4>.prop-value:nth-of-type(4n+1){clear:both}#spectacle .large-up-4>.column:last-child,#spectacle .large-up-4>.columns:last-child,#spectacle article .large-up-4>.doc-copy:last-child,#spectacle article .large-up-4>.doc-examples:last-child,#spectacle article .prop-row .large-up-4>.prop-name:last-child,#spectacle article .prop-row .large-up-4>.prop-value:last-child{float:left}#spectacle .large-up-5>.column,#spectacle .large-up-5>.columns,#spectacle article .large-up-5>.doc-copy,#spectacle article .large-up-5>.doc-examples,#spectacle article .prop-row .large-up-5>.prop-name,#spectacle article .prop-row .large-up-5>.prop-value{float:left;width:20%}#spectacle .large-up-5>.column:nth-of-type(1n),#spectacle .large-up-5>.columns:nth-of-type(1n),#spectacle article .large-up-5>.doc-copy:nth-of-type(1n),#spectacle article .large-up-5>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-5>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-5>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-5>.column:nth-of-type(5n+1),#spectacle .large-up-5>.columns:nth-of-type(5n+1),#spectacle article .large-up-5>.doc-copy:nth-of-type(5n+1),#spectacle article .large-up-5>.doc-examples:nth-of-type(5n+1),#spectacle article .prop-row .large-up-5>.prop-name:nth-of-type(5n+1),#spectacle article .prop-row .large-up-5>.prop-value:nth-of-type(5n+1){clear:both}#spectacle .large-up-5>.column:last-child,#spectacle .large-up-5>.columns:last-child,#spectacle article .large-up-5>.doc-copy:last-child,#spectacle article .large-up-5>.doc-examples:last-child,#spectacle article .prop-row .large-up-5>.prop-name:last-child,#spectacle article .prop-row .large-up-5>.prop-value:last-child{float:left}#spectacle .large-up-6>.column,#spectacle .large-up-6>.columns,#spectacle article .large-up-6>.doc-copy,#spectacle article .large-up-6>.doc-examples,#spectacle article .prop-row .large-up-6>.prop-name,#spectacle article .prop-row .large-up-6>.prop-value{float:left;width:16.6666666667%}#spectacle .large-up-6>.column:nth-of-type(1n),#spectacle .large-up-6>.columns:nth-of-type(1n),#spectacle article .large-up-6>.doc-copy:nth-of-type(1n),#spectacle article .large-up-6>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-6>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-6>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-6>.column:nth-of-type(6n+1),#spectacle .large-up-6>.columns:nth-of-type(6n+1),#spectacle article .large-up-6>.doc-copy:nth-of-type(6n+1),#spectacle article .large-up-6>.doc-examples:nth-of-type(6n+1),#spectacle article .prop-row .large-up-6>.prop-name:nth-of-type(6n+1),#spectacle article .prop-row .large-up-6>.prop-value:nth-of-type(6n+1){clear:both}#spectacle .large-up-6>.column:last-child,#spectacle .large-up-6>.columns:last-child,#spectacle article .large-up-6>.doc-copy:last-child,#spectacle article .large-up-6>.doc-examples:last-child,#spectacle article .prop-row .large-up-6>.prop-name:last-child,#spectacle article .prop-row .large-up-6>.prop-value:last-child{float:left}#spectacle .large-up-7>.column,#spectacle .large-up-7>.columns,#spectacle article .large-up-7>.doc-copy,#spectacle article .large-up-7>.doc-examples,#spectacle article .prop-row .large-up-7>.prop-name,#spectacle article .prop-row .large-up-7>.prop-value{float:left;width:14.2857142857%}#spectacle .large-up-7>.column:nth-of-type(1n),#spectacle .large-up-7>.columns:nth-of-type(1n),#spectacle article .large-up-7>.doc-copy:nth-of-type(1n),#spectacle article .large-up-7>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-7>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-7>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-7>.column:nth-of-type(7n+1),#spectacle .large-up-7>.columns:nth-of-type(7n+1),#spectacle article .large-up-7>.doc-copy:nth-of-type(7n+1),#spectacle article .large-up-7>.doc-examples:nth-of-type(7n+1),#spectacle article .prop-row .large-up-7>.prop-name:nth-of-type(7n+1),#spectacle article .prop-row .large-up-7>.prop-value:nth-of-type(7n+1){clear:both}#spectacle .large-up-7>.column:last-child,#spectacle .large-up-7>.columns:last-child,#spectacle article .large-up-7>.doc-copy:last-child,#spectacle article .large-up-7>.doc-examples:last-child,#spectacle article .prop-row .large-up-7>.prop-name:last-child,#spectacle article .prop-row .large-up-7>.prop-value:last-child{float:left}#spectacle .large-up-8>.column,#spectacle .large-up-8>.columns,#spectacle article .large-up-8>.doc-copy,#spectacle article .large-up-8>.doc-examples,#spectacle article .prop-row .large-up-8>.prop-name,#spectacle article .prop-row .large-up-8>.prop-value{float:left;width:12.5%}#spectacle .large-up-8>.column:nth-of-type(1n),#spectacle .large-up-8>.columns:nth-of-type(1n),#spectacle article .large-up-8>.doc-copy:nth-of-type(1n),#spectacle article .large-up-8>.doc-examples:nth-of-type(1n),#spectacle article .prop-row .large-up-8>.prop-name:nth-of-type(1n),#spectacle article .prop-row .large-up-8>.prop-value:nth-of-type(1n){clear:none}#spectacle .large-up-8>.column:nth-of-type(8n+1),#spectacle .large-up-8>.columns:nth-of-type(8n+1),#spectacle article .large-up-8>.doc-copy:nth-of-type(8n+1),#spectacle article .large-up-8>.doc-examples:nth-of-type(8n+1),#spectacle article .prop-row .large-up-8>.prop-name:nth-of-type(8n+1),#spectacle article .prop-row .large-up-8>.prop-value:nth-of-type(8n+1){clear:both}#spectacle .large-up-8>.column:last-child,#spectacle .large-up-8>.columns:last-child,#spectacle article .large-up-8>.doc-copy:last-child,#spectacle article .large-up-8>.doc-examples:last-child,#spectacle article .prop-row .large-up-8>.prop-name:last-child,#spectacle article .prop-row .large-up-8>.prop-value:last-child{float:left}#spectacle .large-collapse>.column,#spectacle .large-collapse>.columns,#spectacle article .large-collapse>.doc-copy,#spectacle article .large-collapse>.doc-examples,#spectacle article .prop-row .large-collapse>.prop-name,#spectacle article .prop-row .large-collapse>.prop-value{padding-right:0;padding-left:0}#spectacle .large-collapse .row,#spectacle .large-collapse article .doc-row,#spectacle .large-collapse article .prop-row,#spectacle article .large-collapse .doc-row,#spectacle article .large-collapse .prop-row{margin-right:0;margin-left:0}#spectacle .expanded.row .large-collapse.row,#spectacle .expanded.row article .large-collapse.doc-row,#spectacle .expanded.row article .large-collapse.prop-row,#spectacle article .expanded.doc-row .large-collapse.doc-row,#spectacle article .expanded.doc-row .large-collapse.prop-row,#spectacle article .expanded.doc-row .large-collapse.row,#spectacle article .expanded.prop-row .large-collapse.doc-row,#spectacle article .expanded.prop-row .large-collapse.prop-row,#spectacle article .expanded.prop-row .large-collapse.row,#spectacle article .expanded.row .large-collapse.doc-row,#spectacle article .expanded.row .large-collapse.prop-row{margin-right:0;margin-left:0}#spectacle .large-uncollapse>.column,#spectacle .large-uncollapse>.columns,#spectacle article .large-uncollapse>.doc-copy,#spectacle article .large-uncollapse>.doc-examples,#spectacle article .prop-row .large-uncollapse>.prop-name,#spectacle article .prop-row .large-uncollapse>.prop-value{padding-right:.9868421053rem;padding-left:.9868421053rem}#spectacle .large-centered{margin-right:auto;margin-left:auto}#spectacle .large-centered,#spectacle .large-centered:last-child:not(:first-child){float:none;clear:both}#spectacle .large-pull-0,#spectacle .large-push-0,#spectacle .large-uncentered{position:static;float:left;margin-right:0;margin-left:0}}#spectacle .column-block{margin-bottom:1.3157894737rem}#spectacle .column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){#spectacle .column-block{margin-bottom:1.9736842105rem}#spectacle .column-block>:last-child{margin-bottom:0}}#spectacle #sidebar{padding-top:1.5rem;padding-left:1.5rem;padding-right:1rem;padding-bottom:2rem;border-right:1px solid #eee;background-color:#f6f6f6;height:100vh;overflow:auto;position:fixed;bottom:0;left:0;top:0;width:250px}#spectacle #sidebar h5{margin:1.5rem 0 .65rem;text-transform:uppercase;color:#b6b6b6;font-size:.9rem}#spectacle #sidebar a{display:block;margin:0 0 .25rem;color:#4a5055;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}#spectacle #sidebar a.active{color:#1779ba}#spectacle #sidebar ul{list-style-type:none;padding:0;margin:0 0 .75rem .75rem}#spectacle #sidebar section>ul{display:none}#spectacle #sidebar section.expand>ul{display:block}#spectacle #sidebar .close-button{opacity:.5}#spectacle .doc-content,#spectacle article .doc-copy,#spectacle article .doc-examples,#spectacle article .panel>h2,#spectacle article .panel>h3,#spectacle article h1.doc-title,#spectacle article>h1,#spectacle article>h2{padding-left:2.25rem!important;padding-right:2.25rem!important}#spectacle .doc-separator,#spectacle article h2{margin-top:2em;padding-top:2em;padding-bottom:2em;border-top:1px solid #e2e2e2}#spectacle #docs{background:#fefefe;overflow:hidden;position:relative}#spectacle #docs .example-box{display:none}@media print,screen and (min-width:64em){#spectacle #docs .example-box{display:block;background-color:#2d3134;position:absolute;right:0;top:0;bottom:0}}#spectacle article{position:relative}#spectacle article .no-description{color:#8a8a8a}#spectacle article dt{color:#2d3134}#spectacle article table.table{width:100%}#spectacle article code{font-size:.9em;border-radius:3px}#spectacle article p:last-child:first-child{margin-bottom:0}#spectacle article h1{margin:2.5rem 0 0;padding-top:.75rem;padding-bottom:.75rem;padding-left:2.25rem;padding-right:2.25rem;border-top:1px solid #e8e8e8;border-bottom:1px solid #e2e2e2;background-color:#f6f6f6}#spectacle article h1.doc-title{margin:0;padding-top:2.15rem;padding-bottom:0;font-weight:700;background:0 0;border:none;color:#535b60}#spectacle article h1.doc-title span{display:none;opacity:.65;margin-left:5px;font-weight:400}#spectacle article h2{margin-bottom:0;padding-left:2.25rem;padding-right:2.25rem;padding-bottom:.25rem;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…gd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,.4)),color-stop(100%,rgba(255,255,255,0)));background-image:-moz-linear-gradient(top,rgba(255,255,255,.4),rgba(255,255,255,0));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.4),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,0))}#spectacle article h3{margin:0 0 .75rem}#spectacle article h1+.panel>h2{margin-top:0;border-top:none}#spectacle article h1+.tag-description+.panel>h2{margin-top:2rem}#spectacle article h1+.panel h3{margin-top:1rem}#spectacle article .panel{position:relative}#spectacle article .prop-row{padding-top:.75em;padding-bottom:.75em;border-top:1px solid #eee}#spectacle article .prop-row.prop-group,#spectacle article .prop-row:first-child{border-top:1px solid #ddd}#spectacle article .prop-row .prop-title{font-weight:700}#spectacle article .prop-row .prop-type{font-weight:400}#spectacle article .prop-row .prop-subtitle{font-weight:400;font-size:80%}#spectacle article .prop-row .prop-name{text-align:right;padding-right:.85rem!important;word-break:break-word}#spectacle article .prop-row .prop-value{padding-left:.85rem!important;word-wrap:break-word}#spectacle article .prop-row.prop-inner{padding-top:.5em;padding-bottom:.5em;font-size:80%}#spectacle article .prop-row.prop-inner .prop-name{color:#8a8a8a}#spectacle article .prop-row.prop-inner .prop-value>span{display:block}#spectacle article .prop-row.prop-inner .prop-value>span:before{color:#8a8a8a}#spectacle article .prop-row.prop-inner .prop-value>span:after{color:#8a8a8a}#spectacle article .prop-row.prop-inner .prop-value>span.json-property-format,#spectacle article .prop-row.prop-inner .prop-value>span.json-property-type{display:inline-block}#spectacle article .doc-row{margin:2rem 0 20px}#spectacle article .doc-examples{padding-left:2.25rem!important;padding-right:2.25rem!important;color:#fefefe;background-color:#2d3134}#spectacle article .doc-examples h5{color:#fefefe;font-size:1rem;opacity:.8}#spectacle article .doc-examples h5 span{opacity:.5}@media screen and (max-width:63.9375em){#spectacle article .doc-examples:not(:empty){margin-top:1.5rem;padding-top:1.5rem;padding-bottom:.5rem}}#spectacle article .doc-examples code{display:block;margin-bottom:1.5rem;padding:1.5rem;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:inherit;color:inherit;background-color:transparent;border:none;border-top:1px solid #000;border-bottom:1px solid #404040;border-radius:5px;box-shadow:0 0 200px rgba(0,0,0,.33) inset;word-spacing:normal;white-space:pre-wrap;word-break:normal}#spectacle article .doc-examples tbody tr:nth-child(even){border-bottom:0;background-color:#353a3d}#spectacle article .doc-examples tbody,#spectacle article .doc-examples tfoot,#spectacle article .doc-examples thead{color:#fff;background-color:#2d3134;border:0}#spectacle article .doc-examples thead{background-color:#2d3134}#spectacle article .doc-examples .swagger-response-headers{background-color:transparent;border:none;border-top:1px solid #000;border-bottom:1px solid #404040;border-radius:5px;box-shadow:0 0 200px rgba(0,0,0,.33) inset;margin-bottom:1.5rem}#spectacle article .doc-examples .swagger-response-headers thead{color:#fefefe;font-size:1rem;opacity:.8;background-color:transparent;border:none}#spectacle article .doc-examples .swagger-response-headers tbody{border:none;background-color:transparent}#spectacle article .doc-examples .swagger-response-headers tbody tr{background-color:transparent;border-top:1px solid #404040}#spectacle article .powered-by{font-size:80%;color:#cacaca}#spectacle article .powered-by span{color:#f68b1f}#spectacle article .operation .operation-tags{position:absolute;top:0;text-align:right;right:0}#spectacle article .operation .operation-tags .label{cursor:pointer}#spectacle article .operation .operation-tags .label:hover{color:#e6e6e6}@media print,screen and (min-width:64em){#spectacle article .operation .operation-tags{right:50%}}#spectacle article .operation .operation-path{word-break:break-all}#spectacle article .security-definition-description{margin-top:1.5rem;margin-bottom:.5rem}#spectacle article .security-definition-scope-description{color:#8a8a8a;margin-bottom:.5rem}#spectacle article .definition .doc-examples h5{margin-top:-1rem}#spectacle article .definition .doc-copy>section{margin-bottom:1rem}#spectacle article .definition .doc-copy>section>.json-property-type{display:none}#spectacle article .definition dl dt{font-weight:400}#spectacle article .definition dl dd{font-style:italic}#spectacle article .definition .json-property-name{font-weight:700}#spectacle article .hljs{line-height:1.25;overflow-x:auto;padding:1.5rem;margin-bottom:1rem;border:none}#spectacle .drawer-layout .drawer{box-shadow:0 0 10px rgba(45,49,52,.5);transition:transform .5s ease;backface-visibility:hidden}#spectacle .drawer-layout .drawer.slide-left{transform:translateX(-250px)}#spectacle .drawer-layout .drawer.slide-right{transform:translateX(250px)}#spectacle .drawer-layout .drawer .drawer-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(254,254,254,.25)}@media print,screen and (min-width:64em){#spectacle .drawer-layout .drawer.slide-left{transform:none;margin-left:-250px}#spectacle .drawer-layout .drawer.slide-right{transform:none;margin-left:250px}#spectacle .drawer-layout .drawer .drawer-overlay{display:none}}@media print,screen and (min-width:64em){#spectacle .drawer-layout.drawer-slide-left-large .drawer{margin-left:-250px}#spectacle .drawer-layout.drawer-slide-left-large .floating-menu-icon{opacity:0}#spectacle .drawer-layout.drawer-slide-right-large .drawer{margin-left:250px}#spectacle .drawer-layout.drawer-slide-right-large .floating-menu-icon{opacity:0}}#spectacle .drawer-layout.drawer-open .floating-menu-icon{opacity:0}#spectacle .drawer-layout .floating-menu-icon{position:fixed;top:.75rem;right:.75rem;background-color:rgba(45,49,52,.75);padding:.65rem;z-index:1;border-radius:5px;transition:opacity .5s linear}#spectacle .drawer-layout .floating-menu-icon .hamburger{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}#spectacle .drawer-layout .floating-menu-icon .hamburger::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:''}#spectacle .drawer-layout .floating-menu-icon .hamburger:hover::after{background:#cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}#spectacle .hljs{display:block;overflow-x:auto;padding:.5em;background:#23241f}#spectacle .hljs,#spectacle .hljs-subst,#spectacle .hljs-tag{color:#f8f8f2}#spectacle .hljs-emphasis,#spectacle .hljs-strong{color:#a8a8a2}#spectacle .hljs-bullet,#spectacle .hljs-link,#spectacle .hljs-literal,#spectacle .hljs-number,#spectacle .hljs-quote,#spectacle .hljs-regexp{color:#ae81ff}#spectacle .hljs-code,#spectacle .hljs-section,#spectacle .hljs-selector-class,#spectacle .hljs-title{color:#a6e22e}#spectacle .hljs-strong{font-weight:700}#spectacle .hljs-emphasis{font-style:italic}#spectacle .hljs-attr,#spectacle .hljs-keyword,#spectacle .hljs-name,#spectacle .hljs-selector-tag{color:#f92672}#spectacle .hljs-attribute,#spectacle .hljs-symbol{color:#66d9ef}#spectacle .hljs-class .hljs-title,#spectacle .hljs-params{color:#f8f8f2}#spectacle .hljs-addition,#spectacle .hljs-built_in,#spectacle .hljs-builtin-name,#spectacle .hljs-selector-attr,#spectacle .hljs-selector-id,#spectacle .hljs-selector-pseudo,#spectacle .hljs-string,#spectacle .hljs-template-variable,#spectacle .hljs-type,#spectacle .hljs-variable{color:#e6db74}#spectacle .hljs-comment,#spectacle .hljs-deletion,#spectacle .hljs-meta{color:#75715e} \ No newline at end of file
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 89e510cb4..c84dc3307 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -25,26 +25,10 @@ paths:
25 produces: 25 produces:
26 - application/json 26 - application/json
27 parameters: 27 parameters:
28 - name: name 28 - $ref: "accounts.yaml#/parameters/name"
29 in: path 29 - $ref: "commons.yaml#/parameters/start"
30 required: true 30 - $ref: "commons.yaml#/parameters/count"
31 type: string 31 - $ref: "commons.yaml#/parameters/sort"
32 description: 'The name of the account (chocobozzz or chocobozzz@peertube.cpy.re for example)'
33 - name: start
34 in: query
35 required: false
36 type: number
37 description: 'starting page'
38 - name: stop
39 in: query
40 required: false
41 type: number
42 description: 'stopping page'
43 - name: sort
44 in: query
45 required: false
46 type: number
47 description: 'sorting'
48 responses: 32 responses:
49 '200': 33 '200':
50 description: successful operation 34 description: successful operation
@@ -59,11 +43,7 @@ paths:
59 produces: 43 produces:
60 - application/json 44 - application/json
61 parameters: 45 parameters:
62 - name: name 46 - $ref: "accounts.yaml#/parameters/name"
63 in: path
64 required: true
65 type: string
66 description: 'The name of the account (chocobozzz or chocobozzz@peertube.cpy.re for example)'
67 responses: 47 responses:
68 '200': 48 '200':
69 description: successful operation 49 description: successful operation
@@ -141,22 +121,10 @@ paths:
141 in: path 121 in: path
142 required: true 122 required: true
143 type: string 123 type: string
144 description: 'The id of the account' 124 description: 'The state of the job'
145 - name: start 125 - $ref: "commons.yaml#/parameters/start"
146 in: query 126 - $ref: "commons.yaml#/parameters/count"
147 required: false 127 - $ref: "commons.yaml#/parameters/sort"
148 type: number
149 description: 'starting page'
150 - name: count
151 in: query
152 required: false
153 type: number
154 description: ''
155 - name: sort
156 in: query
157 required: false
158 type: number
159 description: 'sorting'
160 responses: 128 responses:
161 '200': 129 '200':
162 description: successful operation 130 description: successful operation
@@ -192,21 +160,9 @@ paths:
192 produces: 160 produces:
193 - application/json 161 - application/json
194 parameters: 162 parameters:
195 - name: start 163 - $ref: "commons.yaml#/parameters/start"
196 in: query 164 - $ref: "commons.yaml#/parameters/count"
197 required: false 165 - $ref: "commons.yaml#/parameters/sort"
198 type: number
199 description: 'starting page'
200 - name: stop
201 in: query
202 required: false
203 type: number
204 description: 'stopping page'
205 - name: sort
206 in: query
207 required: false
208 type: number
209 description: 'sorting'
210 responses: 166 responses:
211 '200': 167 '200':
212 description: successful operation 168 description: successful operation
@@ -223,21 +179,9 @@ paths:
223 produces: 179 produces:
224 - application/json 180 - application/json
225 parameters: 181 parameters:
226 - name: start 182 - $ref: "commons.yaml#/parameters/start"
227 in: query 183 - $ref: "commons.yaml#/parameters/count"
228 required: false 184 - $ref: "commons.yaml#/parameters/sort"
229 type: number
230 description: 'starting page'
231 - name: stop
232 in: query
233 required: false
234 type: number
235 description: 'stopping page'
236 - name: sort
237 in: query
238 required: false
239 type: number
240 description: 'sorting'
241 responses: 185 responses:
242 '200': 186 '200':
243 description: successful operation 187 description: successful operation
@@ -261,7 +205,7 @@ paths:
261 $ref: '#/definitions/Follow' 205 $ref: '#/definitions/Follow'
262 responses: 206 responses:
263 '204': 207 '204':
264 description: successful operation 208 $ref: "commons.yaml#/responses/emptySuccess"
265 /users: 209 /users:
266 post: 210 post:
267 security: 211 security:
@@ -294,21 +238,9 @@ paths:
294 produces: 238 produces:
295 - application/json 239 - application/json
296 parameters: 240 parameters:
297 - name: start 241 - $ref: "commons.yaml#/parameters/start"
298 in: query 242 - $ref: "commons.yaml#/parameters/count"
299 required: false 243 - $ref: "commons.yaml#/parameters/sort"
300 type: number
301 description: 'starting page'
302 - name: stop
303 in: query
304 required: false
305 type: number
306 description: 'stopping page'
307 - name: sort
308 in: query
309 required: false
310 type: number
311 description: 'sorting'
312 responses: 244 responses:
313 '200': 245 '200':
314 description: successful operation 246 description: successful operation
@@ -327,14 +259,10 @@ paths:
327 produces: 259 produces:
328 - application/json 260 - application/json
329 parameters: 261 parameters:
330 - name: id 262 - $ref: "users.yaml#/parameters/id"
331 in: path
332 required: true
333 type: string
334 description: 'The user id '
335 responses: 263 responses:
336 '204': 264 '204':
337 description: successful operation 265 $ref: "commons.yaml#/responses/emptySuccess"
338 get: 266 get:
339 security: 267 security:
340 - OAuth2: [ ] 268 - OAuth2: [ ]
@@ -345,11 +273,7 @@ paths:
345 produces: 273 produces:
346 - application/json 274 - application/json
347 parameters: 275 parameters:
348 - name: id 276 - $ref: "users.yaml#/parameters/id"
349 in: path
350 required: true
351 type: string
352 description: 'The user id '
353 responses: 277 responses:
354 '200': 278 '200':
355 description: successful operation 279 description: successful operation
@@ -365,11 +289,7 @@ paths:
365 produces: 289 produces:
366 - application/json 290 - application/json
367 parameters: 291 parameters:
368 - name: id 292 - $ref: "users.yaml#/parameters/id"
369 in: path
370 required: true
371 type: string
372 description: 'The user id '
373 - in: body 293 - in: body
374 name: body 294 name: body
375 required: true 295 required: true
@@ -377,7 +297,7 @@ paths:
377 $ref: '#/definitions/UpdateUser' 297 $ref: '#/definitions/UpdateUser'
378 responses: 298 responses:
379 '204': 299 '204':
380 description: successful operation 300 $ref: "commons.yaml#/responses/emptySuccess"
381 /users/me: 301 /users/me:
382 get: 302 get:
383 security: 303 security:
@@ -412,7 +332,7 @@ paths:
412 $ref: '#/definitions/UpdateMe' 332 $ref: '#/definitions/UpdateMe'
413 responses: 333 responses:
414 '204': 334 '204':
415 description: successful operation 335 $ref: "commons.yaml#/responses/emptySuccess"
416 /users/me/video-quota-used: 336 /users/me/video-quota-used:
417 get: 337 get:
418 security: 338 security:
@@ -461,21 +381,9 @@ paths:
461 produces: 381 produces:
462 - application/json 382 - application/json
463 parameters: 383 parameters:
464 - name: start 384 - $ref: "commons.yaml#/parameters/start"
465 in: query 385 - $ref: "commons.yaml#/parameters/count"
466 required: false 386 - $ref: "commons.yaml#/parameters/sort"
467 type: number
468 description: 'starting page'
469 - name: stop
470 in: query
471 required: false
472 type: number
473 description: 'stopping page'
474 - name: sort
475 in: query
476 required: false
477 type: number
478 description: 'sorting'
479 responses: 387 responses:
480 '200': 388 '200':
481 description: successful operation 389 description: successful operation
@@ -499,7 +407,7 @@ paths:
499 $ref: '#/definitions/RegisterUser' 407 $ref: '#/definitions/RegisterUser'
500 responses: 408 responses:
501 '204': 409 '204':
502 description: successful operation 410 $ref: "commons.yaml#/responses/emptySuccess"
503 /users/me/avatar/pick: 411 /users/me/avatar/pick:
504 post: 412 post:
505 security: 413 security:
@@ -534,21 +442,9 @@ paths:
534 required: false 442 required: false
535 type: number 443 type: number
536 description: category id of the video 444 description: category id of the video
537 - name: start 445 - $ref: "commons.yaml#/parameters/start"
538 in: query 446 - $ref: "commons.yaml#/parameters/count"
539 required: false 447 - $ref: "commons.yaml#/parameters/sort"
540 type: number
541 description: 'starting page'
542 - name: stop
543 in: query
544 required: false
545 type: number
546 description: 'stopping page'
547 - name: sort
548 in: query
549 required: false
550 type: number
551 description: 'sorting'
552 responses: 448 responses:
553 '200': 449 '200':
554 description: successful operation 450 description: successful operation
@@ -625,21 +521,9 @@ paths:
625 produces: 521 produces:
626 - application/json 522 - application/json
627 parameters: 523 parameters:
628 - name: start 524 - $ref: "commons.yaml#/parameters/start"
629 in: query 525 - $ref: "commons.yaml#/parameters/count"
630 required: false 526 - $ref: "commons.yaml#/parameters/sort"
631 type: number
632 description: 'starting page'
633 - name: stop
634 in: query
635 required: false
636 type: number
637 description: 'stopping page'
638 - name: sort
639 in: query
640 required: false
641 type: number
642 description: 'sorting'
643 responses: 527 responses:
644 '200': 528 '200':
645 description: successful operation 529 description: successful operation
@@ -658,70 +542,21 @@ paths:
658 produces: 542 produces:
659 - application/json 543 - application/json
660 parameters: 544 parameters:
661 - name: id 545 - $ref: "videos.yaml#/parameters/id"
662 in: path 546 - $ref: "videos.yaml#/parameters/thumbnailfile"
663 required: true 547 - $ref: "videos.yaml#/parameters/previewfile"
664 type: string 548 - $ref: "videos.yaml#/parameters/category"
665 description: 'The video id' 549 - $ref: "videos.yaml#/parameters/licence"
666 - name: thumbnailfile 550 - $ref: "videos.yaml#/parameters/language"
667 in: formData 551 - $ref: "videos.yaml#/parameters/description"
668 type: file 552 - $ref: "videos.yaml#/parameters/waitTranscoding"
669 description: 'Video thumbnail file' 553 - $ref: "videos.yaml#/parameters/support"
670 - name: previewfile 554 - $ref: "videos.yaml#/parameters/nsfw"
671 in: formData 555 - $ref: "videos.yaml#/parameters/name"
672 type: file 556 - $ref: "videos.yaml#/parameters/tags"
673 description: 'Video preview file' 557 - $ref: "videos.yaml#/parameters/commentsEnabled"
674 - name: category 558 - $ref: "videos.yaml#/parameters/privacy"
675 in: formData 559 - $ref: "videos.yaml#/parameters/scheduleUpdate"
676 type: number
677 description: 'Video category'
678 - name: licence
679 in: formData
680 type: number
681 description: 'Video licence'
682 - name: language
683 in: formData
684 type: string
685 description: 'Video language'
686 - name: description
687 in: formData
688 type: string
689 description: 'Video description'
690 - name: waitTranscoding
691 in: formData
692 type: boolean
693 description: 'Whether or not we wait transcoding before publish the video'
694 - name: support
695 in: formData
696 type: string
697 description: 'Text describing how to support the video uploader'
698 - name: nsfw
699 in: formData
700 type: boolean
701 description: 'Whether or not this video contains sensitive content'
702 - name: name
703 in: formData
704 type: string
705 description: 'Video name'
706 - name: tags
707 in: formData
708 type: string[]
709 description: 'Video tags'
710 - name: commentsEnabled
711 in: formData
712 type: boolean
713 description: 'Enable or disable comments for this video'
714 - name: privacy
715 in: formData
716 type: string
717 enum: [Public, Unlisted]
718 description: 'Video privacy'
719 - name: scheduleUpdate
720 in: formData
721 required: false
722 description: 'Schedule an update at a specific datetime'
723 type:
724 $ref: '#/definitions/ScheduleVideoUpdate'
725 responses: 560 responses:
726 '200': 561 '200':
727 description: successful operation 562 description: successful operation
@@ -735,11 +570,7 @@ paths:
735 produces: 570 produces:
736 - application/json 571 - application/json
737 parameters: 572 parameters:
738 - name: id 573 - $ref: "videos.yaml#/parameters/id"
739 in: path
740 required: true
741 type: string
742 description: 'The video id '
743 responses: 574 responses:
744 '200': 575 '200':
745 description: successful operation 576 description: successful operation
@@ -755,14 +586,10 @@ paths:
755 produces: 586 produces:
756 - application/json 587 - application/json
757 parameters: 588 parameters:
758 - name: id 589 - $ref: "videos.yaml#/parameters/id"
759 in: path
760 required: true
761 type: string
762 description: 'The video id '
763 responses: 590 responses:
764 '204': 591 '204':
765 description: successful operation 592 $ref: "commons.yaml#/responses/emptySuccess"
766 "/videos/{id}/description": 593 "/videos/{id}/description":
767 get: 594 get:
768 tags: 595 tags:
@@ -772,11 +599,7 @@ paths:
772 produces: 599 produces:
773 - application/json 600 - application/json
774 parameters: 601 parameters:
775 - name: id 602 - $ref: "videos.yaml#/parameters/id"
776 in: path
777 required: true
778 type: string
779 description: 'The video id '
780 responses: 603 responses:
781 '200': 604 '200':
782 description: successful operation 605 description: successful operation
@@ -791,14 +614,10 @@ paths:
791 produces: 614 produces:
792 - application/json 615 - application/json
793 parameters: 616 parameters:
794 - name: id 617 - $ref: "videos.yaml#/parameters/id"
795 in: path
796 required: true
797 type: string
798 description: 'The video id '
799 responses: 618 responses:
800 '204': 619 '204':
801 description: successful operation 620 $ref: "commons.yaml#/responses/emptySuccess"
802 /videos/upload: 621 /videos/upload:
803 post: 622 post:
804 security: 623 security:
@@ -815,75 +634,25 @@ paths:
815 type: file 634 type: file
816 required: true 635 required: true
817 description: 'Video file' 636 description: 'Video file'
818 - name: thumbnailfile
819 in: formData
820 type: file
821 required: true
822 description: 'Video thumbnail file'
823 - name: previewfile
824 in: formData
825 type: file
826 required: true
827 description: 'Video preview file'
828 - name: category
829 in: formData
830 type: number
831 description: 'Video category'
832 - name: waitTranscoding
833 in: formData
834 type: boolean
835 description: 'Whether or not we wait transcoding before publish the video'
836 - name: licence
837 in: formData
838 type: number
839 description: 'Video licence'
840 - name: language
841 in: formData
842 type: string
843 description: 'Video language'
844 - name: description
845 in: formData
846 type: string
847 description: 'Video description'
848 - name: support
849 in: formData
850 type: string
851 description: 'Text describing how to support the video uploader'
852 - name: channelId 637 - name: channelId
853 in: formData 638 in: formData
854 required: true 639 required: true
855 type: number 640 type: number
856 description: 'Channel id that will contain this video' 641 description: 'Channel id that will contain this video'
857 - name: nsfw 642 - $ref: "videos.yaml#/parameters/thumbnailfile"
858 in: formData 643 - $ref: "videos.yaml#/parameters/previewfile"
859 required: true 644 - $ref: "videos.yaml#/parameters/category"
860 type: boolean 645 - $ref: "videos.yaml#/parameters/licence"
861 description: 'Whether or not this video contains sensitive content' 646 - $ref: "videos.yaml#/parameters/language"
862 - name: name 647 - $ref: "videos.yaml#/parameters/description"
863 in: formData 648 - $ref: "videos.yaml#/parameters/waitTranscoding"
864 required: true 649 - $ref: "videos.yaml#/parameters/support"
865 type: string 650 - $ref: "videos.yaml#/parameters/nsfw"
866 description: 'Video name' 651 - $ref: "videos.yaml#/parameters/name"
867 - name: tags 652 - $ref: "videos.yaml#/parameters/tags"
868 in: formData 653 - $ref: "videos.yaml#/parameters/commentsEnabled"
869 type: string[] 654 - $ref: "videos.yaml#/parameters/privacy"
870 description: 'Video tags' 655 - $ref: "videos.yaml#/parameters/scheduleUpdate"
871 - name: commentsEnabled
872 in: formData
873 type: boolean
874 description: 'Enable or disable comments for this video'
875 - name: privacy
876 in: formData
877 required: true
878 type:
879 $ref: '#/definitions/VideoPrivacy'
880 description: 'Video privacy'
881 - name: scheduleUpdate
882 in: formData
883 required: false
884 description: 'Schedule an update at a specific datetime'
885 type:
886 $ref: '#/definitions/ScheduleVideoUpdate'
887 responses: 656 responses:
888 '200': 657 '200':
889 description: successful operation 658 description: successful operation
@@ -900,21 +669,9 @@ paths:
900 produces: 669 produces:
901 - application/json 670 - application/json
902 parameters: 671 parameters:
903 - name: start 672 - $ref: "commons.yaml#/parameters/start"
904 in: query 673 - $ref: "commons.yaml#/parameters/count"
905 required: false 674 - $ref: "commons.yaml#/parameters/sort"
906 type: number
907 description: 'starting page'
908 - name: stop
909 in: query
910 required: false
911 type: number
912 description: 'stopping page'
913 - name: sort
914 in: query
915 required: false
916 type: number
917 description: 'sorting'
918 responses: 675 responses:
919 '200': 676 '200':
920 description: successful operation 677 description: successful operation
@@ -933,15 +690,11 @@ paths:
933 produces: 690 produces:
934 - application/json 691 - application/json
935 parameters: 692 parameters:
936 - name: id 693 - $ref: "videos.yaml#/parameters/id"
937 in: path
938 required: true
939 type: string
940 description: 'The video id '
941 responses: 694 responses:
942 '204': 695 '204':
943 description: successful operation 696 $ref: "commons.yaml#/responses/emptySuccess"
944 "/videos/{videoId}/blacklist": 697 "/videos/{id}/blacklist":
945 post: 698 post:
946 security: 699 security:
947 - OAuth2: [ ] 700 - OAuth2: [ ]
@@ -952,14 +705,10 @@ paths:
952 produces: 705 produces:
953 - application/json 706 - application/json
954 parameters: 707 parameters:
955 - name: videoId 708 - $ref: "videos.yaml#/parameters/id"
956 in: path
957 required: true
958 type: string
959 description: 'The video id '
960 responses: 709 responses:
961 '204': 710 '204':
962 description: successful operation 711 $ref: "commons.yaml#/responses/emptySuccess"
963 delete: 712 delete:
964 security: 713 security:
965 - OAuth2: [ ] 714 - OAuth2: [ ]
@@ -970,14 +719,10 @@ paths:
970 produces: 719 produces:
971 - application/json 720 - application/json
972 parameters: 721 parameters:
973 - name: videoId 722 - $ref: "videos.yaml#/parameters/id"
974 in: path
975 required: true
976 type: string
977 description: 'The video id '
978 responses: 723 responses:
979 '204': 724 '204':
980 description: successful operation 725 $ref: "commons.yaml#/responses/emptySuccess"
981 /videos/blacklist: 726 /videos/blacklist:
982 get: 727 get:
983 security: 728 security:
@@ -989,21 +734,9 @@ paths:
989 produces: 734 produces:
990 - application/json 735 - application/json
991 parameters: 736 parameters:
992 - name: start 737 - $ref: "commons.yaml#/parameters/start"
993 in: query 738 - $ref: "commons.yaml#/parameters/count"
994 required: false 739 - $ref: "commons.yaml#/parameters/sort"
995 type: number
996 description: 'starting page'
997 - name: stop
998 in: query
999 required: false
1000 type: number
1001 description: 'stopping page'
1002 - name: sort
1003 in: query
1004 required: false
1005 type: number
1006 description: 'sorting'
1007 responses: 740 responses:
1008 '200': 741 '200':
1009 description: successful operation 742 description: successful operation
@@ -1020,21 +753,9 @@ paths:
1020 produces: 753 produces:
1021 - application/json 754 - application/json
1022 parameters: 755 parameters:
1023 - name: start 756 - $ref: "commons.yaml#/parameters/start"
1024 in: query 757 - $ref: "commons.yaml#/parameters/count"
1025 required: false 758 - $ref: "commons.yaml#/parameters/sort"
1026 type: number
1027 description: 'starting page'
1028 - name: stop
1029 in: query
1030 required: false
1031 type: number
1032 description: 'stopping page'
1033 - name: sort
1034 in: query
1035 required: false
1036 type: number
1037 description: 'sorting'
1038 responses: 759 responses:
1039 '200': 760 '200':
1040 description: successful operation 761 description: successful operation
@@ -1058,7 +779,7 @@ paths:
1058 $ref: '#/definitions/VideoChannelInput' 779 $ref: '#/definitions/VideoChannelInput'
1059 responses: 780 responses:
1060 '204': 781 '204':
1061 description: successful operation 782 $ref: "commons.yaml#/responses/emptySuccess"
1062 "/video-channels/{id}": 783 "/video-channels/{id}":
1063 get: 784 get:
1064 tags: 785 tags:
@@ -1068,11 +789,7 @@ paths:
1068 produces: 789 produces:
1069 - application/json 790 - application/json
1070 parameters: 791 parameters:
1071 - name: id 792 - $ref: "video-channels.yaml#/parameters/id"
1072 in: path
1073 required: true
1074 type: string
1075 description: 'The video channel id '
1076 responses: 793 responses:
1077 '200': 794 '200':
1078 description: successful operation 795 description: successful operation
@@ -1088,18 +805,14 @@ paths:
1088 produces: 805 produces:
1089 - application/json 806 - application/json
1090 parameters: 807 parameters:
1091 - name: id 808 - $ref: "video-channels.yaml#/parameters/id"
1092 in: path
1093 required: true
1094 type: string
1095 description: 'The video channel id '
1096 - in: body 809 - in: body
1097 name: body 810 name: body
1098 schema: 811 schema:
1099 $ref: '#/definitions/VideoChannelInput' 812 $ref: '#/definitions/VideoChannelInput'
1100 responses: 813 responses:
1101 '204': 814 '204':
1102 description: successful operation 815 $ref: "commons.yaml#/responses/emptySuccess"
1103 delete: 816 delete:
1104 security: 817 security:
1105 - OAuth2: [ ] 818 - OAuth2: [ ]
@@ -1110,14 +823,10 @@ paths:
1110 produces: 823 produces:
1111 - application/json 824 - application/json
1112 parameters: 825 parameters:
1113 - name: id 826 - $ref: "video-channels.yaml#/parameters/id"
1114 in: path
1115 required: true
1116 type: string
1117 description: 'The video channel id '
1118 responses: 827 responses:
1119 '204': 828 '204':
1120 description: successful operation 829 $ref: "commons.yaml#/responses/emptySuccess"
1121 "/video-channels/{id}/videos": 830 "/video-channels/{id}/videos":
1122 get: 831 get:
1123 tags: 832 tags:
@@ -1127,11 +836,7 @@ paths:
1127 produces: 836 produces:
1128 - application/json 837 - application/json
1129 parameters: 838 parameters:
1130 - name: id 839 - $ref: "video-channels.yaml#/parameters/id"
1131 in: path
1132 required: true
1133 type: string
1134 description: 'The video channel id '
1135 responses: 840 responses:
1136 '200': 841 '200':
1137 description: successful operation 842 description: successful operation
@@ -1146,11 +851,7 @@ paths:
1146 produces: 851 produces:
1147 - application/json 852 - application/json
1148 parameters: 853 parameters:
1149 - name: name 854 - $ref: "accounts.yaml#/parameters/name"
1150 in: path
1151 required: true
1152 type: string
1153 description: 'The name of the account (chocobozzz or chocobozzz@peertube.cpy.re for example)'
1154 responses: 855 responses:
1155 '200': 856 '200':
1156 description: successful operation 857 description: successful operation
@@ -1158,7 +859,7 @@ paths:
1158 type: array 859 type: array
1159 items: 860 items:
1160 $ref: '#/definitions/VideoChannel' 861 $ref: '#/definitions/VideoChannel'
1161 "/videos/{videoId}/comment-threads": 862 "/videos/{id}/comment-threads":
1162 get: 863 get:
1163 tags: 864 tags:
1164 - VideoComment 865 - VideoComment
@@ -1167,26 +868,10 @@ paths:
1167 produces: 868 produces:
1168 - application/json 869 - application/json
1169 parameters: 870 parameters:
1170 - name: videoId 871 - $ref: "videos.yaml#/parameters/id"
1171 in: path 872 - $ref: "commons.yaml#/parameters/start"
1172 required: true 873 - $ref: "commons.yaml#/parameters/count"
1173 type: string 874 - $ref: "commons.yaml#/parameters/sort"
1174 description: 'The video id '
1175 - name: start
1176 in: query
1177 required: false
1178 type: number
1179 description: 'starting page'
1180 - name: stop
1181 in: query
1182 required: false
1183 type: number
1184 description: 'stopping page'
1185 - name: sort
1186 in: query
1187 required: false
1188 type: number
1189 description: 'sorting'
1190 responses: 875 responses:
1191 '200': 876 '200':
1192 description: successful operation 877 description: successful operation
@@ -1202,17 +887,13 @@ paths:
1202 produces: 887 produces:
1203 - application/json 888 - application/json
1204 parameters: 889 parameters:
1205 - name: videoId 890 - $ref: "videos.yaml#/parameters/id"
1206 in: path
1207 required: true
1208 type: string
1209 description: 'The video id '
1210 responses: 891 responses:
1211 '200': 892 '200':
1212 description: successful operation 893 description: successful operation
1213 schema: 894 schema:
1214 $ref: '#/definitions/CommentThreadPostResponse' 895 $ref: '#/definitions/CommentThreadPostResponse'
1215 "/videos/{videoId}/comment-threads/{threadId}": 896 "/videos/{id}/comment-threads/{threadId}":
1216 get: 897 get:
1217 tags: 898 tags:
1218 - VideoComment 899 - VideoComment
@@ -1221,22 +902,14 @@ paths:
1221 produces: 902 produces:
1222 - application/json 903 - application/json
1223 parameters: 904 parameters:
1224 - name: videoId 905 - $ref: "videos.yaml#/parameters/id"
1225 in: path 906 - $ref: "video-comments.yaml#/parameters/threadId"
1226 required: true
1227 type: string
1228 description: 'The video id '
1229 - name: threadId
1230 in: path
1231 required: true
1232 type: string
1233 description: 'The thread id '
1234 responses: 907 responses:
1235 '200': 908 '200':
1236 description: successful operation 909 description: successful operation
1237 schema: 910 schema:
1238 $ref: '#/definitions/VideoCommentThreadTree' 911 $ref: '#/definitions/VideoCommentThreadTree'
1239 "/videos/{videoId}/comments/{commentId}": 912 "/videos/{id}/comments/{commentId}":
1240 post: 913 post:
1241 security: 914 security:
1242 - OAuth2: [ ] 915 - OAuth2: [ ]
@@ -1247,16 +920,8 @@ paths:
1247 produces: 920 produces:
1248 - application/json 921 - application/json
1249 parameters: 922 parameters:
1250 - name: videoId 923 - $ref: "videos.yaml#/parameters/id"
1251 in: path 924 - $ref: "video-comments.yaml#/parameters/commentId"
1252 required: true
1253 type: string
1254 description: 'The video id '
1255 - name: commentId
1256 in: path
1257 required: true
1258 type: string
1259 description: 'The comment id '
1260 responses: 925 responses:
1261 '200': 926 '200':
1262 description: successful operation 927 description: successful operation
@@ -1272,19 +937,11 @@ paths:
1272 produces: 937 produces:
1273 - application/json 938 - application/json
1274 parameters: 939 parameters:
1275 - name: videoId 940 - $ref: "videos.yaml#/parameters/id"
1276 in: path 941 - $ref: "video-comments.yaml#/parameters/commentId"
1277 required: true
1278 type: string
1279 description: 'The video id '
1280 - name: commentId
1281 in: path
1282 required: true
1283 type: string
1284 description: 'The comment id '
1285 responses: 942 responses:
1286 '204': 943 '204':
1287 description: successful operation 944 $ref: "commons.yaml#/responses/emptySuccess"
1288 "/videos/{id}/rate": 945 "/videos/{id}/rate":
1289 put: 946 put:
1290 security: 947 security:
@@ -1296,14 +953,10 @@ paths:
1296 produces: 953 produces:
1297 - application/json 954 - application/json
1298 parameters: 955 parameters:
1299 - name: id 956 - $ref: "videos.yaml#/parameters/id"
1300 in: path
1301 required: true
1302 type: string
1303 description: 'The video id '
1304 responses: 957 responses:
1305 '204': 958 '204':
1306 description: successful operation 959 $ref: "commons.yaml#/responses/emptySuccess"
1307definitions: 960definitions:
1308 VideoConstantNumber: 961 VideoConstantNumber:
1309 properties: 962 properties:
@@ -1725,13 +1378,4 @@ definitions:
1725 name: 1378 name:
1726 type: string 1379 type: string
1727 description: 1380 description:
1728 type: string 1381 type: string \ No newline at end of file
1729 ScheduleVideoUpdate:
1730 properties:
1731 updateAt:
1732 type: dateTime
1733 description: 'When to update the video'
1734 required: true
1735 privacy:
1736 $ref: '#/definitions/VideoPrivacy'
1737 required: false \ No newline at end of file
diff --git a/support/doc/api/users.yaml b/support/doc/api/users.yaml
new file mode 100644
index 000000000..84e963261
--- /dev/null
+++ b/support/doc/api/users.yaml
@@ -0,0 +1,7 @@
1parameters:
2 id:
3 name: id
4 in: path
5 required: true
6 type: number
7 description: 'The user id' \ No newline at end of file
diff --git a/support/doc/api/video-channels.yaml b/support/doc/api/video-channels.yaml
new file mode 100644
index 000000000..bbfffc81f
--- /dev/null
+++ b/support/doc/api/video-channels.yaml
@@ -0,0 +1,7 @@
1parameters:
2 id:
3 name: id
4 in: path
5 required: true
6 type: string
7 description: 'The video channel id or uuid' \ No newline at end of file
diff --git a/support/doc/api/video-comments.yaml b/support/doc/api/video-comments.yaml
new file mode 100644
index 000000000..0085eccbc
--- /dev/null
+++ b/support/doc/api/video-comments.yaml
@@ -0,0 +1,13 @@
1parameters:
2 threadId:
3 name: threadId
4 in: path
5 required: true
6 type: number
7 description: 'The thread id (root comment id)'
8 commentId:
9 name: threadId
10 in: path
11 required: true
12 type: number
13 description: 'The comment id' \ No newline at end of file
diff --git a/support/doc/api/videos.yaml b/support/doc/api/videos.yaml
new file mode 100644
index 000000000..593ae56e2
--- /dev/null
+++ b/support/doc/api/videos.yaml
@@ -0,0 +1,87 @@
1parameters:
2 id:
3 name: id
4 in: path
5 required: true
6 type: string
7 description: 'The video id or uuid'
8 thumbnailfile:
9 name: thumbnailfile
10 in: formData
11 type: file
12 description: 'Video thumbnail file'
13 previewfile:
14 name: previewfile
15 in: formData
16 type: file
17 description: 'Video preview file'
18 category:
19 name: category
20 in: formData
21 type: number
22 description: 'Video category'
23 licence:
24 name: licence
25 in: formData
26 type: number
27 description: 'Video licence'
28 language:
29 name: language
30 in: formData
31 type: string
32 description: 'Video language'
33 description:
34 name: description
35 in: formData
36 type: string
37 description: 'Video description'
38 waitTranscoding:
39 name: waitTranscoding
40 in: formData
41 type: boolean
42 description: 'Whether or not we wait transcoding before publish the video'
43 support:
44 name: support
45 in: formData
46 type: string
47 description: 'Text describing how to support the video uploader'
48 nsfw:
49 name: nsfw
50 in: formData
51 type: boolean
52 description: 'Whether or not this video contains sensitive content'
53 name:
54 name: name
55 in: formData
56 type: string
57 description: 'Video name'
58 tags:
59 name: tags
60 in: formData
61 type: string[]
62 description: 'Video tags'
63 commentsEnabled:
64 name: commentsEnabled
65 in: formData
66 type: boolean
67 description: 'Enable or disable comments for this video'
68 privacy:
69 name: privacy
70 in: formData
71 type: string
72 enum: [Public, Unlisted]
73 description: 'Video privacy'
74 scheduleUpdate:
75 name: scheduleUpdate
76 in: formData
77 required: false
78 description: 'Schedule an update at a specific datetime'
79 properties:
80 updateAt:
81 type: dateTime
82 description: 'When to update the video'
83 required: true
84 privacy:
85 type: string
86 enum: [Public, Unlisted]
87 description: 'Video privacy target'