@@ -1036,7 +1036,7 @@ <h4 id="_response_fields_3"><a class="anchor" href="#_response_fields_3"></a>2.3
10361036 < h4 id ="_example_request "> < a class ="anchor " href ="#_example_request "> </ a > 2.3.6. Example request</ h4 >
10371037 < div class ="listingblock ">
10381038 < div class ="content ">
1039- < pre class ="highlightjs highlight "> < code class ="language-bash " data-lang ="bash "> $ curl 'http://localhost:8080/items' -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Bearer cea8f330-458f-4c41-a94d-35b5513bd588 ' -d '{"description":"Hot News"}'</ code > </ pre >
1039+ < pre class ="highlightjs highlight "> < code class ="language-bash " data-lang ="bash "> $ curl 'http://localhost:8080/items' -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Bearer cd682a43-bb11-459e-b986-4b1cf15c4e5b ' -d '{"description":"Hot News"}'</ code > </ pre >
10401040 </ div >
10411041 </ div >
10421042 </ div >
@@ -1247,7 +1247,7 @@ <h4 id="_response_fields_4"><a class="anchor" href="#_response_fields_4"></a>2.4
12471247 < h4 id ="_example_request_2 "> < a class ="anchor " href ="#_example_request_2 "> </ a > 2.4.6. Example request</ h4 >
12481248 < div class ="listingblock ">
12491249 < div class ="content ">
1250- < pre class ="highlightjs highlight "> < code class ="language-bash " data-lang ="bash "> $ curl 'http://localhost:8080/items/1' -i -X PUT -H 'Content-Type: application/json' -H 'Authorization: Bearer cea8f330-458f-4c41-a94d-35b5513bd588 ' -d '{"description":"Hot News"}'</ code > </ pre >
1250+ < pre class ="highlightjs highlight "> < code class ="language-bash " data-lang ="bash "> $ curl 'http://localhost:8080/items/1' -i -X PUT -H 'Content-Type: application/json' -H 'Authorization: Bearer cd682a43-bb11-459e-b986-4b1cf15c4e5b ' -d '{"description":"Hot News"}'</ code > </ pre >
12511251 </ div >
12521252 </ div >
12531253 </ div >
@@ -1314,7 +1314,8 @@ <h4 id="_path_parameters_4"><a class="anchor" href="#_path_parameters_4"></a>2.5
13141314 < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> id</ p > </ td >
13151315 < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> String</ p > </ td >
13161316 < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> false</ p > </ td >
1317- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Must be a valid ID.</ p > </ td >
1317+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> item ID.< br >
1318+ Must be a valid ID.</ p > </ td >
13181319 </ tr >
13191320 </ tbody >
13201321 </ table >
@@ -1341,7 +1342,7 @@ <h4 id="_response_fields_5"><a class="anchor" href="#_response_fields_5"></a>2.5
13411342 < h4 id ="_example_request_3 "> < a class ="anchor " href ="#_example_request_3 "> </ a > 2.5.6. Example request</ h4 >
13421343 < div class ="listingblock ">
13431344 < div class ="content ">
1344- < pre class ="highlightjs highlight "> < code class ="language-bash " data-lang ="bash "> $ curl 'http://localhost:8080/items/1' -i -X DELETE -H 'Authorization: Bearer cea8f330-458f-4c41-a94d-35b5513bd588 '</ code > </ pre >
1345+ < pre class ="highlightjs highlight "> < code class ="language-bash " data-lang ="bash "> $ curl 'http://localhost:8080/items/1' -i -X DELETE -H 'Authorization: Bearer cd682a43-bb11-459e-b986-4b1cf15c4e5b '</ code > </ pre >
13451346 </ div >
13461347 </ div >
13471348 </ div >
@@ -1762,8 +1763,8 @@ <h4 id="_example_response_5"><a class="anchor" href="#_example_response_5"></a>2
17621763 } ],
17631764 "pageable" : null,
17641765 "total" : 1,
1765- "last" : true,
17661766 "totalPages" : 1,
1767+ "last" : true,
17671768 "totalElements" : 1,
17681769 "size" : 0,
17691770 "number" : 0,
0 commit comments