diff --git a/Documentation/Makefile.files b/Documentation/Makefile.files index dc1feb042a..6e395033f3 100644 --- a/Documentation/Makefile.files +++ b/Documentation/Makefile.files @@ -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 diff --git a/html/admin/api-docs.json b/html/admin/api-docs.json index cbfd2c3cd1..05abc74afd 100644 --- a/html/admin/api-docs.json +++ b/html/admin/api-docs.json @@ -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"