fix mapping order
This commit is contained in:
parent
02fe7d543d
commit
8c136d8128
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue