From 8527776abeb1bb3e79c5a3e661592ca0c26aaa97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 23 Apr 2026 11:30:19 +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 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/openapi-administration.json b/core/openapi-administration.json index c474a156615..17aa88e4fc7 100644 --- a/core/openapi-administration.json +++ b/core/openapi-administration.json @@ -215,7 +215,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" ], @@ -337,7 +337,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 e67ecd363b8..9bbf12a5ecb 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -9920,7 +9920,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" ], @@ -10042,7 +10042,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" ],