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
Some models are incomplete, leading to deserialization errors.
To Reproduce
There are likely more, but one example is Project. When requesting a project without versions, deserialization will fail, as client_side and server_side are "unknown", but the OpenAPI spec only defines "required", "optional", and "unsupported".
Expected behavior
The models should be complete, or at the very least default to some other value.
The text was updated successfully, but these errors were encountered:
Describe the bug
Some models are incomplete, leading to deserialization errors.
To Reproduce
There are likely more, but one example is
Project
. When requesting a project without versions, deserialization will fail, asclient_side
andserver_side
are"unknown"
, but the OpenAPI spec only defines"required"
,"optional"
, and"unsupported"
.Expected behavior
The models should be complete, or at the very least default to some other value.
The text was updated successfully, but these errors were encountered: