Comment that legacyApi is false by default

This commit is contained in:
Henry Mercer 2024-05-10 11:35:55 +01:00
parent 67f8a36bdb
commit 33e416c056

View file

@ -70,7 +70,7 @@ export const featureConfig: Record<
*/
envVar: string;
/**
* Whether the feature flag is part of the legacy feature flags API.
* Whether the feature flag is part of the legacy feature flags API (defaults to false).
*
* These feature flags are included by default in the API response and do not need to be
* explicitly requested.