We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fee40 commit 4ed8393Copy full SHA for 4ed8393
1 file changed
revengai/api/binaries_api.py
@@ -96,7 +96,7 @@ def download_zipped_binary(
96
)
97
98
_response_types_map: Dict[str, Optional[str]] = {
99
- '200': "object",
+ '200': "file",
100
'422': "BaseResponse",
101
}
102
response_data = self.api_client.call_api(
@@ -163,7 +163,7 @@ def download_zipped_binary_with_http_info(
163
164
165
166
167
168
169
0 commit comments