Get a flag’s environment configurationAsk AIget https://api.atono.io/api/v1/flags/{id}/environments/{environmentId}Returns a feature flag's configuration in an environment.Path ParamsidstringrequiredThe UUID or key of the feature flag. The key is the feature flag name shown in the Atono application.environmentIdstringrequiredThe UUID or name of the environment.Responses 200Successfully retrieved the flag configuration for the specified environment. 404The flag or environment could not be found.Updated 10 months ago