mirror of https://gitee.com/bigwinds/arangodb
30 lines
936 B
Plaintext
30 lines
936 B
Plaintext
{
|
|
"basePath": "/",
|
|
"swaggerVersion": "1.1",
|
|
"apiVersion": "0.1",
|
|
"apis": [
|
|
{
|
|
"operations": [
|
|
{
|
|
"errorResponses": [],
|
|
"parameters": [
|
|
{
|
|
"dataType": "String",
|
|
"paramType": "body",
|
|
"required": "false",
|
|
"name": "body",
|
|
"description": "A valid json document for your data, for instance {\"hello\": \"world\"}."
|
|
}
|
|
],
|
|
"notes": "",
|
|
"summary": "creates a structured document",
|
|
"httpMethod": "POST",
|
|
"examples": "",
|
|
"nickname": "createsAStructuredDocument"
|
|
}
|
|
],
|
|
"path": "/_api/structure"
|
|
}
|
|
]
|
|
}
|