aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/WellKnownController.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller/WellKnownController.php')
-rw-r--r--core/Controller/WellKnownController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Controller/WellKnownController.php b/core/Controller/WellKnownController.php
index a4fd1689cdf..896d216308d 100644
--- a/core/Controller/WellKnownController.php
+++ b/core/Controller/WellKnownController.php
@@ -29,12 +29,12 @@ namespace OC\Core\Controller;
use OC\Http\WellKnown\RequestManager;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http;
-use OCP\AppFramework\Http\Attribute\IgnoreOpenAPI;
+use OCP\AppFramework\Http\Attribute\OpenAPI;
use OCP\AppFramework\Http\JSONResponse;
use OCP\AppFramework\Http\Response;
use OCP\IRequest;
-#[IgnoreOpenAPI]
+#[OpenAPI(scope: OpenAPI::SCOPE_IGNORE)]
class WellKnownController extends Controller {
public function __construct(
IRequest $request,