Documented date range params for visits endpoint

This commit is contained in:
Alejandro Celaya 2018-07-30 20:28:41 +02:00
parent d5b78f2a7e
commit 39d79366a3

View file

@ -15,6 +15,24 @@
"schema": {
"type": "string"
}
},
{
"name": "startDate",
"in": "query",
"description": "The date (in ISO-8601 format) from which we want to get visits.",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "endDate",
"in": "query",
"description": "The date (in ISO-8601 format) until which we want to get visits.",
"required": false,
"schema": {
"type": "string"
}
}
],
"security": [