mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 05:38:06 +03:00
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"name": "version",
|
|
"description": "The API version to be consumed",
|
|
"in": "path",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "string",
|
|
"enum": [
|
|
"3",
|
|
"2",
|
|
"1"
|
|
]
|
|
}
|
|
}
|