Update a flag’s environment configurationAsk AIpatch https://api.atono.io/api/v1/flags/{id}/environments/{environmentId}Updates 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.Body ParamsConfiguration to update for the specified feature flag and environment.dataobjectrequiredThe configuration for a flag in a specific environment.data objectResponses 200Successfully updated the configuration of the feature flag in the specified environment. 404The flag could not be found, or one of the requested related resources (include) does not exist.Updated 10 months ago