1
0
Fork 0

Examples generated for RestEdgeHandler.cpp

This commit is contained in:
Thomas Richter 2013-05-31 15:42:33 +02:00
parent 33563c3d37
commit f59cf903b0
2 changed files with 6 additions and 2 deletions

View File

@ -310,7 +310,7 @@ CLEANUP += \
swagger:
python @srcdir@/Documentation/Scripts/generateSwagger.py \
< @srcdir@/arangod/RestHandler/RestEdgeHandler.cpp > @srcdir@/html/admin/api-docs/edges
< @srcdir@/arangod/RestHandler/RestEdgeHandler.cpp > @srcdir@/html/admin/api-docs/edge
python @srcdir@/Documentation/Scripts/generateSwagger.py \
< @srcdir@/arangod/RestHandler/RestDocumentHandler.cpp > @srcdir@/html/admin/api-docs/document

View File

@ -1,5 +1,5 @@
{
"apiVersion":"1.3",
"apiVersion":"1.4",
"swaggerVersion":"1.1",
"apis":[ {
"path": "api-docs/document",
@ -9,6 +9,10 @@
"path": "api-docs/edges",
"description": "Interface für Edges"
},
{
"path": "api-docs/edge",
"description": "Interface für Edge"
},
{
"path": "api-docs/collection",
"description": "Interface for Collections"