mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-04 02:47:30 +03:00
14 lines
229 B
JSON
14 lines
229 B
JSON
|
{
|
||
|
"name": "version",
|
||
|
"description": "The API version to be consumed",
|
||
|
"in": "path",
|
||
|
"required": true,
|
||
|
"schema": {
|
||
|
"type": "string",
|
||
|
"enum": [
|
||
|
"2",
|
||
|
"1"
|
||
|
]
|
||
|
}
|
||
|
}
|