Parameter here isn't supported (it returns 400 User Error). Defaulting trial_from_plan here causes subsequent 404 here . More generally, is returning 400 User Error whenever some parameter isn't in the method signature really a necessary pattern in this project? If some parameter isn't listed, is there any reasonable way to return a 200 ( or maybe the attempt could be recorded somewhere and help generate/prioritize Github issues based on frequency of that particular parameter being attempted )
Parameter here isn't supported (it returns 400 User Error). Defaulting trial_from_plan here causes subsequent 404 here . More generally, is returning 400 User Error whenever some parameter isn't in the method signature really a necessary pattern in this project? If some parameter isn't listed, is there any reasonable way to return a 200 ( or maybe the attempt could be recorded somewhere and help generate/prioritize Github issues based on frequency of that particular parameter being attempted )