mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(openapi): Rebuild openapi JSON files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
0dced8577f
commit
f49a9bd7d8
3 changed files with 6 additions and 6 deletions
|
|
@ -290,7 +290,7 @@
|
|||
"post": {
|
||||
"operationId": "two_factor_api-enable",
|
||||
"summary": "Enable two factor authentication providers for specific user",
|
||||
"description": "This endpoint requires admin access",
|
||||
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
|
||||
"tags": [
|
||||
"two_factor_api"
|
||||
],
|
||||
|
|
@ -468,7 +468,7 @@
|
|||
"post": {
|
||||
"operationId": "two_factor_api-disable",
|
||||
"summary": "Disable two factor authentication providers for specific user",
|
||||
"description": "This endpoint requires admin access",
|
||||
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
|
||||
"tags": [
|
||||
"two_factor_api"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -11637,7 +11637,7 @@
|
|||
"post": {
|
||||
"operationId": "two_factor_api-enable",
|
||||
"summary": "Enable two factor authentication providers for specific user",
|
||||
"description": "This endpoint requires admin access",
|
||||
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
|
||||
"tags": [
|
||||
"two_factor_api"
|
||||
],
|
||||
|
|
@ -11815,7 +11815,7 @@
|
|||
"post": {
|
||||
"operationId": "two_factor_api-disable",
|
||||
"summary": "Disable two factor authentication providers for specific user",
|
||||
"description": "This endpoint requires admin access",
|
||||
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
|
||||
"tags": [
|
||||
"two_factor_api"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -15161,7 +15161,7 @@
|
|||
"post": {
|
||||
"operationId": "core-two_factor_api-enable",
|
||||
"summary": "Enable two factor authentication providers for specific user",
|
||||
"description": "This endpoint requires admin access",
|
||||
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
|
||||
"tags": [
|
||||
"core/two_factor_api"
|
||||
],
|
||||
|
|
@ -15339,7 +15339,7 @@
|
|||
"post": {
|
||||
"operationId": "core-two_factor_api-disable",
|
||||
"summary": "Disable two factor authentication providers for specific user",
|
||||
"description": "This endpoint requires admin access",
|
||||
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
|
||||
"tags": [
|
||||
"core/two_factor_api"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue