all APIs but tokens are accessible anonymously (so add mappings to the list)

This commit is contained in:
Devin Howard 2016-10-27 17:04:50 +08:00
parent 5e203cd89a
commit 02fe7d543d

View file

@ -1,6 +1,7 @@
#type: collection #type: collection
get: get:
is: [ embeddable: { embedFields: "user,map" }, orderable, pageable ] is: [ embeddable: { embedFields: "user,map" }, orderable, pageable ]
securedBy: [ null, cookie, token, oauth_2_0 ]
responses: responses:
200: 200:
body: body:
@ -31,6 +32,7 @@ post:
#type: item #type: item
get: get:
is: [ embeddable: { embedFields: "user,map" } ] is: [ embeddable: { embedFields: "user,map" } ]
securedBy: [ null, cookie, token, oauth_2_0 ]
responses: responses:
200: 200:
body: body: