Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 1 addition & 21 deletions packages/clients/src/api/domain/v2beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1286,27 +1286,7 @@ export class RegistrarAPI extends ParentAPI {

/**
* Update domain DNSSEC. If your domain has the default Scaleway NS and uses
* another registrar, you have to update the DS record manually. For the
* algorithm, here are the code numbers for each type:
*
* - 1: RSAMD5
* - 2: DIFFIE_HELLMAN
* - 3: DSA_SHA1
* - 5: RSA_SHA1
* - 6: DSA_NSEC3_SHA1
* - 7: RSASHA1_NSEC3_SHA1
* - 8: RSASHA256
* - 10: RSASHA512
* - 12: ECC_GOST
* - 13: ECDSAP256SHA256
* - 14: ECDSAP384SHA384
*
* And for the digest type:
*
* - 1: SHA_1
* - 2: SHA_256
* - 3: GOST_R_34_11_94
* - 4: SHA_384
* another registrar, you have to update the DS record manually.
*
* @param request - The request {@link RegistrarApiEnableDomainDNSSECRequest}
* @returns A Promise of Domain
Expand Down