From 61e91a181e85c22cedb8ea1d7ca207e6b48fc62e Mon Sep 17 00:00:00 2001 From: Richard Scothern Date: Tue, 24 May 2016 11:04:31 -0700 Subject: [PATCH] Merge pull request #1741 from leonhartX/master fix broken markdown (cherry picked from commit b9d6c7c9fbd8b2db7902f0bab1f882565f848565) Signed-off-by: Sven Dowideit --- docs/spec/auth/oauth.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/spec/auth/oauth.md b/docs/spec/auth/oauth.md index b0f9a13f..1b4c0d9c 100644 --- a/docs/spec/auth/oauth.md +++ b/docs/spec/auth/oauth.md @@ -171,11 +171,11 @@ HTTP/1.1 200 OK Content-Type: application/json {"refresh_token":"kas9Da81Dfa8","access_token":"eyJhbGciOiJFUzI1NiIsInR5","expires_in":"900","scope":""} -```` +``` #### Example refreshing an Access Token -```` +``` POST /token HTTP/1.1 Host: auth.docker.io Content-Type: application/x-www-form-urlencoded @@ -186,5 +186,5 @@ HTTP/1.1 200 OK Content-Type: application/json {"refresh_token":"kas9Da81Dfa8","access_token":"eyJhbGciOiJFUzI1NiIsInR5":"expires_in":"900","scope":"repository:samalba/my-app:pull,repository:samalba/my-app:push"} -```` +```