hey guys, Is it possible to return all the flags i...
# announcements
a
hey guys, Is it possible to return all the flags in the API response (not just flags with 'true' value, return even it is 'false')
f
I'm curious about the use case here
the value of the flag is always returned, but if the flag is turned off it is not - we separate the state of the flag from the value of the flag.
a
We want to enable those flags(which are disabled) from the developer tools on dev environment
@fresh-football-47124
f
thanks
a
What will you suggest for this use case mentioned above?