create_checker_option
Creates checker options for a given profile and checker, accepting codename, value, and valueType for each option.
Instructions
Create checker options related to a profile and checker. Note: profileId selects a configuration profile (a lens, not a container). If the user has not specified a profile, call get_preferred_profile (or get_preferences) and use preferredProfileId — do not assume profile 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Validates the POST /profiles/:profileId/checkers/:checkerId/checker-options request | |
| checkerId | Yes | Path parameter: checkerId | |
| profileId | Yes | Path parameter: profileId |