diff --git a/docs/swagger.json b/docs/swagger.json index 262b0cfc..b3b7a5c5 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -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" } diff --git a/module/CLI/lang/es.mo b/module/CLI/lang/es.mo index 06f0a3db..3365694a 100644 Binary files a/module/CLI/lang/es.mo and b/module/CLI/lang/es.mo differ diff --git a/module/CLI/lang/es.po b/module/CLI/lang/es.po index f2c806c7..dab5bdb7 100644 --- a/module/CLI/lang/es.po +++ b/module/CLI/lang/es.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: Shlink 1.0\n" -"POT-Creation-Date: 2016-10-22 13:14+0200\n" -"PO-Revision-Date: 2016-10-22 13:15+0200\n" +"POT-Creation-Date: 2016-10-22 23:12+0200\n" +"PO-Revision-Date: 2016-10-22 23:13+0200\n" "Last-Translator: Alejandro Celaya \n" "Language-Team: \n" "Language: es_ES\n" @@ -172,6 +172,12 @@ msgstr "" msgid "A comma-separated list of tags to filter results" 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" msgstr "Si se desea mostrar las etiquetas o no"