Update a championship record for a user.
| Permission | Description |
|---|---|
championships.update | Update your own championships |
championships.update_any | Update championships for any user |
| Name | Type | Required | Description |
|---|---|---|---|
title | string | No | Title of the championship (max 255) |
description | string | No | Optional description (max 2000) |
date | string | No | Date of the championship (date) |
All parameters are optional. If omitted, they will not be updated.
{ /* championship resource */ }
| Status | Description | Reference |
|---|---|---|
| 422 | Validation error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |