Update Article
lexware_update_articleUpdate an existing article by providing its ID and a JSON body including the version field for optimistic locking to prevent concurrent edits.
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) |