diff options
author | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2014-04-05 08:36:47 +0200 |
---|---|---|
committer | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2014-04-05 08:37:42 +0200 |
commit | 49addad7b5f18776dbd593f628237736e638b28c (patch) | |
tree | 76f4b72c20dd8e92d596dd619791e81076d79fd0 /doc/api/notes.md | |
parent | 1f1cfc9eba6d9b60decb4fcd0645fcbfd288925f (diff) | |
download | gitlab-ce-49addad7b5f18776dbd593f628237736e638b28c.tar.gz |
Api-Doc JSON lint
Fixes: #5505
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r-- | doc/api/notes.md | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md index 397aa87aadf..b15ebdd2bac 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -17,7 +17,7 @@ Parameters: { "id": 522, "body": "The solution is rather tricky", - "attachment":null, + "attachment": null, "author": { "id": 1, "username": "john_smith", @@ -77,32 +77,32 @@ Parameters: ```json [ { - "id":302, - "body":"_Status changed to closed_", - "attachment":null, - "author":{ - "id":1, - "username":"pipin", - "email":"admin@example.com", - "name":"Pip", - "state":"active", - "created_at":"2013-09-30T13:46:01Z" + "id": 302, + "body": "_Status changed to closed_", + "attachment": null, + "author": { + "id": 1, + "username": "pipin", + "email": "admin@example.com", + "name": "Pip", + "state": "active", + "created_at": "2013-09-30T13:46:01Z" }, - "created_at":"2013-10-02T09:22:45Z" + "created_at": "2013-10-02T09:22:45Z" }, { - "id":305, - "body":"Text of the comment\r\n", - "attachment":null, - "author":{ - "id":1, - "username":"pipin", - "email":"admin@example.com", - "name":"Pip", - "state":"active", - "created_at":"2013-09-30T13:46:01Z" + "id": 305, + "body": "Text of the comment\r\n", + "attachment": null, + "author": { + "id": 1, + "username": "pipin", + "email": "admin@example.com", + "name": "Pip", + "state": "active", + "created_at": "2013-09-30T13:46:01Z" }, - "created_at":"2013-10-02T09:56:03Z" + "created_at": "2013-10-02T09:56:03Z" } ] ``` @@ -169,20 +169,20 @@ Parameters: ```json { - "id":52, - "title":"Snippet", - "file_name":"snippet.rb", - "author":{ - "id":1, - "username":"pipin", - "email":"admin@example.com", - "name":"Pip", - "state":"active", - "created_at":"2013-09-30T13:46:01Z" + "id": 52, + "title": "Snippet", + "file_name": "snippet.rb", + "author": { + "id": 1, + "username": "pipin", + "email": "admin@example.com", + "name": "Pip", + "state": "active", + "created_at": "2013-09-30T13:46:01Z" }, - "expires_at":null, - "updated_at":"2013-10-02T07:34:20Z", - "created_at":"2013-10-02T07:34:20Z" + "expires_at": null, + "updated_at": "2013-10-02T07:34:20Z", + "created_at": "2013-10-02T07:34:20Z" } ``` @@ -233,18 +233,18 @@ Parameters: ```json { - "id":301, - "body":"Comment for MR", - "attachment":null, - "author":{ - "id":1, - "username":"pipin", - "email":"admin@example.com", - "name":"Pip", - "state":"active", - "created_at":"2013-09-30T13:46:01Z" + "id": 301, + "body": "Comment for MR", + "attachment": null, + "author": { + "id": 1, + "username": "pipin", + "email": "admin@example.com", + "name": "Pip", + "state": "active", + "created_at": "2013-09-30T13:46:01Z" }, - "created_at":"2013-10-02T08:57:14Z" + "created_at": "2013-10-02T08:57:14Z" } ``` |