mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-29 13:03:52 +03:00
Moved true before false in swagger docs
This commit is contained in:
parent
40794c476f
commit
7ba2cfc010
1 changed files with 4 additions and 4 deletions
|
@ -106,8 +106,8 @@
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"false",
|
"true",
|
||||||
"true"
|
"false"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -119,8 +119,8 @@
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"false",
|
"true",
|
||||||
"true"
|
"false"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue