chore: generate routes and swagger

This commit is contained in:
Methapon2001 2024-01-12 11:08:01 +07:00
parent 59dab45f51
commit 2aeb8fa668
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
2 changed files with 13 additions and 5 deletions

View file

@ -156,6 +156,15 @@
},
"exact": {
"type": "boolean"
},
"recursive": {
"type": "boolean"
},
"path": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object",
@ -847,10 +856,7 @@
],
"security": [
{
"bearerAuth": [
"management-role",
"admin"
]
"bearerAuth": []
}
],
"parameters": [],