diff --git a/src/main/java/com/getconvoy/api/OnboardApi.java b/src/main/java/com/getconvoy/api/OnboardApi.java index e506e95..e129389 100644 --- a/src/main/java/com/getconvoy/api/OnboardApi.java +++ b/src/main/java/com/getconvoy/api/OnboardApi.java @@ -167,7 +167,7 @@ private File prepareDownloadFile(HttpResponse response) throws IOEx /** * Bulk onboard endpoints with subscriptions - * This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions + * This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a \"file\" field; generated SDK clients only expose the JSON body. * @param projectID Project ID (required) * @param dryRun Validate without creating (optional) * @param modelsBulkOnboardRequest Onboard Details (JSON) (optional) @@ -180,7 +180,7 @@ public BulkOnboard200Response bulkOnboard(@jakarta.annotation.Nonnull String pro /** * Bulk onboard endpoints with subscriptions - * This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions + * This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a \"file\" field; generated SDK clients only expose the JSON body. * @param projectID Project ID (required) * @param dryRun Validate without creating (optional) * @param modelsBulkOnboardRequest Onboard Details (JSON) (optional) @@ -195,7 +195,7 @@ public BulkOnboard200Response bulkOnboard(@jakarta.annotation.Nonnull String pro /** * Bulk onboard endpoints with subscriptions - * This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions + * This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a \"file\" field; generated SDK clients only expose the JSON body. * @param projectID Project ID (required) * @param dryRun Validate without creating (optional) * @param modelsBulkOnboardRequest Onboard Details (JSON) (optional) @@ -208,7 +208,7 @@ public ApiResponse bulkOnboardWithHttpInfo(@jakarta.anno /** * Bulk onboard endpoints with subscriptions - * This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions + * This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a \"file\" field; generated SDK clients only expose the JSON body. * @param projectID Project ID (required) * @param dryRun Validate without creating (optional) * @param modelsBulkOnboardRequest Onboard Details (JSON) (optional)