@@ -553,14 +553,20 @@ <h4 id="_response_fields"><a class="anchor" href="#_response_fields"></a><a clas
553
553
< tr >
554
554
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> meta.tag</ p > </ td >
555
555
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> String</ p > </ td >
556
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true</ p > </ td >
557
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Tag attribute. Available only if metadata type=1.</ p > </ td >
556
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true (Available if metadata type=1) </ p > </ td >
557
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Tag attribute. ( Available if metadata type=1) .</ p > </ td >
558
558
</ tr >
559
559
< tr >
560
560
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> meta.order</ p > </ td >
561
561
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Integer</ p > </ td >
562
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true</ p > </ td >
563
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Order attribute. Available only if metadata type=2.</ p > </ td >
562
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true (Available if metadata type=2)</ p > </ td >
563
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Order attribute. (Available if metadata type=2).</ p > </ td >
564
+ </ tr >
565
+ < tr >
566
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> meta.sub</ p > </ td >
567
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Object</ p > </ td >
568
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true (Available if metadata type=2)</ p > </ td >
569
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Sub metadata (recursive). Not expanded as client should not see it. (Available if metadata type=2).</ p > </ td >
564
570
</ tr >
565
571
< tr >
566
572
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> attributes</ p > </ td >
@@ -644,13 +650,14 @@ <h4 id="_example_response"><a class="anchor" href="#_example_response"></a><a cl
644
650
< div class ="listingblock ">
645
651
< div class ="content ">
646
652
< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
647
- Content-Type: application/json;charset=UTF-8
648
- Content-Length: 459
649
- Cache-Control: no-cache, no-store, max-age=0, must-revalidate
650
653
Pragma: no-cache
651
654
Expires: 0
652
- X-Content-Type-Options: nosniff
653
655
X-Frame-Options: DENY
656
+ X-Content-Type-Options: nosniff
657
+ Referrer-Policy: no-referrer
658
+ Content-Length: 459
659
+ Content-Type: application/json;charset=UTF-8
660
+ Cache-Control: no-cache, no-store, max-age=0, must-revalidate
654
661
X-XSS-Protection: 1 ; mode=block
655
662
656
663
{
@@ -758,14 +765,20 @@ <h4 id="_response_fields_2"><a class="anchor" href="#_response_fields_2"></a><a
758
765
< tr >
759
766
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> [].meta.tag</ p > </ td >
760
767
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> String</ p > </ td >
761
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true</ p > </ td >
762
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Tag attribute. Available only if metadata type=1.</ p > </ td >
768
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true (Available if metadata type=1) </ p > </ td >
769
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Tag attribute. ( Available if metadata type=1) .</ p > </ td >
763
770
</ tr >
764
771
< tr >
765
772
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> [].meta.order</ p > </ td >
766
773
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Integer</ p > </ td >
767
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true</ p > </ td >
768
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Order attribute. Available only if metadata type=2.</ p > </ td >
774
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true (Available if metadata type=2)</ p > </ td >
775
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Order attribute. (Available if metadata type=2).</ p > </ td >
776
+ </ tr >
777
+ < tr >
778
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> [].meta.sub</ p > </ td >
779
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Object</ p > </ td >
780
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true (Available if metadata type=2)</ p > </ td >
781
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Sub metadata (recursive). Not expanded as client should not see it. (Available if metadata type=2).</ p > </ td >
769
782
</ tr >
770
783
< tr >
771
784
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> [].attributes</ p > </ td >
@@ -849,12 +862,13 @@ <h4 id="_example_response_2"><a class="anchor" href="#_example_response_2"></a><
849
862
< div class ="listingblock ">
850
863
< div class ="content ">
851
864
< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
852
- Content-Type: application/json;charset=UTF-8
853
- Cache-Control: no-cache, no-store, max-age=0, must-revalidate
854
865
Pragma: no-cache
855
866
Expires: 0
856
- X-Content-Type-Options: nosniff
857
867
X-Frame-Options: DENY
868
+ X-Content-Type-Options: nosniff
869
+ Referrer-Policy: no-referrer
870
+ Content-Type: application/json;charset=UTF-8
871
+ Cache-Control: no-cache, no-store, max-age=0, must-revalidate
858
872
X-XSS-Protection: 1 ; mode=block
859
873
Content-Length: 598
860
874
@@ -1026,14 +1040,20 @@ <h4 id="_response_fields_3"><a class="anchor" href="#_response_fields_3"></a><a
1026
1040
< tr >
1027
1041
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> meta.tag</ p > </ td >
1028
1042
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> String</ p > </ td >
1029
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true</ p > </ td >
1030
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Tag attribute. Available only if metadata type=1.</ p > </ td >
1043
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true (Available if metadata type=1) </ p > </ td >
1044
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Tag attribute. ( Available if metadata type=1) .</ p > </ td >
1031
1045
</ tr >
1032
1046
< tr >
1033
1047
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> meta.order</ p > </ td >
1034
1048
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Integer</ p > </ td >
1035
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true</ p > </ td >
1036
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Order attribute. Available only if metadata type=2.</ p > </ td >
1049
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true (Available if metadata type=2)</ p > </ td >
1050
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Order attribute. (Available if metadata type=2).</ p > </ td >
1051
+ </ tr >
1052
+ < tr >
1053
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> meta.sub</ p > </ td >
1054
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Object</ p > </ td >
1055
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> true (Available if metadata type=2)</ p > </ td >
1056
+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Sub metadata (recursive). Not expanded as client should not see it. (Available if metadata type=2).</ p > </ td >
1037
1057
</ tr >
1038
1058
< tr >
1039
1059
< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> attributes</ p > </ td >
@@ -1119,14 +1139,15 @@ <h4 id="_example_response_3"><a class="anchor" href="#_example_response_3"></a><
1119
1139
< div class ="listingblock ">
1120
1140
< div class ="content ">
1121
1141
< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
1122
- Content-Type: application/json;charset=UTF-8
1123
- Content-Length: 124
1124
- Cache-Control: no-cache, no-store, max-age=0, must-revalidate
1125
1142
Pragma: no-cache
1126
1143
Expires: 0
1127
- X-Content-Type-Options: nosniff
1128
1144
X-Frame-Options: DENY
1145
+ X-Content-Type-Options: nosniff
1146
+ Referrer-Policy: no-referrer
1147
+ Content-Type: application/json;charset=UTF-8
1148
+ Cache-Control: no-cache, no-store, max-age=0, must-revalidate
1129
1149
X-XSS-Protection: 1 ; mode=block
1150
+ Content-Length: 124
1130
1151
1131
1152
{
1132
1153
"id" : "1",
@@ -1145,7 +1166,7 @@ <h4 id="_example_response_3"><a class="anchor" href="#_example_response_3"></a><
1145
1166
</ div >
1146
1167
< div id ="footer ">
1147
1168
< div id ="footer-text ">
1148
- Last updated 2019-03-17 20:16:57 CET
1169
+ Last updated 2019-03-25 20:17:39 CET
1149
1170
</ div >
1150
1171
</ div >
1151
1172
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css ">
0 commit comments