shlink/docs/swagger/parameters/version.json

15 lines
246 B
JSON
Raw Normal View History

2019-11-29 21:09:03 +03:00
{
"name": "version",
"description": "The API version to be consumed",
"in": "path",
"required": true,
"schema": {
"type": "string",
"enum": [
2022-08-13 18:48:55 +03:00
"3",
2019-11-29 21:09:03 +03:00
"2",
"1"
]
}
}