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
But then when I query the API, some "required" attributes are nil. color for example is not required, because most (to not say all) of the groups have an color_key, which I guess replaces the color
I don't know when Creating a new group, but by definition, on how open-api generator build a client on top of the swagger files, it errors out because no color is present (API returns null), but the attribute is "required"
I'ts only one issue I found. I will keep posting here if I found others
The text was updated successfully, but these errors were encountered:
Per the swagger file, in the definitions:
But then when I query the API, some "required" attributes are nil.
color
for example is not required, because most (to not say all) of the groups have ancolor_key
, which I guess replaces the colorI don't know when Creating a new group, but by definition, on how open-api generator build a client on top of the swagger files, it errors out because no color is present (API returns
null
), but the attribute is "required"I'ts only one issue I found. I will keep posting here if I found others
The text was updated successfully, but these errors were encountered: