Skip to content

Commit b58cb7b

Browse files
OKTA-1110557: Update api.yaml with latest API definitions
1 parent 9e9e85c commit b58cb7b

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

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)