1
0
Fork 0
arangodb/Documentation/Examples/RestCollectionIdentifierLoa...

13 lines
644 B
Plaintext

shell> curl -X PUT --dump - http://localhost:8529/_api/collection/products/loadIndexesIntoMemory
HTTP/<span class="hljs-number">1.1</span> <span class="hljs-number">200</span> OK
content-type: application/json; charset=utf<span class="hljs-number">-8</span>
x-content-type-options: nosniff
location: <span class="hljs-regexp">/_api/</span>collection/products/loadIndexesIntoMemory
{
<span class="hljs-string">"error"</span> : <span class="hljs-literal">false</span>,
<span class="hljs-string">"code"</span> : <span class="hljs-number">200</span>,
<span class="hljs-string">"result"</span> : <span class="hljs-literal">true</span>
}