diff --git a/src/api/DerivativesApi.js b/src/api/DerivativesApi.js index 7531652..45e482d 100644 --- a/src/api/DerivativesApi.js +++ b/src/api/DerivativesApi.js @@ -318,11 +318,12 @@ module.exports = (function () { var contentTypes = ['application/json']; var accepts = ['application/octet-stream']; var returnType = null; + var responseType = 'arraybuffer'; return this.apiClient.callApi( this.regionPaths[this.region] + '/designdata/{urn}/manifest/{derivativeUrn}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, - contentTypes, accepts, returnType, oauth2client, credentials + contentTypes, accepts, returnType, oauth2client, credentials, responseType ); };