diff --git a/core/openapi-administration.json b/core/openapi-administration.json index 80a698fe9f8..502ee26e0ed 100644 --- a/core/openapi-administration.json +++ b/core/openapi-administration.json @@ -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" ], diff --git a/core/openapi-full.json b/core/openapi-full.json index de4c07ec391..de695b0e188 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -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" ], diff --git a/openapi.json b/openapi.json index 745786c91bc..7e5b67f6da8 100644 --- a/openapi.json +++ b/openapi.json @@ -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" ],