shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/view <<EOF
{
"name" : "testViewBasics",
"type" : "arangosearch",
"properties" : {
}
}
EOF
HTTP/1.1 201 Created
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"id" : "15079",
"name" : "testViewBasics",
"type" : "arangosearch"
}