@@ -121,7 +121,7 @@ def post_graph(self,
121
121
raise ValueError ('body must be provided' )
122
122
headers = {
123
123
'Content-Type' : content_type ,
124
- 'transaction_id ' : transaction_id
124
+ 'Transaction-Id ' : transaction_id
125
125
}
126
126
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
127
127
service_version = 'V1' ,
@@ -188,7 +188,7 @@ def list_providers(self,
188
188
"""
189
189
190
190
headers = {
191
- 'transaction_id ' : transaction_id
191
+ 'Transaction-Id ' : transaction_id
192
192
}
193
193
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
194
194
service_version = 'V1' ,
@@ -305,7 +305,7 @@ def create_note(self,
305
305
if section is not None :
306
306
section = convert_model (section )
307
307
headers = {
308
- 'transaction_id ' : transaction_id
308
+ 'Transaction-Id ' : transaction_id
309
309
}
310
310
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
311
311
service_version = 'V1' ,
@@ -375,7 +375,7 @@ def list_notes(self,
375
375
if provider_id is None :
376
376
raise ValueError ('provider_id must be provided' )
377
377
headers = {
378
- 'transaction_id ' : transaction_id
378
+ 'Transaction-Id ' : transaction_id
379
379
}
380
380
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
381
381
service_version = 'V1' ,
@@ -433,7 +433,7 @@ def get_note(self,
433
433
if note_id is None :
434
434
raise ValueError ('note_id must be provided' )
435
435
headers = {
436
- 'transaction_id ' : transaction_id
436
+ 'Transaction-Id ' : transaction_id
437
437
}
438
438
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
439
439
service_version = 'V1' ,
@@ -544,7 +544,7 @@ def update_note(self,
544
544
if section is not None :
545
545
section = convert_model (section )
546
546
headers = {
547
- 'transaction_id ' : transaction_id
547
+ 'Transaction-Id ' : transaction_id
548
548
}
549
549
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
550
550
service_version = 'V1' ,
@@ -614,7 +614,7 @@ def delete_note(self,
614
614
if note_id is None :
615
615
raise ValueError ('note_id must be provided' )
616
616
headers = {
617
- 'transaction_id ' : transaction_id
617
+ 'Transaction-Id ' : transaction_id
618
618
}
619
619
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
620
620
service_version = 'V1' ,
@@ -665,7 +665,7 @@ def get_occurrence_note(self,
665
665
if occurrence_id is None :
666
666
raise ValueError ('occurrence_id must be provided' )
667
667
headers = {
668
- 'transaction_id ' : transaction_id
668
+ 'Transaction-Id ' : transaction_id
669
669
}
670
670
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
671
671
service_version = 'V1' ,
@@ -766,7 +766,7 @@ def create_occurrence(self,
766
766
if kpi is not None :
767
767
kpi = convert_model (kpi )
768
768
headers = {
769
- 'transaction_id ' : transaction_id ,
769
+ 'Transaction-Id ' : transaction_id ,
770
770
'Replace-If-Exists' : replace_if_exists
771
771
}
772
772
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
@@ -835,7 +835,7 @@ def list_occurrences(self,
835
835
if provider_id is None :
836
836
raise ValueError ('provider_id must be provided' )
837
837
headers = {
838
- 'transaction_id ' : transaction_id
838
+ 'Transaction-Id ' : transaction_id
839
839
}
840
840
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
841
841
service_version = 'V1' ,
@@ -897,7 +897,7 @@ def list_note_occurrences(self,
897
897
if note_id is None :
898
898
raise ValueError ('note_id must be provided' )
899
899
headers = {
900
- 'transaction_id ' : transaction_id
900
+ 'Transaction-Id ' : transaction_id
901
901
}
902
902
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
903
903
service_version = 'V1' ,
@@ -954,7 +954,7 @@ def get_occurrence(self,
954
954
if occurrence_id is None :
955
955
raise ValueError ('occurrence_id must be provided' )
956
956
headers = {
957
- 'transaction_id ' : transaction_id
957
+ 'Transaction-Id ' : transaction_id
958
958
}
959
959
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
960
960
service_version = 'V1' ,
@@ -1051,7 +1051,7 @@ def update_occurrence(self,
1051
1051
if kpi is not None :
1052
1052
kpi = convert_model (kpi )
1053
1053
headers = {
1054
- 'transaction_id ' : transaction_id
1054
+ 'Transaction-Id ' : transaction_id
1055
1055
}
1056
1056
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
1057
1057
service_version = 'V1' ,
@@ -1118,7 +1118,7 @@ def delete_occurrence(self,
1118
1118
if occurrence_id is None :
1119
1119
raise ValueError ('occurrence_id must be provided' )
1120
1120
headers = {
1121
- 'transaction_id ' : transaction_id
1121
+ 'Transaction-Id ' : transaction_id
1122
1122
}
1123
1123
sdk_headers = get_sdk_headers (service_name = self .DEFAULT_SERVICE_NAME ,
1124
1124
service_version = 'V1' ,
0 commit comments