Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kernel_gateway/jupyter_websocket/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
"type": "string",
"description": "Unique name for kernel"
},
"KernelSpecFile": {
"spec": {
"$ref": "#/definitions/KernelSpecFile",
"description": "Kernel spec json file"
},
Expand Down
2 changes: 1 addition & 1 deletion kernel_gateway/jupyter_websocket/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ definitions:
name:
type: string
description: Unique name for kernel
KernelSpecFile:
spec:
$ref: "#/definitions/KernelSpecFile"
description: Kernel spec json file
resources:
Expand Down
Loading