From 8c136d81288c282ec1d638f12a68d3792c086607 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Fri, 28 Oct 2016 09:07:13 +0800 Subject: [PATCH] fix mapping order --- doc/api/apis/mappings.raml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/apis/mappings.raml b/doc/api/apis/mappings.raml index fde40acc..00298387 100644 --- a/doc/api/apis/mappings.raml +++ b/doc/api/apis/mappings.raml @@ -1,7 +1,7 @@ #type: collection get: is: [ embeddable: { embedFields: "user,map" }, orderable, pageable ] - securedBy: [ null, cookie, token, oauth_2_0 ] + securedBy: [ null, token, oauth_2_0, cookie ] responses: 200: body: @@ -32,7 +32,7 @@ post: #type: item get: is: [ embeddable: { embedFields: "user,map" } ] - securedBy: [ null, cookie, token, oauth_2_0 ] + securedBy: [ null, token, oauth_2_0, cookie ] responses: 200: body: