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": "Represents a short URL. Tracks the visit and redirects tio the corresponding long URL",
"parameters": [
{
"name": "shortCode",
"in": "path",
"description": "The short code to resolve.",
"required": true,
"schema": {
"type": "string"
}
"$ref": "../parameters/shortCode.json"
}
],
"responses": {