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
21 changes: 21 additions & 0 deletions resend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,13 @@ components:
description: The date and time the domain was created.
status:
type: string
enum:
- pending
- verified
- failed
- not_started
- partially_verified
- partially_failed
description: The status of the domain.
capabilities:
$ref: '#/components/schemas/DomainCapabilities'
Expand Down Expand Up @@ -2140,6 +2147,13 @@ components:
example: 'example.com'
status:
type: string
enum:
- pending
- verified
- failed
- not_started
- partially_verified
- partially_failed
description: The status of the domain.
example: 'not_started'
created_at:
Expand Down Expand Up @@ -2205,6 +2219,13 @@ components:
example: 'example.com'
status:
type: string
enum:
- pending
- verified
- failed
- not_started
- partially_verified
- partially_failed
description: The status of the domain.
example: 'not_started'
created_at:
Expand Down
Loading