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" ),