Skip to content

Commit eab60b4

Browse files
Merge pull request #1676 from okta/OKTA-1110557
OKTA-1110557: Update Email Server API response schema definitions
2 parents fcb1c5b + b58cb7b commit eab60b4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/swagger/api.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11508,7 +11508,7 @@ paths:
1150811508
content:
1150911509
application/json:
1151011510
schema:
11511-
$ref: '#/components/schemas/EmailServerListResponse'
11511+
$ref: '#/components/schemas/EmailServerResponse'
1151211512
'403':
1151311513
$ref: '#/components/responses/ErrorAccessDenied403'
1151411514
'404':
@@ -64672,12 +64672,9 @@ components:
6467264672
defaultContent:
6467364673
$ref: '#/components/schemas/HrefObject'
6467464674
EmailServerListResponse:
64675-
type: object
64676-
properties:
64677-
email-servers:
64678-
type: array
64679-
items:
64680-
$ref: '#/components/schemas/EmailServerResponse'
64675+
type: array
64676+
items:
64677+
$ref: '#/components/schemas/EmailServerResponse'
6468164678
EmailServerPost:
6468264679
allOf:
6468364680
- $ref: '#/components/schemas/EmailServerRequest'

0 commit comments

Comments
 (0)