fix mapping order

This commit is contained in:
Devin Howard 2016-10-28 09:07:13 +08:00
parent 02fe7d543d
commit 8c136d8128

View file

@ -1,7 +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 ] securedBy: [ null, token, oauth_2_0, cookie ]
responses: responses:
200: 200:
body: body:
@ -32,7 +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 ] securedBy: [ null, token, oauth_2_0, cookie ]
responses: responses:
200: 200:
body: body: