From 0ffdaf200b4072f61bc136fe60d8ac1e4ee5f4b7 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 4 Nov 2017 17:47:25 -0700 Subject: [PATCH] fix api docs --- doc/api/api.raml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/api.raml b/doc/api/api.raml index 73ae46bb..9db7a024 100644 --- a/doc/api/api.raml +++ b/doc/api/api.raml @@ -36,7 +36,7 @@ schemas: # item: !include resourceTypes/item.raml # collection: !include resourceTypes/collection.raml -/attachments : !include api/attachments.raml +/attachments: !include apis/attachments.raml /maps: !include apis/maps.raml /mappings: !include apis/mappings.raml /metacodes: !include apis/metacodes.raml