mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Update unit tests
This commit is contained in:
parent
e7ea389bc7
commit
ce9e1fffc6
@ -135,7 +135,7 @@ Content-Type: application/vnd.oai.openapi+json;version=3.0
|
||||
},
|
||||
"sortby": {
|
||||
"description": "Sort results by the specified field name",
|
||||
"in": "path",
|
||||
"in": "query",
|
||||
"name": "sortby",
|
||||
"required": false,
|
||||
"schema": {
|
||||
@ -144,11 +144,11 @@ Content-Type: application/vnd.oai.openapi+json;version=3.0
|
||||
},
|
||||
"sortdesc": {
|
||||
"description": "Sort results in descending order, field name must be specified with 'sortby' parameter",
|
||||
"in": "path",
|
||||
"in": "query",
|
||||
"name": "sortdesc",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "bool"
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -2077,4 +2077,4 @@ Content-Type: application/vnd.oai.openapi+json;version=3.0
|
||||
"name": "Features"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user