From 786e8bab629dc6211c614f4a63cf138cc22dc162 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 c8bcc92c123..fdb5aa9e523 100644 --- a/core/openapi-administration.json +++ b/core/openapi-administration.json @@ -475,7 +475,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" ], @@ -653,7 +653,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 ddc05001599..0164fbaef7a 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -12995,7 +12995,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" ], @@ -13173,7 +13173,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 5c713538a32..b1a8a93dd08 100644 --- a/openapi.json +++ b/openapi.json @@ -16702,7 +16702,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" ], @@ -16880,7 +16880,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" ],