Correct a check
update_checkCorrect a check — its wording, or which platforms it applies to. Use when a step is wrong or misleading, or when a check does not belong on a platform at all. Pass not_applicable_on to mark it N/A there; it then stops counting towards coverage on those platforms. The reference is not editable; it is a position in the section's series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App name. | |
| exp | No | New expected result. | |
| pre | No | New preconditions. | |
| ref | Yes | Check reference. | |
| steps | No | New steps. | |
| title | No | New title. | |
| not_applicable_on | No | Platform codes this check does not apply to, e.g. ['IOS','AND'] for a web-only check. Replaces the current list rather than adding to it — pass [] to make the check apply everywhere again. Omit to leave it alone. |