You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the FlagUpdate function has return type void even though, the validation may reject the flag config due to the json schema validation. We should return the absl::status that would tell if the config was accepted or rejected.
Currently the FlagUpdate function has return type
voideven though, the validation may reject the flag config due to the json schema validation. We should return the absl::status that would tell if the config was accepted or rejected.