create_metadata
Creates metadata records in Sonarr via API, submitting a payload with optional force_save to override existing entries.
Instructions
Create Metadata.
POST /api/v3/metadata
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects. force_save: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| force_save | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |