@@ -69,7 +69,8 @@ Name | Type | Description | Notes
6969
7070### Return type
7171
72- void (empty response body)
72+ - A tuple with response data, HTTP status code and response headers.
73+ - ** Response datatype** : None (empty response body)
7374
7475### Authorization
7576
@@ -152,7 +153,8 @@ Name | Type | Description | Notes
152153
153154### Return type
154155
155- [ ** AxiomaEquityOptimizationParametersRoot** ] ( AxiomaEquityOptimizationParametersRoot.md )
156+ - A tuple with response data, HTTP status code and response headers.
157+ - ** Response datatype** : [ ** AxiomaEquityOptimizationParametersRoot** ] ( AxiomaEquityOptimizationParametersRoot.md )
156158
157159### Authorization
158160
@@ -235,7 +237,8 @@ Name | Type | Description | Notes
235237
236238### Return type
237239
238- [ ** ObjectRoot** ] ( ObjectRoot.md )
240+ - A tuple with response data, HTTP status code and response headers.
241+ - ** Response datatype** : [ ** ObjectRoot** ] ( ObjectRoot.md )
239242
240243### Authorization
241244
@@ -318,7 +321,8 @@ Name | Type | Description | Notes
318321
319322### Return type
320323
321- [ ** ObjectRoot** ] ( ObjectRoot.md )
324+ - A tuple with response data, HTTP status code and response headers.
325+ - ** Response datatype** : (For 201 status - [ ** ObjectRoot** ] ( ObjectRoot.md ) )(For 202 status - None (empty response body) )
322326
323327### Authorization
324328
@@ -457,7 +461,8 @@ Name | Type | Description | Notes
457461
458462### Return type
459463
460- [ ** ObjectRoot** ] ( ObjectRoot.md )
464+ - A tuple with response data, HTTP status code and response headers.
465+ - ** Response datatype** : (For 202 status - [ ** CalculationInfoRoot** ] ( CalculationInfoRoot.md ) )(For 201 status - [ ** ObjectRoot** ] ( ObjectRoot.md ) )
461466
462467### Authorization
463468
@@ -608,7 +613,8 @@ Name | Type | Description | Notes
608613
609614### Return type
610615
611- [ ** ObjectRoot** ] ( ObjectRoot.md )
616+ - A tuple with response data, HTTP status code and response headers.
617+ - ** Response datatype** : (For 202 status - [ ** CalculationInfoRoot** ] ( CalculationInfoRoot.md ) )(For 201 status - [ ** ObjectRoot** ] ( ObjectRoot.md ) )
612618
613619### Authorization
614620
0 commit comments