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: