Update an existing equipment item.
| Permission | Description |
|---|---|
equipment.view_all | Access equipment |
equipment.update | Update equipment |
| Name | Type | Required | Description |
|---|---|---|---|
name | string | No | Name of the equipment (max 255) |
link | string | No | Tutorial link (max 255, optional) |
description | string | No | Description (optional) |
All parameters are optional. If omitted, they will not be updated.
{
"data": { /* equipment resource */ }
}
| Status | Description | Reference |
|---|---|---|
| 422 | Validation error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |