Create a championship record for a user.
| Permission | Description |
|---|---|
championships.create | Create championships for yourself |
championships.create_any | Create championships for any user |
| Name | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Title of the championship (max 255) |
description | string | No | Optional description (max 2000) |
date | string | Yes | Date of the championship (date) |
{ /* championship resource */ }
| Status | Description | Reference |
|---|---|---|
| 422 | Validation error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |