Create 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) |
{
"data": { /* supplement resource */ }
}| Status | Description | Reference |
|---|---|---|
| 422 | Validation error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |