File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments