Moved true before false in swagger docs

This commit is contained in:
Alejandro Celaya 2022-12-10 09:56:34 +01:00
parent 40794c476f
commit 7ba2cfc010

View file

@ -106,8 +106,8 @@
"schema": {
"type": "string",
"enum": [
"false",
"true"
"true",
"false"
]
}
},
@ -119,8 +119,8 @@
"schema": {
"type": "string",
"enum": [
"false",
"true"
"true",
"false"
]
}
}