PUT /api/v1/users/{user-id}/championships/{championship-id}
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>