From b012dc861285d8c4b8db0c4ca3b6d6e9968d3e37 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Tue, 8 Apr 2025 13:39:48 -0300 Subject: [PATCH] Update --- plugin/API/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/API/API.php b/plugin/API/API.php index 4583b8de4c..0c1a03497c 100644 --- a/plugin/API/API.php +++ b/plugin/API/API.php @@ -404,7 +404,7 @@ class API extends PluginAbstract new OA\Parameter( name: "userAgent", in: "query", - required: true, + required: false, schema: new OA\Schema(type: "string"), description: "User-Agent string from the client request" ),