From 02fe7d543df7c139e14525c5e289ddcdd0e19bcc Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Thu, 27 Oct 2016 17:04:50 +0800 Subject: [PATCH] all APIs but tokens are accessible anonymously (so add mappings to the list) --- doc/api/apis/mappings.raml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/apis/mappings.raml b/doc/api/apis/mappings.raml index a1643c86..fde40acc 100644 --- a/doc/api/apis/mappings.raml +++ b/doc/api/apis/mappings.raml @@ -1,6 +1,7 @@ #type: collection get: is: [ embeddable: { embedFields: "user,map" }, orderable, pageable ] + securedBy: [ null, cookie, token, oauth_2_0 ] responses: 200: body: @@ -31,6 +32,7 @@ post: #type: item get: is: [ embeddable: { embedFields: "user,map" } ] + securedBy: [ null, cookie, token, oauth_2_0 ] responses: 200: body: