Internal
Set a feature flag's global default (platform admin)
Upserts the flag's #DEFAULT row on the config table, the fast no-deploy on/off toggle layered over the registry's compile-time default. Rejected with 400 for a key the registry does not know. The durable default stays the Go registry constant (a cold or errored resolver falls back to it); this row only flips the live value on top of it. reason is recorded in the admin audit log.
put/v1/admin/feature-flags/{key}
Path parameters
keystring required
Request body
Response
Applied