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: