shlink/docs/swagger/paths/{shortCode}.json
2023-05-14 18:25:27 +02:00

21 lines
516 B
JSON

{
"get": {
"operationId": "shortUrl",
"tags": [
"URL Shortener"
],
"summary": "Short URL",
"description": "Represents a short URL. Tracks the visit and redirects tio the corresponding long URL",
"parameters": [
{
"$ref": "../parameters/shortCode.json"
}
],
"responses": {
"302": {
"description": "Visit properly tracked and redirected"
}
}
}
}