From 109b43cc77cf3ec89e924e428c148a5188b1c8f2 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 19 Jul 2015 18:42:22 +0200 Subject: [PATCH] README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a4c28..af70c7a 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,18 @@ Params: * Code ```200```: A json which contains gist's information Example: ```javascript -{"url":"https:\/\/gist.deblan.org\/en\/view\/55abcfa7771e0\/f4afbf72967dd95e3461490dcaa310d728d6a97d","gist":{"Id":66,"Title":"test prod","Cipher":false,"Type":"javascript","File":"55abcfa7771e0","CreatedAt":"2015-07-19T16:26:15Z","UpdatedAt":"2015-07-19T16:26:15Z"}} +{ + "url":"https:\/\/gist.deblan.org\/en\/view\/55abcfa7771e0\/f4afbf72967dd95e3461490dcaa310d728d6a97d", + "gist": { + "Id":66, + "Title": "test prod", + "Cipher": false, + "Type": "javascript", + "File": "55abcfa7771e0", + "CreatedAt": "2015-07-19T16:26:15Z", + "UpdatedAt": "2015-07-19T16:26:15Z" + } +} ``` * Code ```405```: Method Not Allowed * Code ```400```: Bad Request