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