mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
1.3 KiB
1.3 KiB
title
| title |
|---|
| Feature |
Feature
A feature API resource represents a feature flag that enable/disable site functionalities.
For example, the 'allow_discord_notifications' feature enables/disables discord notifications for the configured bot.
Fields
| Name | Type | Nullable | Default | Description |
|---|---|---|---|---|
| id | Integer | No | Yes | The primary key of the resource |
| name | String | No | Yes | The title of the resource |
| value | String | No | Yes | The value of the resource |
| created_at | Date | No | No | The date that the resource was created |
| updated_at | Date | No | No | The date that the resource was last modified |
Allowed Include Paths
None
Endpoints
The feature index endpoint displays a listing of feature resources.
The feature show endpoint returns a feature resource.
The feature update endpoint updates a feature and returns the updated feature resource.