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