wafeq_expenses_update
Update an existing expense in Wafeq by providing the expense ID and the fields to change, such as amount, account, currency, date, and description.
Instructions
๐ก WRITE ยท updates data ยท Expenses ยท PUT /expenses/{id}/
Update expense
Endpoint for updating an existing expense.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | An entity that can have attachments. | |
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |