Skip to content

Commit 8527776

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/openapi-administration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"post": {
216216
"operationId": "two_factor_api-enable",
217217
"summary": "Enable two factor authentication providers for specific user",
218-
"description": "This endpoint requires admin access",
218+
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
219219
"tags": [
220220
"two_factor_api"
221221
],
@@ -337,7 +337,7 @@
337337
"post": {
338338
"operationId": "two_factor_api-disable",
339339
"summary": "Disable two factor authentication providers for specific user",
340-
"description": "This endpoint requires admin access",
340+
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
341341
"tags": [
342342
"two_factor_api"
343343
],

core/openapi-full.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9920,7 +9920,7 @@
99209920
"post": {
99219921
"operationId": "two_factor_api-enable",
99229922
"summary": "Enable two factor authentication providers for specific user",
9923-
"description": "This endpoint requires admin access",
9923+
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
99249924
"tags": [
99259925
"two_factor_api"
99269926
],
@@ -10042,7 +10042,7 @@
1004210042
"post": {
1004310043
"operationId": "two_factor_api-disable",
1004410044
"summary": "Disable two factor authentication providers for specific user",
10045-
"description": "This endpoint requires admin access",
10045+
"description": "This endpoint requires admin access\nThis endpoint requires password confirmation",
1004610046
"tags": [
1004710047
"two_factor_api"
1004810048
],

0 commit comments

Comments
 (0)