Add more tests for apiKeyName short URLs filtering

This commit is contained in:
Alejandro Celaya
2025-10-22 08:28:45 +02:00
parent 7860225c25
commit 9c22c7fc9c
3 changed files with 41 additions and 0 deletions

View File

@@ -156,6 +156,15 @@
"schema": {
"type": "string"
}
},
{
"name": "apiKeyName",
"in": "query",
"description": "Only get short URLs created with this API key.<br />This value is **ignored** if the request is performed with a non-admin API key that does not match this name.",
"required": false,
"schema": {
"type": "string"
}
}
],
"security": [