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
1dd7eb7274
commit
b03529dc73
3 changed files with 6 additions and 6 deletions
|
|
@ -293,7 +293,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"
|
||||
],
|
||||
|
|
@ -471,7 +471,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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -12813,7 +12813,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"
|
||||
],
|
||||
|
|
@ -12991,7 +12991,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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -16378,7 +16378,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"
|
||||
],
|
||||
|
|
@ -16556,7 +16556,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