create_metadata_action_by_name
Create a metadata action by name to manage Sonarr media libraries and control metadata via the API.
Instructions
Create Metadata.
POST /api/v3/metadata/action/{name}
Args: name: Path parameter. 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 | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |