We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501de2e commit 6e82089Copy full SHA for 6e82089
1 file changed
python-lib/dku_constants.py
@@ -1,6 +1,6 @@
1
class DKUConstants(object):
2
API_RESPONSE_KEY = "api_response"
3
- RAW_BODY_FORMAT = "RAW"
+ FORBIDDEN_KEYS = ["token", "password", "api_key_value"]
4
FORM_DATA_BODY_FORMAT = "FORM_DATA"
5
PLUGIN_VERSION = "1.1.3-beta.1"
6
- FORBIDDEN_KEYS = ["token", "password", "api_key_value"]
+ RAW_BODY_FORMAT = "RAW"
0 commit comments