From b03529dc737e384fe6731d7f24d06fa45ba254d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 21 Apr 2026 15:46:08 +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 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" ],