Edit hunk (deprecated alias)
article_review_edit_hunkUpdate a specific hunk in an article review session with new text, using the hunk ID, expected version, and idempotency key to ensure safe, deterministic edits.
Instructions
Compatibility alias for article_review_edit_patch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| hunkId | Yes | ||
| offset | No | ||
| status | No | ||
| topicId | No | ||
| sessionId | Yes | ||
| editedText | Yes | ||
| contextMode | No | ||
| idempotencyKey | Yes | ||
| expectedVersion | Yes |