Skip to content

Commit 7673949

Browse files
authored
docs(domain): remove enums description (#671)
1 parent 61db35b commit 7673949

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

packages/clients/src/api/domain/v2beta1/api.gen.ts

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,27 +1286,7 @@ export class RegistrarAPI extends ParentAPI {
12861286

12871287
/**
12881288
* Update domain DNSSEC. If your domain has the default Scaleway NS and uses
1289-
* another registrar, you have to update the DS record manually. For the
1290-
* algorithm, here are the code numbers for each type:
1291-
*
1292-
* - 1: RSAMD5
1293-
* - 2: DIFFIE_HELLMAN
1294-
* - 3: DSA_SHA1
1295-
* - 5: RSA_SHA1
1296-
* - 6: DSA_NSEC3_SHA1
1297-
* - 7: RSASHA1_NSEC3_SHA1
1298-
* - 8: RSASHA256
1299-
* - 10: RSASHA512
1300-
* - 12: ECC_GOST
1301-
* - 13: ECDSAP256SHA256
1302-
* - 14: ECDSAP384SHA384
1303-
*
1304-
* And for the digest type:
1305-
*
1306-
* - 1: SHA_1
1307-
* - 2: SHA_256
1308-
* - 3: GOST_R_34_11_94
1309-
* - 4: SHA_384
1289+
* another registrar, you have to update the DS record manually.
13101290
*
13111291
* @param request - The request {@link RegistrarApiEnableDomainDNSSECRequest}
13121292
* @returns A Promise of Domain

0 commit comments

Comments
 (0)