| 422 | Invalid request parameters | - |
*/
- public okhttp3.Call getAnalysisCommentsCall(@javax.annotation.Nonnull Integer analysisId, @javax.annotation.Nullable String authorization, final ApiCallback _callback) throws ApiException {
+ public okhttp3.Call getAnalysisCommentsCall(@javax.annotation.Nonnull Integer analysisId, final ApiCallback _callback) throws ApiException {
String basePath = null;
// Operation Servers
String[] localBasePaths = new String[] { };
@@ -444,23 +425,18 @@ public okhttp3.Call getAnalysisCommentsCall(@javax.annotation.Nonnull Integer an
localVarHeaderParams.put("Content-Type", localVarContentType);
}
- if (authorization != null) {
- localVarHeaderParams.put("authorization", localVarApiClient.parameterToString(authorization));
- }
-
-
String[] localVarAuthNames = new String[] { "APIKey" };
return localVarApiClient.buildCall(basePath, localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarCookieParams, localVarFormParams, localVarAuthNames, _callback);
}
@SuppressWarnings("rawtypes")
- private okhttp3.Call getAnalysisCommentsValidateBeforeCall(@javax.annotation.Nonnull Integer analysisId, @javax.annotation.Nullable String authorization, final ApiCallback _callback) throws ApiException {
+ private okhttp3.Call getAnalysisCommentsValidateBeforeCall(@javax.annotation.Nonnull Integer analysisId, final ApiCallback _callback) throws ApiException {
// verify the required parameter 'analysisId' is set
if (analysisId == null) {
throw new ApiException("Missing the required parameter 'analysisId' when calling getAnalysisComments(Async)");
}
- return getAnalysisCommentsCall(analysisId, authorization, _callback);
+ return getAnalysisCommentsCall(analysisId, _callback);
}
@@ -468,7 +444,6 @@ private okhttp3.Call getAnalysisCommentsValidateBeforeCall(@javax.annotation.Non
* Get comments for this analysis
* Retrieves all comments created for a specific analysis. Only returns comments for resources the requesting user has access to.
* @param analysisId (required)
- * @param authorization API Key bearer token (optional)
* @return BaseResponseListCommentResponse
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
@@ -479,8 +454,8 @@ private okhttp3.Call getAnalysisCommentsValidateBeforeCall(@javax.annotation.Non