create_metadata_test
Tests metadata creation by sending a POST request to the Sonarr API, validating the provided body and optional force test parameter to confirm the configuration works.
Instructions
Create Metadata.
POST /api/v3/metadata/test
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects. force_test: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| force_test | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |