From d7ffcd903da1fc31c2bfec542a500d3d9fed5540 Mon Sep 17 00:00:00 2001
From: Alejandro Medina <ale.subliminal@gmail.com>
Date: Sat, 14 Dec 2019 18:42:02 -0300
Subject: [PATCH] Add date filter fields to short urls documentation

---
 docs/swagger/paths/v1_short-urls.json | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docs/swagger/paths/v1_short-urls.json b/docs/swagger/paths/v1_short-urls.json
index d0aebfec..46708e22 100644
--- a/docs/swagger/paths/v1_short-urls.json
+++ b/docs/swagger/paths/v1_short-urls.json
@@ -54,6 +54,24 @@
                         "visits"
                     ]
                 }
+            },
+            {
+                "name": "startDate",
+                "in": "query",
+                "description": "The date (in ISO-8601 format) from which we want to get short URLs.",
+                "required": false,
+                "schema": {
+                    "type": "string"
+                }
+            },
+            {
+                "name": "endDate",
+                "in": "query",
+                "description": "The date (in ISO-8601 format) until which we want to get short URLs.",
+                "required": false,
+                "schema": {
+                    "type": "string"
+                }
             }
         ],
         "security": [