From f49a9bd7d8dc3fbec8491f3e3f3da41abedb4fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 21 Apr 2026 11:32:23 +0200 Subject: [PATCH] chore(openapi): Rebuild openapi JSON files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- core/openapi-administration.json | 4 ++-- core/openapi-full.json | 4 ++-- openapi.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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" ],