all APIs but tokens are accessible anonymously (so add mappings to the list)
This commit is contained in:
parent
5e203cd89a
commit
02fe7d543d
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue