From 30e51ad136fabfb4714718acbafd3f91302e95a2 Mon Sep 17 00:00:00 2001 From: Andrew Prokhorenkov Date: Tue, 19 Dec 2017 22:30:35 +0200 Subject: [PATCH] fix missing comma in documentation output example --- docs/sources/http_api/user.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/http_api/user.md b/docs/sources/http_api/user.md index ba8afd4db22..134c1842851 100644 --- a/docs/sources/http_api/user.md +++ b/docs/sources/http_api/user.md @@ -156,7 +156,7 @@ HTTP/1.1 200 Content-Type: application/json { - "email": "user@mygraf.com" + "email": "user@mygraf.com", "name": "admin", "login": "admin", "theme": "light", @@ -409,4 +409,4 @@ HTTP/1.1 200 Content-Type: application/json {"message":"Dashboard unstarred"} -``` \ No newline at end of file +```