diff --git a/core/openapi-administration.json b/core/openapi-administration.json index 39e38822e89..40458a92c29 100644 --- a/core/openapi-administration.json +++ b/core/openapi-administration.json @@ -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" ], diff --git a/core/openapi-full.json b/core/openapi-full.json index d309c981f46..03ff3f6f803 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -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" ], diff --git a/openapi.json b/openapi.json index 44f46580091..318f843a10f 100644 --- a/openapi.json +++ b/openapi.json @@ -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" ],