Skip to content

Commit 102439e

Browse files
Merge pull request #422 from SparkPost/sparkjas-oct26-typo01
Fixed a typo
2 parents 93bf7de + 5fcff25 commit 102439e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api/sending-domains.apib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Creates a new sending domain. Each domain and it's subdomains can only be added
146146
+ headers (string) - Header fields to be included in the DKIM signature. **This field is currently ignored.**
147147
+ generate_dkim (boolean) - Whether to generate a DKIM keypair on creation.
148148
+ Default: true
149-
+ dkim_key_length (number) - Size, in bits, of the DKIM private key to be generated. This option only applies if `generate_dkim` is true. <br /><span class="label label-info"><strong>Note</strong></span> public keys for private keys longer than 1024 bits will be longer that 255 characters. Because of this, the public key <code>TXT</code> record in DNS will need to contain multiple strings, see <a href="https://tools.ietf.org/html/rfc7208#section-3.3">RFC 7208, section 3.3</a> for an example of how the SPF spec addresses this.
149+
+ dkim_key_length (number) - Size, in bits, of the DKIM private key to be generated. This option only applies if `generate_dkim` is true. <br /><span class="label label-info"><strong>Note</strong></span> public keys for private keys longer than 1024 bits will be longer than 255 characters. Because of this, the public key <code>TXT</code> record in DNS will need to contain multiple strings, see <a href="https://tools.ietf.org/html/rfc7208#section-3.3">RFC 7208, section 3.3</a> for an example of how the SPF spec addresses this.
150150
+ Default: 1024
151151
+ shared_with_subaccounts (boolean) - Whether this domain can be used by subaccounts. Only available to domains belonging to a primary account.
152152
+ Default: false

0 commit comments

Comments
 (0)