mirror of https://gitee.com/bigwinds/arangodb
17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
> curl --data @- -X POST --dump - http://localhost:8529/_api/index?collection=109061392
|
|
{ "type" : "fulltext", "fields" : [ "text" ] }
|
|
|
|
HTTP/1.1 201 Created
|
|
content-type: application/json
|
|
|
|
{
|
|
"code": 201,
|
|
"fields": [
|
|
"text"
|
|
],
|
|
"id": "109061392/1748352392",
|
|
"type": "fulltext",
|
|
"isNewlyCreated": true,
|
|
"error": false
|
|
}
|