You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*AnalysesCommentsApi* | [**get_analysis_comments**](docs/AnalysesCommentsApi.md#get_analysis_comments) | **GET** /v2/analyses/{analysis_id}/comments | Get comments for this analysis
47
47
*AnalysesCommentsApi* | [**update_analysis_comment**](docs/AnalysesCommentsApi.md#update_analysis_comment) | **PATCH** /v2/analyses/{analysis_id}/comments/{comment_id} | Update a comment
[**get_analysis_basic_info**](AnalysesCoreApi.md#get_analysis_basic_info) | **GET** /v2/analyses/{analysis_id}/basic | Gets basic analysis information
@@ -115,6 +116,101 @@ Name | Type | Description | Notes
115
116
116
117
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**max_retry_attempts** | **int**| | [optional][default to 5]
189
+
190
+
### Return type
191
+
192
+
[**BaseResponseDict**](BaseResponseDict.md)
193
+
194
+
### Authorization
195
+
196
+
[APIKey](../README.md#APIKey)
197
+
198
+
### HTTP request headers
199
+
200
+
-**Content-Type**: application/json
201
+
-**Accept**: application/json
202
+
203
+
### HTTP response details
204
+
205
+
| Status code | Description | Response headers |
206
+
|-------------|-------------|------------------|
207
+
**200** | Successful Response | - |
208
+
**422** | Invalid request parameters | - |
209
+
**404** | Not Found | - |
210
+
**403** | Forbidden | - |
211
+
212
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments