Update Article
lexware_update_articleUpdate an existing article by ID and JSON body, using the version field for optimistic locking to avoid conflicts.
Instructions
Update an existing article. The body must include the version field for optimistic locking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Article ID | |
| body | Yes | Article JSON with version field included for optimistic locking. Key fields: title, type, unitName, unitPrice, description, version (required) |