@@ -1321,8 +1321,8 @@ async def list_tasks(
1321
1321
) -> ListTasksResponse :
1322
1322
"""
1323
1323
List tasks.
1324
- List all account tasks .
1325
- You can filter the list by domain name.
1324
+ List all operations performed on the account .
1325
+ You can filter the list of tasks by domain name.
1326
1326
:param page:
1327
1327
:param page_size:
1328
1328
:param project_id:
@@ -1372,8 +1372,8 @@ async def list_tasks_all(
1372
1372
) -> List [Task ]:
1373
1373
"""
1374
1374
List tasks.
1375
- List all account tasks .
1376
- You can filter the list by domain name.
1375
+ List all operations performed on the account .
1376
+ You can filter the list of tasks by domain name.
1377
1377
:param page:
1378
1378
:param page_size:
1379
1379
:param project_id:
@@ -1420,9 +1420,9 @@ async def buy_domains(
1420
1420
technical_contact : Optional [NewContact ] = None ,
1421
1421
) -> OrderResponse :
1422
1422
"""
1423
- Buy one or more domains.
1423
+ Purchase domains.
1424
1424
Request the registration of domain names.
1425
- You can provide an already existing domain's contact or a new contact.
1425
+ You can provide a domain's already existing contact or a new contact.
1426
1426
:param domains:
1427
1427
:param duration_in_years:
1428
1428
:param project_id:
@@ -1473,8 +1473,8 @@ async def renew_domains(
1473
1473
force_late_renewal : Optional [bool ] = None ,
1474
1474
) -> OrderResponse :
1475
1475
"""
1476
- Renew one or more domains.
1477
- Request the renewal of domain names.
1476
+ Renew domains.
1477
+ Request the renewal of one or more domain names.
1478
1478
:param domains:
1479
1479
:param duration_in_years:
1480
1480
:param force_late_renewal:
@@ -1519,7 +1519,7 @@ async def transfer_in_domain(
1519
1519
) -> OrderResponse :
1520
1520
"""
1521
1521
Transfer a domain.
1522
- Request the transfer from another registrar domain to Scaleway.
1522
+ Request the transfer of a domain from another registrar to Scaleway Domains and DNS .
1523
1523
:param domains:
1524
1524
:param project_id:
1525
1525
:param owner_contact_id: One-of ('owner_contact_type'): at most one of 'owner_contact_id', 'owner_contact' could be set.
@@ -1566,11 +1566,11 @@ async def trade_domain(
1566
1566
new_owner_contact : Optional [NewContact ] = None ,
1567
1567
) -> OrderResponse :
1568
1568
"""
1569
- Trade a domain contact.
1570
- Request a trade for the contact owner.<br/>
1571
- If an `organization_id` is given , the change is from the current Scaleway account to another Scaleway account.<br/>
1572
- If no contact is given , the first contact of the other Scaleway account is taken.<br/>
1573
- If the other Scaleway account has no contact. An error occurs .
1569
+ Trade a domain's contact.
1570
+ Request to change a domain's contact owner.<br/>
1571
+ If you specify the `organization_id` of the domain's new owner , the contact will change from the current owner's Scaleway account to the new owner's Scaleway account.<br/>
1572
+ If the new owner's current contact information is not available , the first ever contact they have created for previous domains is taken into account to operate the change .<br/>
1573
+ If the new owner has never created a contact to register domains before, an error message displays .
1574
1574
:param domain:
1575
1575
:param project_id:
1576
1576
:param new_owner_contact_id: One-of ('new_owner_contact_type'): at most one of 'new_owner_contact_id', 'new_owner_contact' could be set.
@@ -1676,9 +1676,9 @@ async def check_contacts_compatibility(
1676
1676
technical_contact : Optional [NewContact ] = None ,
1677
1677
) -> CheckContactsCompatibilityResponse :
1678
1678
"""
1679
- Check if contacts are compatible against a domain or a tld .
1680
- Check if contacts are compatible against a domain or a tld .
1681
- If not, it will return the information requiring a correction .
1679
+ Check if contacts are compatible with a domain or a TLD .
1680
+ Check whether contacts are compatible with a domain or a TLD .
1681
+ If contacts are not compatible with either the domain or the TLD, the information that needs to be corrected is returned .
1682
1682
:param domains:
1683
1683
:param tlds:
1684
1684
:param owner_contact_id: One-of ('owner_contact_type'): at most one of 'owner_contact_id', 'owner_contact' could be set.
@@ -1727,7 +1727,7 @@ async def list_contacts(
1727
1727
) -> ListContactsResponse :
1728
1728
"""
1729
1729
List contacts.
1730
- Return a list of contacts with their domains and roles.
1730
+ Retrieve the list of contacts and their associated domains and roles.
1731
1731
You can filter the list by domain name.
1732
1732
:param page:
1733
1733
:param page_size:
@@ -1769,7 +1769,7 @@ async def list_contacts_all(
1769
1769
) -> List [ContactRoles ]:
1770
1770
"""
1771
1771
List contacts.
1772
- Return a list of contacts with their domains and roles.
1772
+ Retrieve the list of contacts and their associated domains and roles.
1773
1773
You can filter the list by domain name.
1774
1774
:param page:
1775
1775
:param page_size:
@@ -1804,7 +1804,7 @@ async def get_contact(
1804
1804
) -> Contact :
1805
1805
"""
1806
1806
Get a contact.
1807
- Return a contact details retrieved from the registrar using a given contact ID.
1807
+ Retrieve a contact's details from the registrar using the given contact's ID.
1808
1808
:param contact_id:
1809
1809
:return: :class:`Contact <Contact>`
1810
1810
@@ -1850,7 +1850,7 @@ async def update_contact(
1850
1850
) -> Contact :
1851
1851
"""
1852
1852
Update contact.
1853
- You can edit the contact coordinates .
1853
+ Edit the contact's information .
1854
1854
:param contact_id:
1855
1855
:param email:
1856
1856
:param email_alt:
@@ -1932,7 +1932,7 @@ async def list_domains(
1932
1932
) -> ListDomainsResponse :
1933
1933
"""
1934
1934
List domains.
1935
- Returns a list of domains owned by the user .
1935
+ Retrieve the list of domains you own .
1936
1936
:param page:
1937
1937
:param page_size:
1938
1938
:param order_by:
@@ -1985,7 +1985,7 @@ async def list_domains_all(
1985
1985
) -> List [DomainSummary ]:
1986
1986
"""
1987
1987
List domains.
1988
- Returns a list of domains owned by the user .
1988
+ Retrieve the list of domains you own .
1989
1989
:param page:
1990
1990
:param page_size:
1991
1991
:param order_by:
@@ -2030,8 +2030,8 @@ async def list_renewable_domains(
2030
2030
organization_id : Optional [str ] = None ,
2031
2031
) -> ListRenewableDomainsResponse :
2032
2032
"""
2033
- List scaleway domains that can or not be renewed.
2034
- Returns a list of domains owned by the user with a renew status and if renewable, the maximum renew duration in years.
2033
+ List domains that can be renewed.
2034
+ Retrieve the list of domains you own that can be renewed. You can also see the maximum renewal duration in years for your domains that are renewable .
2035
2035
:param page:
2036
2036
:param page_size:
2037
2037
:param order_by:
@@ -2071,8 +2071,8 @@ async def list_renewable_domains_all(
2071
2071
organization_id : Optional [str ] = None ,
2072
2072
) -> List [RenewableDomain ]:
2073
2073
"""
2074
- List scaleway domains that can or not be renewed.
2075
- Returns a list of domains owned by the user with a renew status and if renewable, the maximum renew duration in years.
2074
+ List domains that can be renewed.
2075
+ Retrieve the list of domains you own that can be renewed. You can also see the maximum renewal duration in years for your domains that are renewable .
2076
2076
:param page:
2077
2077
:param page_size:
2078
2078
:param order_by:
@@ -2106,7 +2106,7 @@ async def get_domain(
2106
2106
) -> Domain :
2107
2107
"""
2108
2108
Get domain.
2109
- Returns a the domain with more informations .
2109
+ Retrieve a specific domain and display the domain's information .
2110
2110
:param domain:
2111
2111
:return: :class:`Domain <Domain>`
2112
2112
@@ -2170,9 +2170,9 @@ async def update_domain(
2170
2170
administrative_contact : Optional [NewContact ] = None ,
2171
2171
) -> Domain :
2172
2172
"""
2173
- Update a domain.
2174
- Update the domain contacts or create a new one .<br/>
2175
- If you add the same contact for multiple roles. Only one ID will be created and used for all of them .
2173
+ Update a domain's contacts .
2174
+ Update contacts for a specific domain or create a new contact .<br/>
2175
+ If you add the same contact for multiple roles (owner, administrative, technical), only one ID will be created and used for all of the roles .
2176
2176
:param domain:
2177
2177
:param technical_contact_id: One-of ('technical_contact_info'): at most one of 'technical_contact_id', 'technical_contact' could be set.
2178
2178
:param technical_contact: One-of ('technical_contact_info'): at most one of 'technical_contact_id', 'technical_contact' could be set.
@@ -2216,8 +2216,8 @@ async def lock_domain_transfer(
2216
2216
domain : str ,
2217
2217
) -> Domain :
2218
2218
"""
2219
- Lock domain transfer.
2220
- Lock domain transfer. A locked domain transfer can't be transferred and the auth code can't be requested.
2219
+ Lock the transfer of a domain .
2220
+ Lock the transfer of a domain. This means that the domain cannot be transferred and the authorization code cannot be requested to your current registrar .
2221
2221
:param domain:
2222
2222
:return: :class:`Domain <Domain>`
2223
2223
@@ -2243,8 +2243,8 @@ async def unlock_domain_transfer(
2243
2243
domain : str ,
2244
2244
) -> Domain :
2245
2245
"""
2246
- Unlock domain transfer.
2247
- Unlock domain transfer. An unlocked domain can be transferred and the auth code can be requested for this .
2246
+ Unlock the transfer of a domain .
2247
+ Unlock the transfer of a domain. This means that the domain can be transferred and the authorization code can be requested to your current registrar .
2248
2248
:param domain:
2249
2249
:return: :class:`Domain <Domain>`
2250
2250
@@ -2270,7 +2270,8 @@ async def enable_domain_auto_renew(
2270
2270
domain : str ,
2271
2271
) -> Domain :
2272
2272
"""
2273
- Enable domain auto renew.
2273
+ Enable auto renew.
2274
+ Enable the `auto renew` feature for a domain. This means the domain will be automatically renewed before its expiry date.
2274
2275
:param domain:
2275
2276
:return: :class:`Domain <Domain>`
2276
2277
@@ -2296,7 +2297,8 @@ async def disable_domain_auto_renew(
2296
2297
domain : str ,
2297
2298
) -> Domain :
2298
2299
"""
2299
- Disable domain auto renew.
2300
+ Disable auto renew.
2301
+ Disable the `auto renew` feature for a domain. This means the domain will not be renewed before its expiry date.
2300
2302
:param domain:
2301
2303
:return: :class:`Domain <Domain>`
2302
2304
@@ -2322,9 +2324,9 @@ async def get_domain_auth_code(
2322
2324
domain : str ,
2323
2325
) -> GetDomainAuthCodeResponse :
2324
2326
"""
2325
- Return domain auth code.
2326
- If possible, return the auth code for an unlocked domain transfer, or an error if the domain is locked.
2327
- Some TLD may have a different procedure to retrieve the auth code, in that case, the information is given in the message field.
2327
+ Get a domain's authorization code.
2328
+ Retrieve the authorization code to tranfer an unlocked domain. The output returns an error if the domain is locked.
2329
+ Some TLDs may have a different procedure to retrieve the authorization code. In that case, the information displays in the message field.
2328
2330
:param domain:
2329
2331
:return: :class:`GetDomainAuthCodeResponse <GetDomainAuthCodeResponse>`
2330
2332
@@ -2386,7 +2388,8 @@ async def disable_domain_dnssec(
2386
2388
domain : str ,
2387
2389
) -> Domain :
2388
2390
"""
2389
- Disable domain DNSSEC.
2391
+ Disable a domain's DNSSEC.
2392
+ Disable DNSSEC for a domain.
2390
2393
:param domain:
2391
2394
:return: :class:`Domain <Domain>`
2392
2395
@@ -2415,9 +2418,9 @@ async def search_available_domains(
2415
2418
) -> SearchAvailableDomainsResponse :
2416
2419
"""
2417
2420
Search available domains.
2418
- Search a domain ( or at maximum, 10 domains) .
2421
+ Search a domain or a maximum of 10 domains that are available .
2419
2422
2420
- If the TLD list is empty or not set the search returns the results from the most popular TLDs.
2423
+ If the TLD list is empty or not set, the search returns the results from the most popular TLDs.
2421
2424
:param domains: A list of domain to search, TLD is optional.
2422
2425
:param tlds: Array of tlds to search on.
2423
2426
:param strict_search: Search exact match.
@@ -2453,7 +2456,8 @@ async def create_domain_host(
2453
2456
ips : Optional [List [str ]] = None ,
2454
2457
) -> Host :
2455
2458
"""
2456
- Create domain hostname with glue IPs.
2459
+ Create a hostname for a domain.
2460
+ Create a hostname for a domain with glue IPs.
2457
2461
:param domain:
2458
2462
:param name:
2459
2463
:param ips:
@@ -2494,7 +2498,8 @@ async def list_domain_hosts(
2494
2498
page_size : Optional [int ] = None ,
2495
2499
) -> ListDomainHostsResponse :
2496
2500
"""
2497
- List domain hostnames with they glue IPs.
2501
+ List a domain's hostnames.
2502
+ List a domain's hostnames using their glue IPs.
2498
2503
:param domain:
2499
2504
:param page:
2500
2505
:param page_size:
@@ -2528,7 +2533,8 @@ async def list_domain_hosts_all(
2528
2533
page_size : Optional [int ] = None ,
2529
2534
) -> List [Host ]:
2530
2535
"""
2531
- List domain hostnames with they glue IPs.
2536
+ List a domain's hostnames.
2537
+ List a domain's hostnames using their glue IPs.
2532
2538
:param domain:
2533
2539
:param page:
2534
2540
:param page_size:
@@ -2559,7 +2565,8 @@ async def update_domain_host(
2559
2565
ips : Optional [List [str ]] = None ,
2560
2566
) -> Host :
2561
2567
"""
2562
- Update domain hostname with glue IPs.
2568
+ Update a domain's hostname.
2569
+ Update a domain's hostname with glue IPs.
2563
2570
:param domain:
2564
2571
:param name:
2565
2572
:param ips:
@@ -2600,7 +2607,8 @@ async def delete_domain_host(
2600
2607
name : str ,
2601
2608
) -> Host :
2602
2609
"""
2603
- Delete domain hostname.
2610
+ Delete a domain's hostname.
2611
+ Delete a domain's hostname.
2604
2612
:param domain:
2605
2613
:param name:
2606
2614
:return: :class:`Host <Host>`
0 commit comments