mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 05:38:06 +03:00
9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"name": "shortCode",
|
|
"in": "path",
|
|
"description": "The short code for the short URL.",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string"
|
|
}
|
|
}
|