Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use query parameter instead
  • Loading branch information
pblottiere committed Jul 9, 2020
1 parent 88199ae commit e7ea389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/server/api/ogc/schema.json
Expand Up @@ -376,7 +376,7 @@
},
"sortby" : {
"name" : "sortby",
"in" : "path",
"in" : "query",
"description" : "Sort results by the specified field name",
"required" : false,
"schema" : {
Expand All @@ -385,7 +385,7 @@
},
"sortdesc" : {
"name" : "sortdesc",
"in" : "path",
"in" : "query",
"description" : "Sort results in descending order, field name must be specified with 'sortby' parameter",
"required" : false,
"schema" : {
Expand Down

0 comments on commit e7ea389

Please sign in to comment.