Files
jupyterhub/docs/source/reference/rest-api.md
Min RK 8813bb63d4 update to openapi 3.0
easier to implement oneOf schemas

document scopes, session_id in /api/user model
2021-11-17 09:44:38 +01:00

774 B

JupyterHub REST API

Below is an interactive view of JupyterHub's OpenAPI specification.

<script src="https://cdn.jsdelivr.net/npm/swagger-ui-dist@4.1/swagger-ui-bundle.js"></script>
<script> const ui = SwaggerUIBundle({ url: '../_static/rest-api.yml', dom_id: '#openapi-ui', presets: [ SwaggerUIBundle.presets.apis, SwaggerUIBundle.SwaggerUIStandalonePreset ], layout: "BaseLayout", deepLinking: true, showExtensions: true, showCommonExtensions: true, }); </script>