PUT /api/v1/admin/supplements/{supplement-id}
Update an existing supplement.
Permission | Description |
---|---|
supplements.view_all | Access supplements |
supplements.update | Update supplement |
Name | Type | Required | Description |
---|---|---|---|
title | string | No | Name of the supplement (max 255) |
link | string | No | Wiki link (max 255, optional) |
description | string | No | Description (optional) |
All parameters are optional. If omitted, they will not be updated.
{
"supplement": {<supplement resource>}
}