mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 00:47:25 -06:00
Moved true before false in swagger docs
This commit is contained in:
parent
40794c476f
commit
7ba2cfc010
@ -106,8 +106,8 @@
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"false",
|
||||
"true"
|
||||
"true",
|
||||
"false"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -119,8 +119,8 @@
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"false",
|
||||
"true"
|
||||
"true",
|
||||
"false"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user