POST /api/v1/admin/supplementsCreate a new supplement.
| Permission | Description |
|---|---|
supplements.view_all | Access supplements |
supplements.create | Create supplement |
| Name | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Name of the supplement (max 255) |
link | string | No | Wiki link (max 255, optional) |
description | string | No | Description (optional) |
{
"supplement": {<supplement resource>}
}