@@ -229,7 +229,7 @@ public okhttp3.Call createClusterAsync(String appId, String env, OpenClusterDTO
229229 * @param env (required)
230230 * @param appId (required)
231231 * @param clusterName (required)
232- * @param operator 操作人用户名 (required )
232+ * @param operator 操作人用户名,openapi外部调用时需传入 (optional )
233233 * @param _callback Callback for upload/download progress
234234 * @return Call to execute
235235 * @throws ApiException If fail to serialize the request body object
@@ -310,11 +310,6 @@ private okhttp3.Call deleteClusterValidateBeforeCall(String env, String appId, S
310310 throw new ApiException ("Missing the required parameter 'clusterName' when calling deleteCluster(Async)" );
311311 }
312312
313- // verify the required parameter 'operator' is set
314- if (operator == null ) {
315- throw new ApiException ("Missing the required parameter 'operator' when calling deleteCluster(Async)" );
316- }
317-
318313 return deleteClusterCall (env , appId , clusterName , operator , _callback );
319314
320315 }
@@ -325,7 +320,7 @@ private okhttp3.Call deleteClusterValidateBeforeCall(String env, String appId, S
325320 * @param env (required)
326321 * @param appId (required)
327322 * @param clusterName (required)
328- * @param operator 操作人用户名 (required )
323+ * @param operator 操作人用户名,openapi外部调用时需传入 (optional )
329324 * @return Object
330325 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
331326 * @http.response.details
@@ -348,7 +343,7 @@ public Object deleteCluster(String env, String appId, String clusterName, String
348343 * @param env (required)
349344 * @param appId (required)
350345 * @param clusterName (required)
351- * @param operator 操作人用户名 (required )
346+ * @param operator 操作人用户名,openapi外部调用时需传入 (optional )
352347 * @return ApiResponse<Object>
353348 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
354349 * @http.response.details
@@ -372,7 +367,7 @@ public ApiResponse<Object> deleteClusterWithHttpInfo(String env, String appId, S
372367 * @param env (required)
373368 * @param appId (required)
374369 * @param clusterName (required)
375- * @param operator 操作人用户名 (required )
370+ * @param operator 操作人用户名,openapi外部调用时需传入 (optional )
376371 * @param _callback The callback to be executed when the API call finishes
377372 * @return The request call
378373 * @throws ApiException If fail to process the API call, e.g. serializing the request body object
0 commit comments