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