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

@@ -0,0 +1,9 @@
{
"name": "shortCode",
"in": "path",
"description": "The short code for the short URL.",
"required": true,
"schema": {
"type": "string"
}
}