1
0
Fork 0
arangodb/html/admin/api-docs/structure

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"
}
]
}