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 60b3309 commit f249b06Copy full SHA for f249b06
python-lib/dku_constants.py
@@ -2,6 +2,6 @@ class DKUConstants(object):
2
API_RESPONSE_KEY = "api_response"
3
FORBIDDEN_KEYS = ["token", "password", "api_key_value", "secure_token"]
4
FORM_DATA_BODY_FORMAT = "FORM_DATA"
5
- PLUGIN_VERSION = "1.2.3-beta.4"
+ PLUGIN_VERSION = "1.2.3-beta.5"
6
RAW_BODY_FORMAT = "RAW"
7
REPONSE_ERROR_KEY = "dku_error"
0 commit comments