Url in influxd 2.0.0-alpha.16 - http://localhost:9999/api/v2/query?**org**=my-org Url in java client - http://localhost:9999/api/v2/query?orgID=my-org When send request to old url got error - ``` { "code": "invalid", "message": "failed to decode request body", "op": "http/handlePostQuery", "error": { "code": "invalid", "message": "id must have a length of 16 bytes" } } ```
Url in influxd 2.0.0-alpha.16 - http://localhost:9999/api/v2/query?**org**=my-org
Url in java client - http://localhost:9999/api/v2/query?orgID=my-org
When send request to old url got error -