We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 694ff44 + 0977d11 commit 855cbadCopy full SHA for 855cbad
1 file changed
src/conductor/client/workflow/task/http_task.py
@@ -33,9 +33,9 @@ class HttpInput:
33
'_accept': 'accept',
34
'_headers': 'headers',
35
36
- '_content_type': 'content_type',
37
- '_connection_time_out': 'connection_time_out',
38
- '_read_timeout': 'read_timeout',
+ '_content_type': 'contentType',
+ '_connection_time_out': 'connectionTimeOut',
+ '_read_timeout': 'readTimeout',
39
}
40
41
def __init__(self,
0 commit comments