action etmdb_watchlist_search_read { label: "Return watchlist search result" description: "Return watchlist search result\n\n### Response Class (Status 200)\n\n* __{movie_title}__: Used as a key word to search movies on watchlist\n* You can use both Amharic or English charset/font to search\n\nFor more details on how watchlist are listed [see here][ref].\n[ref]: https://etmdb.com/en/movies/watchlist/id" provider: etmdb method: GET path: "/api/v1/watchlist/search/{movie_title}" encoding: json input: { type: "object" properties: { movie_title: { type: "string" } } required: ["movie_title"] additionalProperties: false } output: { type: "object" additionalProperties: true } }