create_importlist_movie
Add movies to a Radarr import list by creating a new importlist movie record with the desired movie details in the request body.
Instructions
Create ImportListMovies.
POST /api/v3/importlist/movie
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |