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
|
||||
get:
|
||||
is: [ embeddable: { embedFields: "user,map" }, orderable, pageable ]
|
||||
securedBy: [ null, cookie, token, oauth_2_0 ]
|
||||
securedBy: [ null, token, oauth_2_0, cookie ]
|
||||
responses:
|
||||
200:
|
||||
body:
|
||||
|
@ -32,7 +32,7 @@ post:
|
|||
#type: item
|
||||
get:
|
||||
is: [ embeddable: { embedFields: "user,map" } ]
|
||||
securedBy: [ null, cookie, token, oauth_2_0 ]
|
||||
securedBy: [ null, token, oauth_2_0, cookie ]
|
||||
responses:
|
||||
200:
|
||||
body:
|
||||
|
|
Loading…
Add table
Reference in a new issue