chore: publish admin media search contract

This commit is contained in:
ik
2026-09-21 20:43:42 +07:00
parent 8089570d56
commit b713284bab
+17
View File
@@ -4279,6 +4279,23 @@
"title": "Media Role" "title": "Media Role"
} }
}, },
{
"in": "query",
"name": "q",
"required": false,
"schema": {
"anyOf": [
{
"maxLength": 100,
"type": "string"
},
{
"type": "null"
}
],
"title": "Q"
}
},
{ {
"in": "query", "in": "query",
"name": "limit", "name": "limit",