create_series_import
Import a series into Sonarr by providing the series details in the request body. This action adds the series to your media library.
Instructions
Create SeriesImport.
POST /api/v3/series/import
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 |