From 499ba89f07fe580b481c0ada1d8ee12f276c3d0c Mon Sep 17 00:00:00 2001 From: Will Starms Date: Thu, 28 Jul 2016 22:25:38 -0500 Subject: [PATCH] Correct invalid JSON pointers --- docs/rest-api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rest-api.yml b/docs/rest-api.yml index 01b77454..6a67ec92 100644 --- a/docs/rest-api.yml +++ b/docs/rest-api.yml @@ -310,7 +310,7 @@ paths: '200': description: The user identified by the API token schema: - $ref: '#!/definitions/User' + $ref: '#/definitions/User' /authorizations/cookie/{cookie_name}/{cookie_value}: get: summary: Identify a user from a cookie @@ -328,7 +328,7 @@ paths: '200': description: The user identified by the cookie schema: - $ref: '#!/definitions/User' + $ref: '#/definitions/User' /shutdown: post: summary: Shutdown the Hub