mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
Correct invalid JSON pointers
This commit is contained in:
@@ -310,7 +310,7 @@ paths:
|
|||||||
'200':
|
'200':
|
||||||
description: The user identified by the API token
|
description: The user identified by the API token
|
||||||
schema:
|
schema:
|
||||||
$ref: '#!/definitions/User'
|
$ref: '#/definitions/User'
|
||||||
/authorizations/cookie/{cookie_name}/{cookie_value}:
|
/authorizations/cookie/{cookie_name}/{cookie_value}:
|
||||||
get:
|
get:
|
||||||
summary: Identify a user from a cookie
|
summary: Identify a user from a cookie
|
||||||
@@ -328,7 +328,7 @@ paths:
|
|||||||
'200':
|
'200':
|
||||||
description: The user identified by the cookie
|
description: The user identified by the cookie
|
||||||
schema:
|
schema:
|
||||||
$ref: '#!/definitions/User'
|
$ref: '#/definitions/User'
|
||||||
/shutdown:
|
/shutdown:
|
||||||
post:
|
post:
|
||||||
summary: Shutdown the Hub
|
summary: Shutdown the Hub
|
||||||
|
Reference in New Issue
Block a user