Update Article
lexware_update_articleUpdate an existing article by sending its ID and JSON body including the version field for optimistic locking, preventing conflicting changes.
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) |