mirror of https://gitee.com/bigwinds/arangodb
New example file.
This commit is contained in:
parent
53e2e0b4cb
commit
49d8a963cd
|
@ -0,0 +1,11 @@
|
||||||
|
shell> curl --dump - http://localhost:8529/_api/user/anotherAdmin@secapp/database/
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
|
{
|
||||||
|
<span class="hljs-string">"result"</span> : {
|
||||||
|
},
|
||||||
|
<span class="hljs-string">"error"</span> : <span class="hljs-literal">false</span>,
|
||||||
|
<span class="hljs-string">"code"</span> : <span class="hljs-number">200</span>
|
||||||
|
}
|
Loading…
Reference in New Issue