chore: generate routes and swagger
This commit is contained in:
parent
59dab45f51
commit
2aeb8fa668
2 changed files with 13 additions and 5 deletions
|
|
@ -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": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue