Skip to content
On this page

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

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
nameStringNoYesThe title of the resource
valueStringNoYesThe value of the resource
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified

Allowed Include Paths

None

Endpoints

Feature Index

The feature index endpoint displays a listing of feature resources.

Feature Show

The feature show endpoint returns a feature resource.

Feature Update

The feature update endpoint updates a feature and returns the updated feature resource.

Released under the MIT License.