mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
chore(openapi): Rebuild openapi JSON files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
77267c30db
commit
786e8bab62
3 changed files with 6 additions and 6 deletions
|
|
@ -475,7 +475,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"
|
||||
],
|
||||
|
|
@ -653,7 +653,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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -12995,7 +12995,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"
|
||||
],
|
||||
|
|
@ -13173,7 +13173,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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -16702,7 +16702,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"
|
||||
],
|
||||
|
|
@ -16880,7 +16880,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