summaryrefslogtreecommitdiff
path: root/doc/api/system_hooks.md
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2014-04-05 08:36:47 +0200
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2014-04-05 08:37:42 +0200
commit49addad7b5f18776dbd593f628237736e638b28c (patch)
tree76f4b72c20dd8e92d596dd619791e81076d79fd0 /doc/api/system_hooks.md
parent1f1cfc9eba6d9b60decb4fcd0645fcbfd288925f (diff)
downloadgitlab-ce-49addad7b5f18776dbd593f628237736e638b28c.tar.gz
Api-Doc JSON lint
Fixes: #5505
Diffstat (limited to 'doc/api/system_hooks.md')
-rw-r--r--doc/api/system_hooks.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/system_hooks.md b/doc/api/system_hooks.md
index 2e87ada1d70..d4c45ea9bbd 100644
--- a/doc/api/system_hooks.md
+++ b/doc/api/system_hooks.md
@@ -17,9 +17,9 @@ Parameters:
```json
[
{
- "id":3,
- "url":"http://example.com/hook",
- "created_at":"2013-10-02T10:15:31Z"
+ "id": 3,
+ "url": "http://example.com/hook",
+ "created_at": "2013-10-02T10:15:31Z"
}
]
```
@@ -47,12 +47,12 @@ Parameters:
```json
{
- "event_name":"project_create",
- "name":"Ruby",
- "path":"ruby",
- "project_id":1,
- "owner_name":"Someone",
- "owner_email":"example@gitlabhq.com"
+ "event_name": "project_create",
+ "name": "Ruby",
+ "path": "ruby",
+ "project_id": 1,
+ "owner_name": "Someone",
+ "owner_email": "example@gitlabhq.com"
}
```