We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/api/
1 parent c5dc0f6 commit c083309Copy full SHA for c083309
jupyter_server/services/api/api.yaml
@@ -63,6 +63,22 @@ parameters:
63
type: string
64
65
paths:
66
+ /api/:
67
+ get:
68
+ summary: Get the Jupyter Server version
69
+ description: |
70
+ This endpoint returns only the Jupyter Server version.
71
+ It does not require any authentication.
72
+ responses:
73
+ 200:
74
+ description: Jupyter Server version information
75
+ schema:
76
+ type: object
77
+ properties:
78
+ version:
79
+ type: string
80
+ description: The Jupyter Server version number as a string.
81
+
82
/api/contents/{path}:
83
parameters:
84
- $ref: "#/parameters/path"
0 commit comments