diff --git a/apps/api/openapi.json b/apps/api/openapi.json index 132587d..5321620 100644 --- a/apps/api/openapi.json +++ b/apps/api/openapi.json @@ -4279,6 +4279,23 @@ "title": "Media Role" } }, + { + "in": "query", + "name": "q", + "required": false, + "schema": { + "anyOf": [ + { + "maxLength": 100, + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Q" + } + }, { "in": "query", "name": "limit",