1
0
Fork 0
arangodb/Doxygen/Examples.AvocadoDB/api-index-create-new-hash-i...

19 lines
348 B
Plaintext

> curl --data @- -X POST --dump - http://localhost:8529/_api/index/105981200
{ "type" : "hash", "unique" : false, "fields" : [ "a", "b" ] }
HTTP/1.1 201 Created
content-type: application/json
{
"code": 201,
"fields": [
"a",
"b"
],
"id": 107357456,
"type": "hash",
"isNewlyCreated": true,
"unique": false,
"error": false
}