From b713284baba761a96006f6058dd4355f35d294bd Mon Sep 17 00:00:00 2001 From: IK Date: Mon, 21 Sep 2026 20:43:42 +0700 Subject: [PATCH] chore: publish admin media search contract --- apps/api/openapi.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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",