@@ -54,10 +54,10 @@ def delete(
5454 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
5555 idempotency_key : str | None = None ,
5656 ) -> BulkOperation :
57- """Delete up to 100 tenants at a time in a single operation.
57+ """Delete up to 1,000 tenants at a time in a single operation.
5858
59- This operation cannot
60- be undone.
59+ This operation
60+ cannot be undone.
6161
6262 Args:
6363 tenant_ids: The IDs of the tenants to delete.
@@ -98,7 +98,7 @@ def set(
9898 idempotency_key : str | None = None ,
9999 ) -> BulkOperation :
100100 """
101- Set or update up to 100 tenants in a single operation.
101+ Set or update up to 1,000 tenants in a single operation.
102102
103103 Args:
104104 tenants: The tenants to be upserted.
@@ -159,10 +159,10 @@ async def delete(
159159 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
160160 idempotency_key : str | None = None ,
161161 ) -> BulkOperation :
162- """Delete up to 100 tenants at a time in a single operation.
162+ """Delete up to 1,000 tenants at a time in a single operation.
163163
164- This operation cannot
165- be undone.
164+ This operation
165+ cannot be undone.
166166
167167 Args:
168168 tenant_ids: The IDs of the tenants to delete.
@@ -203,7 +203,7 @@ async def set(
203203 idempotency_key : str | None = None ,
204204 ) -> BulkOperation :
205205 """
206- Set or update up to 100 tenants in a single operation.
206+ Set or update up to 1,000 tenants in a single operation.
207207
208208 Args:
209209 tenants: The tenants to be upserted.
0 commit comments