chore: publish admin media role contract

This commit is contained in:
ik
2026-09-21 20:40:27 +07:00
parent b68826836e
commit c54cb71720
+17
View File
@@ -4262,6 +4262,23 @@
"title": "Status" "title": "Status"
} }
}, },
{
"in": "query",
"name": "media_role",
"required": false,
"schema": {
"anyOf": [
{
"pattern": "^(waterbody_cover|waterbody_map|waterbody_depth_map|waterbody_screenshot|tackle_card|tackle_detail|rig_diagram|tackle_screenshot)$",
"type": "string"
},
{
"type": "null"
}
],
"title": "Media Role"
}
},
{ {
"in": "query", "in": "query",
"name": "limit", "name": "limit",