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
Executing the main method in CreateMapping.java results in the following exception:
java.lang.Exception: {"errors":["Input does not contain classes"],"status":400}
at CreateMapping.postJSON(CreateMapping.java:98)
at CreateMapping.main(CreateMapping.java:51)
The text was updated successfully, but these errors were encountered:
On further recent investigation, the exception results not just from a change in parameter names for the /mappings endpoint. The example code is also generating JSON that's not compliant with what the endpoint is expecting. This is an example of the JSON that's currently generated:
Executing the main method in CreateMapping.java results in the following exception:
The text was updated successfully, but these errors were encountered: