Update RMA rule
Partial update — send only the fields you want to change; omitted fields keep their current value. Permission: sales.rma.rules.edit.
Endpoint
PUT /api/admin/rma/rules/{id}Request body
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | No | Rule label. |
description | string | No | Free-text description. |
status | integer | No | 1 active / 0 inactive. |
return_period | integer | No | Return window in days. |
Returns 200 with the updated RMA rule.

