shlink/docs/swagger/parameters/version.json

14 lines
229 B
JSON
Raw Normal View History

2019-11-29 12:09:03 -06:00
{
"name": "version",
"description": "The API version to be consumed",
"in": "path",
"required": true,
"schema": {
"type": "string",
"enum": [
"2",
"1"
]
}
}