mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 02:12:40 +01:00
Update openapi
This commit is contained in:
parent
27dbeba821
commit
f2f71cafdf
@ -6813,6 +6813,43 @@
|
||||
"-"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/users/": {
|
||||
"get": {
|
||||
"x-right-required": "MANAGE_USERS",
|
||||
"security": [
|
||||
{
|
||||
"bearer": true
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"users"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/users/{id}/delete/": {
|
||||
"post": {
|
||||
"x-right-required": "MANAGE_USERS",
|
||||
"security": [
|
||||
{
|
||||
"bearer": true
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "id"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"users"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user