1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2025-04-08 13:39:48 -03:00
parent 1aff7aadc8
commit b012dc8612

View file

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