diff --git a/apps/api/openapi.json b/apps/api/openapi.json index 13630cb..132587d 100644 --- a/apps/api/openapi.json +++ b/apps/api/openapi.json @@ -4262,6 +4262,23 @@ "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", "name": "limit",