Nick, yes, I notice what you mention, but the failure is not posed by key capitalization. job has been created successfully by POST, but following GET hits this 40111. I'll continue to track it ________________________________ From: Nick Sokolov <[email protected]> Sent: Saturday, January 12, 2019 12:28 AM To: [email protected] Subject: Re: api problem
What's your request body? Easiest way would be probably trace it to message text returned. One unobvious API aspect - all enums should be capitalized (for example, "PROFILING" instead of "profiling"). On Fri, Jan 11, 2019, 11:59 Eugene Liu <[email protected]> wrote: > Do you know why 40111 is returned after a job related a measure is created > successfully? > > GET http://127.0.0.1:8080/api/v1/jobs > {"timestamp":1547192517164,"status":400,"error":"Bad > Request","code":"40011","message":"We don't support such measure > type.","path":"/api/v1/jobs"} >
