@@ -78,7 +78,6 @@ def delete_businessrules_decisiontable(self, table_id: str, **kwargs) -> None:
7878 """
7979 Delete a decision table
8080
81- delete_businessrules_decisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8281
8382 This method makes a synchronous HTTP request by default. To make an
8483 asynchronous HTTP request, please define a `callback` function
@@ -160,7 +159,6 @@ def delete_businessrules_decisiontable_version(self, table_id: str, table_versio
160159 """
161160 Delete a decision table version
162161
163- delete_businessrules_decisiontable_version is a preview method and is subject to both breaking and non-breaking changes at any time without notice
164162
165163 This method makes a synchronous HTTP request by default. To make an
166164 asynchronous HTTP request, please define a `callback` function
@@ -245,7 +243,6 @@ def delete_businessrules_decisiontable_version_row(self, table_id: str, table_ve
245243 """
246244 Delete a decision table row
247245
248- delete_businessrules_decisiontable_version_row is a preview method and is subject to both breaking and non-breaking changes at any time without notice
249246
250247 This method makes a synchronous HTTP request by default. To make an
251248 asynchronous HTTP request, please define a `callback` function
@@ -336,7 +333,6 @@ def delete_businessrules_schema(self, schema_id: str, **kwargs) -> None:
336333 """
337334 Delete a schema
338335
339- delete_businessrules_schema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
340336
341337 This method makes a synchronous HTTP request by default. To make an
342338 asynchronous HTTP request, please define a `callback` function
@@ -415,7 +411,6 @@ def get_businessrules_decisiontable(self, table_id: str, **kwargs) -> 'DecisionT
415411 """
416412 Get a decision table
417413
418- get_businessrules_decisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
419414
420415 This method makes a synchronous HTTP request by default. To make an
421416 asynchronous HTTP request, please define a `callback` function
@@ -494,7 +489,6 @@ def get_businessrules_decisiontable_version(self, table_id: str, table_version:
494489 """
495490 Get a decision table version
496491
497- get_businessrules_decisiontable_version is a preview method and is subject to both breaking and non-breaking changes at any time without notice
498492
499493 This method makes a synchronous HTTP request by default. To make an
500494 asynchronous HTTP request, please define a `callback` function
@@ -579,7 +573,6 @@ def get_businessrules_decisiontable_version_row(self, table_id: str, table_versi
579573 """
580574 Get a decision table row
581575
582- get_businessrules_decisiontable_version_row is a preview method and is subject to both breaking and non-breaking changes at any time without notice
583576
584577 This method makes a synchronous HTTP request by default. To make an
585578 asynchronous HTTP request, please define a `callback` function
@@ -670,7 +663,6 @@ def get_businessrules_decisiontable_version_rows(self, table_id: str, table_vers
670663 """
671664 Get a list of decision table rows.
672665
673- get_businessrules_decisiontable_version_rows is a preview method and is subject to both breaking and non-breaking changes at any time without notice
674666
675667 This method makes a synchronous HTTP request by default. To make an
676668 asynchronous HTTP request, please define a `callback` function
@@ -761,7 +753,6 @@ def get_businessrules_decisiontable_versions(self, table_id: str, **kwargs) -> '
761753 """
762754 Get a list of decision table versions
763755
764- get_businessrules_decisiontable_versions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
765756
766757 This method makes a synchronous HTTP request by default. To make an
767758 asynchronous HTTP request, please define a `callback` function
@@ -846,7 +837,6 @@ def get_businessrules_decisiontables(self, **kwargs) -> 'DecisionTableListing':
846837 """
847838 Get a list of decision tables.
848839
849- get_businessrules_decisiontables is a preview method and is subject to both breaking and non-breaking changes at any time without notice
850840
851841 This method makes a synchronous HTTP request by default. To make an
852842 asynchronous HTTP request, please define a `callback` function
@@ -931,7 +921,6 @@ def get_businessrules_decisiontables_search(self, **kwargs) -> 'DecisionTableLis
931921 """
932922 Search for decision tables.
933923
934- get_businessrules_decisiontables_search is a preview method and is subject to both breaking and non-breaking changes at any time without notice
935924
936925 This method makes a synchronous HTTP request by default. To make an
937926 asynchronous HTTP request, please define a `callback` function
@@ -1025,7 +1014,6 @@ def get_businessrules_schema(self, schema_id: str, **kwargs) -> 'BusinessRulesDa
10251014 """
10261015 Get a schema
10271016
1028- get_businessrules_schema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10291017
10301018 This method makes a synchronous HTTP request by default. To make an
10311019 asynchronous HTTP request, please define a `callback` function
@@ -1104,7 +1092,6 @@ def get_businessrules_schemas(self, **kwargs) -> 'BusinessRulesDataSchemaListing
11041092 """
11051093 Get a list of schemas.
11061094
1107- get_businessrules_schemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11081095
11091096 This method makes a synchronous HTTP request by default. To make an
11101097 asynchronous HTTP request, please define a `callback` function
@@ -1177,7 +1164,6 @@ def get_businessrules_schemas_coretype(self, core_type_name: str, **kwargs) -> '
11771164 """
11781165 Get a specific named core type.
11791166
1180- get_businessrules_schemas_coretype is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11811167
11821168 This method makes a synchronous HTTP request by default. To make an
11831169 asynchronous HTTP request, please define a `callback` function
@@ -1256,7 +1242,6 @@ def get_businessrules_schemas_coretypes(self, **kwargs) -> 'CoretypeListing':
12561242 """
12571243 Get the core types from which all schemas are built.
12581244
1259- get_businessrules_schemas_coretypes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12601245
12611246 This method makes a synchronous HTTP request by default. To make an
12621247 asynchronous HTTP request, please define a `callback` function
@@ -1329,7 +1314,6 @@ def patch_businessrules_decisiontable(self, table_id: str, body: 'UpdateDecision
13291314 """
13301315 Update a decision table
13311316
1332- patch_businessrules_decisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13331317
13341318 This method makes a synchronous HTTP request by default. To make an
13351319 asynchronous HTTP request, please define a `callback` function
@@ -1414,7 +1398,6 @@ def patch_businessrules_decisiontable_version(self, table_id: str, table_version
14141398 """
14151399 Update a decision table version
14161400
1417- patch_businessrules_decisiontable_version is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14181401
14191402 This method makes a synchronous HTTP request by default. To make an
14201403 asynchronous HTTP request, please define a `callback` function
@@ -1505,7 +1488,6 @@ def post_businessrules_decisiontable_execute(self, table_id: str, body: 'Decisio
15051488 """
15061489 Execute a published decision table
15071490
1508- post_businessrules_decisiontable_execute is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15091491
15101492 This method makes a synchronous HTTP request by default. To make an
15111493 asynchronous HTTP request, please define a `callback` function
@@ -1590,7 +1572,6 @@ def post_businessrules_decisiontable_version_copy(self, table_id: str, table_ver
15901572 """
15911573 Copy a decision table version
15921574
1593- post_businessrules_decisiontable_version_copy is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15941575
15951576 This method makes a synchronous HTTP request by default. To make an
15961577 asynchronous HTTP request, please define a `callback` function
@@ -1681,7 +1662,6 @@ def post_businessrules_decisiontable_version_execute(self, table_id: str, table_
16811662 """
16821663 Execute a decision table version
16831664
1684- post_businessrules_decisiontable_version_execute is a preview method and is subject to both breaking and non-breaking changes at any time without notice
16851665
16861666 This method makes a synchronous HTTP request by default. To make an
16871667 asynchronous HTTP request, please define a `callback` function
@@ -1772,7 +1752,6 @@ def post_businessrules_decisiontable_version_rows(self, table_id: str, table_ver
17721752 """
17731753 Create a decision table row
17741754
1775- post_businessrules_decisiontable_version_rows is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17761755
17771756 This method makes a synchronous HTTP request by default. To make an
17781757 asynchronous HTTP request, please define a `callback` function
@@ -1863,7 +1842,6 @@ def post_businessrules_decisiontable_version_rows_search(self, table_id: str, ta
18631842 """
18641843 Search for decision table rows
18651844
1866- post_businessrules_decisiontable_version_rows_search is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18671845
18681846 This method makes a synchronous HTTP request by default. To make an
18691847 asynchronous HTTP request, please define a `callback` function
@@ -1960,7 +1938,6 @@ def post_businessrules_decisiontable_version_sync(self, table_id: str, table_ver
19601938 """
19611939 Update the Business Rules Schema to the latest version for a given decision table version
19621940
1963- post_businessrules_decisiontable_version_sync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
19641941
19651942 This method makes a synchronous HTTP request by default. To make an
19661943 asynchronous HTTP request, please define a `callback` function
@@ -2045,7 +2022,6 @@ def post_businessrules_decisiontable_versions(self, table_id: str, **kwargs) ->
20452022 """
20462023 Create a new decision table version
20472024
2048- post_businessrules_decisiontable_versions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
20492025
20502026 This method makes a synchronous HTTP request by default. To make an
20512027 asynchronous HTTP request, please define a `callback` function
@@ -2124,7 +2100,6 @@ def post_businessrules_decisiontables(self, body: 'CreateDecisionTableRequest',
21242100 """
21252101 Create a decision table
21262102
2127- post_businessrules_decisiontables is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21282103
21292104 This method makes a synchronous HTTP request by default. To make an
21302105 asynchronous HTTP request, please define a `callback` function
@@ -2203,7 +2178,6 @@ def post_businessrules_schemas(self, body: 'BusinessRulesSchemaCreateRequest', *
22032178 """
22042179 Create a schema
22052180
2206- post_businessrules_schemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22072181
22082182 This method makes a synchronous HTTP request by default. To make an
22092183 asynchronous HTTP request, please define a `callback` function
@@ -2282,7 +2256,6 @@ def put_businessrules_decisiontable_version_publish(self, table_id: str, table_v
22822256 """
22832257 Publish a decision table version
22842258
2285- put_businessrules_decisiontable_version_publish is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22862259
22872260 This method makes a synchronous HTTP request by default. To make an
22882261 asynchronous HTTP request, please define a `callback` function
@@ -2367,7 +2340,6 @@ def put_businessrules_decisiontable_version_row(self, table_id: str, table_versi
23672340 """
23682341 Full update a decision table row
23692342
2370- put_businessrules_decisiontable_version_row is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23712343
23722344 This method makes a synchronous HTTP request by default. To make an
23732345 asynchronous HTTP request, please define a `callback` function
@@ -2464,7 +2436,6 @@ def put_businessrules_schema(self, schema_id: str, body: 'BusinessRulesSchemaUpd
24642436 """
24652437 Update a schema
24662438
2467- put_businessrules_schema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
24682439
24692440 This method makes a synchronous HTTP request by default. To make an
24702441 asynchronous HTTP request, please define a `callback` function
0 commit comments