mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-26 08:53:59 +02:00
* fix: update links to production domain * add missing README change
title
| title |
|---|
| Flags Show |
Flags Show Endpoint
The flags show endpoint returns the flags resource.
URL
GET /api/config/flags
Authentication
None
Parameters
| Name | Required | Description |
|---|---|---|
| fields | No | Sparse fieldsets for resource types |
Response
{
flags: {
allow_video_streams: allow_video_streams,
allow_discord_notifications: allow_discord_notifications,
allow_view_recording: allow_view_recording,
}
}