From f4b69ee5327aadd0efbb316a15b4ab0e8c128df8 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:19:08 +0000 Subject: [PATCH] feat: regenerate API client from OpenAPI spec --- src/convoy/api/onboard/bulk_onboard.py | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/convoy/api/onboard/bulk_onboard.py b/src/convoy/api/onboard/bulk_onboard.py index e782ab4..a4be356 100644 --- a/src/convoy/api/onboard/bulk_onboard.py +++ b/src/convoy/api/onboard/bulk_onboard.py @@ -117,9 +117,11 @@ def sync_detailed( | BulkOnboardResponse401 | BulkOnboardResponse404 ]: - """Bulk onboard endpoints with subscriptions + r"""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. Args: project_id (str): @@ -161,9 +163,11 @@ def sync( | BulkOnboardResponse404 | None ): - """Bulk onboard endpoints with subscriptions + r"""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. Args: project_id (str): @@ -199,9 +203,11 @@ async def asyncio_detailed( | BulkOnboardResponse401 | BulkOnboardResponse404 ]: - """Bulk onboard endpoints with subscriptions + r"""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. Args: project_id (str): @@ -241,9 +247,11 @@ async def asyncio( | BulkOnboardResponse404 | None ): - """Bulk onboard endpoints with subscriptions + r"""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. Args: project_id (str):