forked from thescouser89/pnc-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbpmapi.patch
More file actions
13 lines (13 loc) · 752 Bytes
/
bpmapi.patch
File metadata and controls
13 lines (13 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/pnc_cli/swagger_client/apis/bpm_api.py b/pnc_cli/swagger_client/apis/bpm_api.py
index 0586a1d..bdea2d1 100644
--- a/pnc_cli/swagger_client/apis/bpm_api.py
+++ b/pnc_cli/swagger_client/apis/bpm_api.py
@@ -352,7 +352,7 @@ class BpmApi(object):
body=body_params,
post_params=form_params,
files=files,
- response_type=None,
+ response_type=int,
auth_settings=auth_settings,
callback=params.get('callback'))
return response