@@ -210,7 +210,7 @@ public okhttp3.Call addApiKeyAsync(
210
210
/**
211
211
* Build call for appendSource
212
212
*
213
- * @param source The sources to allow (required)
213
+ * @param source The source to add. (required)
214
214
* @param _callback Callback for upload/download progress
215
215
* @return Call to execute
216
216
* @throws ApiException If fail to serialize the request body object
@@ -280,7 +280,7 @@ private okhttp3.Call appendSourceValidateBeforeCall(
280
280
/**
281
281
* Add a single source to the list of allowed sources.
282
282
*
283
- * @param source The sources to allow (required)
283
+ * @param source The source to add. (required)
284
284
* @return AppendSourceResponse
285
285
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
286
286
* response body
@@ -300,7 +300,7 @@ public AppendSourceResponse appendSource(Source source) throws ApiException {
300
300
/**
301
301
* Add a single source to the list of allowed sources.
302
302
*
303
- * @param source The sources to allow (required)
303
+ * @param source The source to add. (required)
304
304
* @return ApiResponse<AppendSourceResponse>
305
305
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
306
306
* response body
@@ -322,7 +322,7 @@ public ApiResponse<AppendSourceResponse> appendSourceWithHttpInfo(
322
322
/**
323
323
* (asynchronously) Add a single source to the list of allowed sources.
324
324
*
325
- * @param source The sources to allow (required)
325
+ * @param source The source to add. (required)
326
326
* @param _callback The callback to be executed when the API call finishes
327
327
* @return The request call
328
328
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
@@ -4409,7 +4409,7 @@ public okhttp3.Call removeUserIdAsync(
4409
4409
/**
4410
4410
* Build call for replaceSources
4411
4411
*
4412
- * @param source The sources to allow (required)
4412
+ * @param source The sources to allow. (required)
4413
4413
* @param _callback Callback for upload/download progress
4414
4414
* @return Call to execute
4415
4415
* @throws ApiException If fail to serialize the request body object
@@ -4479,7 +4479,7 @@ private okhttp3.Call replaceSourcesValidateBeforeCall(
4479
4479
/**
4480
4480
* Replace all allowed sources.
4481
4481
*
4482
- * @param source The sources to allow (required)
4482
+ * @param source The sources to allow. (required)
4483
4483
* @return ReplaceSourceResponse
4484
4484
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
4485
4485
* response body
@@ -4500,7 +4500,7 @@ public ReplaceSourceResponse replaceSources(List<Source> source)
4500
4500
/**
4501
4501
* Replace all allowed sources.
4502
4502
*
4503
- * @param source The sources to allow (required)
4503
+ * @param source The sources to allow. (required)
4504
4504
* @return ApiResponse<ReplaceSourceResponse>
4505
4505
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
4506
4506
* response body
@@ -4522,7 +4522,7 @@ public ApiResponse<ReplaceSourceResponse> replaceSourcesWithHttpInfo(
4522
4522
/**
4523
4523
* (asynchronously) Replace all allowed sources.
4524
4524
*
4525
- * @param source The sources to allow (required)
4525
+ * @param source The sources to allow. (required)
4526
4526
* @param _callback The callback to be executed when the API call finishes
4527
4527
* @return The request call
4528
4528
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
0 commit comments