Update RMA status
Partial update — send only the fields you want to change; omitted fields keep their current value. Permission: sales.rma.statuses.edit.
Endpoint
PUT /api/admin/rma/statuses/{id}Request body
| Field | Type | Required | Notes |
|---|---|---|---|
title | string | No | Status label. Must be unique. |
status | integer | No | 1 active / 0 inactive. |
color | string | No | Hex color of the badge. |
Returns 200 with the updated RMA status.

