Fixed schema definition on order by argument

This commit is contained in:
Alejandro Celaya 2016-10-29 12:42:36 +02:00
parent 6821f5cf97
commit 51bf948458

View File

@ -26,11 +26,9 @@
"description": "A list of tags used to filter the resultset. Only short URLs tagged with at least one of the provided tags will be returned. (Since v1.3.0)",
"required": false,
"type": "array",
"schema": {
"items": {
"type": "string"
}
}
},
{
"name": "orderBy",