Document short URLs visits deletion endpoint

This commit is contained in:
Alejandro Celaya
2023-05-14 18:25:21 +02:00
parent 0365728337
commit 3cf253fd0f
6 changed files with 90 additions and 49 deletions

View File

@@ -8,13 +8,7 @@
"description": "Generates a QR code image pointing to a short URL.<br />Since this is not an API endpoint but an image one, when an invalid value is provided for any of the query params, they will fall to their default values instead of throwing an error.",
"parameters": [
{
"name": "shortCode",
"in": "path",
"description": "The short code to resolve.",
"required": true,
"schema": {
"type": "string"
}
"$ref": "../parameters/shortCode.json"
},
{
"name": "size",