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
According to the Swagger documentation "extension_attributes" is a reference to an attributes object. If there are no extension attributes the API returns an empty array []. This is illegal according to the Swagger documentation. It has to be either null if there is no object attached or an object {}.
I found this using the Java Swagger client and a product request:
According to the Swagger documentation "extension_attributes" is a reference to an attributes object. If there are no extension attributes the API returns an empty array
[]
. This is illegal according to the Swagger documentation. It has to be eithernull
if there is no object attached or an object{}
.I found this using the Java Swagger client and a product request:
I had to modify the swagger definition because of #2310 to get this far.
The text was updated successfully, but these errors were encountered: