diff --git a/lib/convoy_api/api/onboard_api.rb b/lib/convoy_api/api/onboard_api.rb index 03b2edd..d7da2ea 100644 --- a/lib/convoy_api/api/onboard_api.rb +++ b/lib/convoy_api/api/onboard_api.rb @@ -20,7 +20,7 @@ def initialize(api_client = ApiClient.default) @api_client = api_client end # 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 project_id [String] Project ID # @param [Hash] opts the optional parameters # @option opts [Boolean] :dry_run Validate without creating @@ -32,7 +32,7 @@ def bulk_onboard(project_id, opts = {}) end # 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 project_id [String] Project ID # @param [Hash] opts the optional parameters # @option opts [Boolean] :dry_run Validate without creating