Files
animethemes-api-docs/docs/config/flags/show
paranarimasuandGitHub 57dd7eecd7 fix: update links to production domain (#23)
* fix: update links to production domain

* add missing README change
2022-05-31 20:46:45 -05:00
..

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,
    }
}
```bash curl https://api.animethemes.moe/config/flags ```