Update RMA reason
Partial update — send only the fields you want to change; omitted fields keep their current value. Permission: sales.rma.reasons.edit.
Endpoint
PUT /api/admin/rma/reasons/{id}Request body
| Field | Type | Required | Notes |
|---|---|---|---|
title | string | No | Reason label. |
status | integer | No | 1 active / 0 inactive. |
position | integer | No | Sort order. |
resolution_type | array | No | Allowed return actions. |
Returns 200 with the updated RMA reason.

