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
This field is typed Dict[str,str] but in reality it should be Dict[str, bytes] because the value is supposed to be base64 encoded. Check back in the swagger to see what type this is defined as to see if you can actually change the typing for the field in the annotation.
The text was updated successfully, but these errors were encountered:
This field is typed Dict[str,str] but in reality it should be Dict[str, bytes] because the value is supposed to be base64 encoded. Check back in the swagger to see what type this is defined as to see if you can actually change the typing for the field in the annotation.
The text was updated successfully, but these errors were encountered: