Edit Keyword
edit_keywordReplace a keyword's text in place, preserving its ID and paid slot. Fix a grader-suspended keyword or reword without adding a duplicate variant.
Instructions
Change a keyword's text in place, keeping its ID and any paid slot. Edits are unlimited on every plan (keyword_change_usage reports limit -1). The new value is re-graded for noise; an ACTIVE keyword stays ACTIVE, while a PENDING, DISABLED, or SUSPENDED one goes ACTIVE if the plan has a free slot and PENDING otherwise. Use this to fix a SUSPENDED keyword the grader rejected, or to reword instead of adding a variant with add_keywords. A case-only change is a no-op; a value already on the website returns 400.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | New keyword text; trimmed and lowercased, must not duplicate another keyword on the same website | |
| keywordId | Yes | Keyword ID (UUID) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The updated keyword with its new value and resulting status (ACTIVE or PENDING). |