Skip to content

Commit 1a56aaa

Browse files
committed
fix(model-server): fix regression of content explorer showing no content
1 parent d8363c1 commit 1a56aaa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api/model-server-html.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ paths:
5959
type: string
6060
requestBody:
6161
content:
62-
'*/*':
62+
'application/json':
6363
schema:
6464
$ref: "#/components/schemas/ContentExplorerExpandedNodes"
6565
required: true
@@ -244,8 +244,6 @@ components:
244244
type: string
245245
expandAll:
246246
type: boolean
247-
required:
248-
- "expandedNodeIds"
249247
Function1:
250248
type: object
251249
properties: {}

0 commit comments

Comments
 (0)