Updated API docs with new short URLs list filters

This commit is contained in:
Alejandro Celaya 2022-12-09 18:03:20 +01:00
parent c3ab871366
commit 40794c476f

View File

@ -97,6 +97,32 @@
"schema": {
"type": "string"
}
},
{
"name": "excludeMaxVisitsReached",
"in": "query",
"description": "If true, short URLs which already reached their maximum amount of visits will be excluded.",
"required": false,
"schema": {
"type": "string",
"enum": [
"false",
"true"
]
}
},
{
"name": "excludePastValidUntil",
"in": "query",
"description": "If true, short URLs which validUntil date is on the past will be excluded.",
"required": false,
"schema": {
"type": "string",
"enum": [
"false",
"true"
]
}
}
],
"security": [