Skip to content

Commit a2ceb46

Browse files
committed
feat: update generated APIs
1 parent 077eeb1 commit a2ceb46

File tree

2 files changed

+12
-0
lines changed
  • scaleway-async/scaleway_async/domain/v2beta1
  • scaleway/scaleway/domain/v2beta1

2 files changed

+12
-0
lines changed

scaleway-async/scaleway_async/domain/v2beta1/api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,9 @@ async def list_inbound_transfers(
14881488
organization_id: Optional[str] = None,
14891489
) -> ListInboundTransfersResponse:
14901490
"""
1491+
List inbound domain transfers.
1492+
List all inbound transfer operations on the account.
1493+
You can filter the list of inbound transfers by domain name.
14911494
:param page:
14921495
:param domain:
14931496
:param page_size:
@@ -1530,6 +1533,9 @@ async def list_inbound_transfers_all(
15301533
organization_id: Optional[str] = None,
15311534
) -> list[InboundTransfer]:
15321535
"""
1536+
List inbound domain transfers.
1537+
List all inbound transfer operations on the account.
1538+
You can filter the list of inbound transfers by domain name.
15331539
:param page:
15341540
:param domain:
15351541
:param page_size:

scaleway/scaleway/domain/v2beta1/api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,6 +1486,9 @@ def list_inbound_transfers(
14861486
organization_id: Optional[str] = None,
14871487
) -> ListInboundTransfersResponse:
14881488
"""
1489+
List inbound domain transfers.
1490+
List all inbound transfer operations on the account.
1491+
You can filter the list of inbound transfers by domain name.
14891492
:param page:
14901493
:param domain:
14911494
:param page_size:
@@ -1528,6 +1531,9 @@ def list_inbound_transfers_all(
15281531
organization_id: Optional[str] = None,
15291532
) -> list[InboundTransfer]:
15301533
"""
1534+
List inbound domain transfers.
1535+
List all inbound transfer operations on the account.
1536+
You can filter the list of inbound transfers by domain name.
15311537
:param page:
15321538
:param domain:
15331539
:param page_size:

0 commit comments

Comments
 (0)