Add date filter fields to short urls documentation

This commit is contained in:
Alejandro Medina 2019-12-14 18:42:02 -03:00
parent a28e7987e6
commit d7ffcd903d

View File

@ -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": [