shlink/docs/swagger/parameters/version.json
2022-08-13 17:49:00 +02:00

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"
]
}
}