Skip to content

Commit 786e8ba

Browse files
committed
chore(openapi): Rebuild openapi JSON files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 77267c3 commit 786e8ba

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

core/openapi-administration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
"post": {
476476
"operationId": "two_factor_api-enable",
477477
"summary": "Enable two factor authentication providers for specific user",
478-
"description": "This endpoint requires admin access",
478+
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
479479
"tags": [
480480
"two_factor_api"
481481
],
@@ -653,7 +653,7 @@
653653
"post": {
654654
"operationId": "two_factor_api-disable",
655655
"summary": "Disable two factor authentication providers for specific user",
656-
"description": "This endpoint requires admin access",
656+
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
657657
"tags": [
658658
"two_factor_api"
659659
],

core/openapi-full.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12995,7 +12995,7 @@
1299512995
"post": {
1299612996
"operationId": "two_factor_api-enable",
1299712997
"summary": "Enable two factor authentication providers for specific user",
12998-
"description": "This endpoint requires admin access",
12998+
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
1299912999
"tags": [
1300013000
"two_factor_api"
1300113001
],
@@ -13173,7 +13173,7 @@
1317313173
"post": {
1317413174
"operationId": "two_factor_api-disable",
1317513175
"summary": "Disable two factor authentication providers for specific user",
13176-
"description": "This endpoint requires admin access",
13176+
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
1317713177
"tags": [
1317813178
"two_factor_api"
1317913179
],

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16702,7 +16702,7 @@
1670216702
"post": {
1670316703
"operationId": "core-two_factor_api-enable",
1670416704
"summary": "Enable two factor authentication providers for specific user",
16705-
"description": "This endpoint requires admin access",
16705+
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
1670616706
"tags": [
1670716707
"core/two_factor_api"
1670816708
],
@@ -16880,7 +16880,7 @@
1688016880
"post": {
1688116881
"operationId": "core-two_factor_api-disable",
1688216882
"summary": "Disable two factor authentication providers for specific user",
16883-
"description": "This endpoint requires admin access",
16883+
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
1688416884
"tags": [
1688516885
"core/two_factor_api"
1688616886
],

0 commit comments

Comments
 (0)