@@ -810,13 +810,13 @@ <h4 id="_example_request_response"><a class="anchor" href="#_example_request_res
810810< div class ="listingblock ">
811811< div class ="content ">
812812< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
813+ Content-Type: application/json;charset=UTF-8
813814X-Content-Type-Options: nosniff
814815X-XSS-Protection: 1; mode=block
815816Cache-Control: no-cache, no-store, max-age=0, must-revalidate
816817Pragma: no-cache
817818Expires: 0
818819X-Frame-Options: DENY
819- Content-Type: application/json;charset=UTF-8
820820Content-Length: 459
821821
822822{
@@ -1003,13 +1003,13 @@ <h4 id="_example_request_response_2"><a class="anchor" href="#_example_request_r
10031003< div class ="listingblock ">
10041004< div class ="content ">
10051005< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
1006+ Content-Type: application/json;charset=UTF-8
10061007X-Content-Type-Options: nosniff
10071008X-XSS-Protection: 1; mode=block
10081009Cache-Control: no-cache, no-store, max-age=0, must-revalidate
10091010Pragma: no-cache
10101011Expires: 0
10111012X-Frame-Options: DENY
1012- Content-Type: application/json;charset=UTF-8
10131013Content-Length: 598
10141014
10151015[ {
@@ -1129,7 +1129,7 @@ <h4 id="_example_request"><a class="anchor" href="#_example_request"></a><a clas
11291129< div class ="content ">
11301130< pre class ="highlightjs highlight "> < code class ="language-bash hljs " data-lang ="bash "> $ curl 'http://localhost:8080/items' -i -X POST \
11311131 -H 'Content-Type: application/json' \
1132- -H 'Authorization: Bearer 9519f971-ce91-4298-959f-7ed6bf379921 ' \
1132+ -H 'Authorization: Bearer 7c73f031-9208-46ed-ba75-9af975a05c2d ' \
11331133 -d '{"description":"Hot News"}'</ code > </ pre >
11341134</ div >
11351135</ div >
@@ -1139,13 +1139,13 @@ <h4 id="_example_response"><a class="anchor" href="#_example_response"></a><a cl
11391139< div class ="listingblock ">
11401140< div class ="content ">
11411141< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 201 Created
1142+ Location: /items/2
11421143X-Content-Type-Options: nosniff
11431144X-XSS-Protection: 1; mode=block
11441145Cache-Control: no-cache, no-store, max-age=0, must-revalidate
11451146Pragma: no-cache
11461147Expires: 0
1147- X-Frame-Options: DENY
1148- Location: /items/2</ code > </ pre >
1148+ X-Frame-Options: DENY</ code > </ pre >
11491149</ div >
11501150</ div >
11511151</ div >
@@ -1366,7 +1366,7 @@ <h4 id="_example_request_2"><a class="anchor" href="#_example_request_2"></a><a
13661366< div class ="content ">
13671367< pre class ="highlightjs highlight "> < code class ="language-bash hljs " data-lang ="bash "> $ curl 'http://localhost:8080/items/1' -i -X PUT \
13681368 -H 'Content-Type: application/json' \
1369- -H 'Authorization: Bearer 9519f971-ce91-4298-959f-7ed6bf379921 ' \
1369+ -H 'Authorization: Bearer 7c73f031-9208-46ed-ba75-9af975a05c2d ' \
13701370 -d '{"description":"Hot News"}'</ code > </ pre >
13711371</ div >
13721372</ div >
@@ -1376,13 +1376,13 @@ <h4 id="_example_response_2"><a class="anchor" href="#_example_response_2"></a><
13761376< div class ="listingblock ">
13771377< div class ="content ">
13781378< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
1379+ Content-Type: application/json;charset=UTF-8
13791380X-Content-Type-Options: nosniff
13801381X-XSS-Protection: 1; mode=block
13811382Cache-Control: no-cache, no-store, max-age=0, must-revalidate
13821383Pragma: no-cache
13831384Expires: 0
13841385X-Frame-Options: DENY
1385- Content-Type: application/json;charset=UTF-8
13861386Content-Length: 124
13871387
13881388{
@@ -1472,7 +1472,7 @@ <h4 id="_example_request_3"><a class="anchor" href="#_example_request_3"></a><a
14721472< div class ="listingblock ">
14731473< div class ="content ">
14741474< pre class ="highlightjs highlight "> < code class ="language-bash hljs " data-lang ="bash "> $ curl 'http://localhost:8080/items/1' -i -X DELETE \
1475- -H 'Authorization: Bearer 9519f971-ce91-4298-959f-7ed6bf379921 '</ code > </ pre >
1475+ -H 'Authorization: Bearer 7c73f031-9208-46ed-ba75-9af975a05c2d '</ code > </ pre >
14761476</ div >
14771477</ div >
14781478</ div >
@@ -1691,13 +1691,13 @@ <h4 id="_example_response_4"><a class="anchor" href="#_example_response_4"></a><
16911691< div class ="listingblock ">
16921692< div class ="content ">
16931693< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
1694+ Content-Type: application/json;charset=UTF-8
16941695X-Content-Type-Options: nosniff
16951696X-XSS-Protection: 1; mode=block
16961697Cache-Control: no-cache, no-store, max-age=0, must-revalidate
16971698Pragma: no-cache
16981699Expires: 0
16991700X-Frame-Options: DENY
1700- Content-Type: application/json;charset=UTF-8
17011701Content-Length: 133
17021702
17031703{
@@ -1918,13 +1918,13 @@ <h4 id="_example_response_5"><a class="anchor" href="#_example_response_5"></a><
19181918< div class ="listingblock ">
19191919< div class ="content ">
19201920< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
1921+ Content-Type: application/json;charset=UTF-8
19211922X-Content-Type-Options: nosniff
19221923X-XSS-Protection: 1; mode=block
19231924Cache-Control: no-cache, no-store, max-age=0, must-revalidate
19241925Pragma: no-cache
19251926Expires: 0
19261927X-Frame-Options: DENY
1927- Content-Type: application/json;charset=UTF-8
19281928Content-Length: 1011
19291929
19301930{
@@ -1968,16 +1968,16 @@ <h4 id="_example_response_5"><a class="anchor" href="#_example_response_5"></a><
19681968 "unpaged" : false
19691969 },
19701970 "total" : 1,
1971- "last" : true,
19721971 "totalPages" : 1,
1972+ "last" : true,
19731973 "totalElements" : 1,
1974+ "first" : true,
19741975 "sort" : {
19751976 "orders" : [ ],
19761977 "sorted" : false,
19771978 "unsorted" : true
19781979 },
19791980 "numberOfElements" : 1,
1980- "first" : true,
19811981 "size" : 20,
19821982 "number" : 0
19831983}</ code > </ pre >
@@ -2083,14 +2083,14 @@ <h4 id="_example_response_6"><a class="anchor" href="#_example_response_6"></a><
20832083< div class ="listingblock ">
20842084< div class ="content ">
20852085< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
2086+ Content-Type: text/plain;charset=UTF-8
2087+ Content-Length: 28
20862088X-Content-Type-Options: nosniff
20872089X-XSS-Protection: 1; mode=block
20882090Cache-Control: no-cache, no-store, max-age=0, must-revalidate
20892091Pragma: no-cache
20902092Expires: 0
20912093X-Frame-Options: DENY
2092- Content-Type: text/plain;charset=UTF-8
2093- Content-Length: 28
20942094
20952095{
20962096 "output" : "processed"
@@ -2232,13 +2232,13 @@ <h4 id="_example_response_7"><a class="anchor" href="#_example_response_7"></a><
22322232< div class ="listingblock ">
22332233< div class ="content ">
22342234< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
2235+ Content-Type: application/json;charset=UTF-8
22352236X-Content-Type-Options: nosniff
22362237X-XSS-Protection: 1; mode=block
22372238Cache-Control: no-cache, no-store, max-age=0, must-revalidate
22382239Pragma: no-cache
22392240Expires: 0
22402241X-Frame-Options: DENY
2241- Content-Type: application/json;charset=UTF-8
22422242Content-Length: 55
22432243
22442244{
@@ -2511,13 +2511,13 @@ <h4 id="_example_request_response_3"><a class="anchor" href="#_example_request_r
25112511< div class ="listingblock ">
25122512< div class ="content ">
25132513< pre class ="highlightjs highlight nowrap "> < code class ="language-http hljs " data-lang ="http "> HTTP/1.1 200 OK
2514+ Content-Type: application/json;charset=UTF-8
25142515X-Content-Type-Options: nosniff
25152516X-XSS-Protection: 1; mode=block
25162517Cache-Control: no-cache, no-store, max-age=0, must-revalidate
25172518Pragma: no-cache
25182519Expires: 0
25192520X-Frame-Options: DENY
2520- Content-Type: application/json;charset=UTF-8
25212521Content-Length: 459
25222522
25232523{
@@ -2554,7 +2554,7 @@ <h4 id="_example_request_response_3"><a class="anchor" href="#_example_request_r
25542554</ div >
25552555< div id ="footer ">
25562556< div id ="footer-text ">
2557- Last updated 2018-01-16 08:44:06 CET
2557+ Last updated 2018-01-30 18:01:20 CET
25582558</ div >
25592559</ div >
25602560< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css ">
0 commit comments