mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-26 02:40:41 -06:00
Documented how to order results
This commit is contained in:
parent
9ac48bfbc5
commit
0b9753582d
@ -90,6 +90,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "orderBy",
|
||||||
|
"in": "query",
|
||||||
|
"description": "The field from which you want to order the result. (Since v1.3.0)",
|
||||||
|
"enum": [
|
||||||
|
"originalUrl",
|
||||||
|
"shortCode",
|
||||||
|
"dateCreated",
|
||||||
|
"visits"
|
||||||
|
],
|
||||||
|
"required": false,
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/parameters/Authorization"
|
"$ref": "#/parameters/Authorization"
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Shlink 1.0\n"
|
"Project-Id-Version: Shlink 1.0\n"
|
||||||
"POT-Creation-Date: 2016-10-22 13:14+0200\n"
|
"POT-Creation-Date: 2016-10-22 23:12+0200\n"
|
||||||
"PO-Revision-Date: 2016-10-22 13:15+0200\n"
|
"PO-Revision-Date: 2016-10-22 23:13+0200\n"
|
||||||
"Last-Translator: Alejandro Celaya <alejandro@alejandrocelaya.com>\n"
|
"Last-Translator: Alejandro Celaya <alejandro@alejandrocelaya.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: es_ES\n"
|
"Language: es_ES\n"
|
||||||
@ -172,6 +172,12 @@ msgstr ""
|
|||||||
msgid "A comma-separated list of tags to filter results"
|
msgid "A comma-separated list of tags to filter results"
|
||||||
msgstr "Una lista de etiquetas separadas por coma para filtrar el resultado"
|
msgstr "Una lista de etiquetas separadas por coma para filtrar el resultado"
|
||||||
|
|
||||||
|
msgid ""
|
||||||
|
"The field from which we want to order by. Pass ASC or DESC separated by a "
|
||||||
|
"comma"
|
||||||
|
msgstr ""
|
||||||
|
"El campo por el cual queremos ordernar. Pasa ASC o DESC separado por una coma"
|
||||||
|
|
||||||
msgid "Whether to display the tags or not"
|
msgid "Whether to display the tags or not"
|
||||||
msgstr "Si se desea mostrar las etiquetas o no"
|
msgstr "Si se desea mostrar las etiquetas o no"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user