Skip to content

Commit

Permalink
Merge pull request #418 from okta/update-spec
Browse files Browse the repository at this point in the history
update spec
  • Loading branch information
duytiennguyen-okta committed Nov 28, 2023
2 parents e8f7d22 + 7019167 commit 65eaaba
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .generator/okta-management-APIs-oasv3-enum-inheritance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29031,10 +29031,22 @@ components:
description: The subdomain for the email sender's custom mail domain
default: mail
EmailDomainResponseWithEmbedded:
allOf:
- $ref: '#/components/schemas/EmailDomainResponse'
type: object
properties:
displayName:
type: string
userName:
type: string
dnsValidationRecords:
type: array
items:
$ref: '#/components/schemas/EmailDomainDNSRecord'
domain:
type: string
id:
type: string
validationStatus:
$ref: '#/components/schemas/EmailDomainStatus'
_embedded:
type: object
properties:
Expand Down

0 comments on commit 65eaaba

Please sign in to comment.