create_series
Add a new TV series to Sonarr by submitting series details via API. Refer to the schema endpoint to see required fields for the request.
Instructions
Create Series.
POST /api/v3/series
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 |