From cb0db4741f922e6110f973067476fb101fbe2c99 Mon Sep 17 00:00:00 2001 From: "convoy-sdk-bot[bot]" <307218117+convoy-sdk-bot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:29:01 +0000 Subject: [PATCH] feat: regenerate API client from OpenAPI spec --- src/main/java/com/getconvoy/api/OnboardApi.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)