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
8 changes: 2 additions & 6 deletions api-reference/openapi/accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2794,10 +2794,6 @@
},
"SendEmailRequest": {
"type": "object",
"required": [
"to",
"subject"
],
"properties": {
"to": {
"type": "array",
Expand All @@ -2806,7 +2802,7 @@
"type": "string",
"format": "email"
},
"description": "Recipient email address(es). Without a payment method on file, restricted to the account's own email; [add a payment method](/api-reference/credits/sessions-create) to send to any recipient.",
"description": "Recipient email address(es). Optional — when omitted, the email is sent to the authenticated account's own email address. Without a payment method on file, restricted to the account's own email; [add a payment method](/api-reference/credits/sessions-create) to send to any recipient.",
"example": [
"recipient@example.com"
]
Expand All @@ -2824,7 +2820,7 @@
},
"subject": {
"type": "string",
"description": "Email subject line",
"description": "Email subject line. Optional — when omitted, defaults to the first heading or line of the body, falling back to `Message from Recoup` if the body is empty.",
"example": "Weekly Pulse Report"
},
"text": {
Expand Down