Skip to content

Commit 7019167

Browse files
update spec
1 parent e8f7d22 commit 7019167

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.generator/okta-management-APIs-oasv3-enum-inheritance.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29031,10 +29031,22 @@ components:
2903129031
description: The subdomain for the email sender's custom mail domain
2903229032
default: mail
2903329033
EmailDomainResponseWithEmbedded:
29034-
allOf:
29035-
- $ref: '#/components/schemas/EmailDomainResponse'
2903629034
type: object
2903729035
properties:
29036+
displayName:
29037+
type: string
29038+
userName:
29039+
type: string
29040+
dnsValidationRecords:
29041+
type: array
29042+
items:
29043+
$ref: '#/components/schemas/EmailDomainDNSRecord'
29044+
domain:
29045+
type: string
29046+
id:
29047+
type: string
29048+
validationStatus:
29049+
$ref: '#/components/schemas/EmailDomainStatus'
2903829050
_embedded:
2903929051
type: object
2904029052
properties:

0 commit comments

Comments
 (0)