Merge branch 'api-docs-typos' into 'master'
Fix typos in API documentation See merge request !4949
This commit is contained in:
commit
92772f85c1
2 changed files with 51 additions and 44 deletions
|
@ -49,8 +49,8 @@ Parameters:
|
|||
"state": "active",
|
||||
"created_at": "2012-04-29T08:46:00Z"
|
||||
},
|
||||
"source_project_id": "2",
|
||||
"target_project_id": "3",
|
||||
"source_project_id": 2,
|
||||
"target_project_id": 3,
|
||||
"labels": [ ],
|
||||
"description": "fixed login page css paddings",
|
||||
"work_in_progress": false,
|
||||
|
@ -113,8 +113,8 @@ Parameters:
|
|||
"state": "active",
|
||||
"created_at": "2012-04-29T08:46:00Z"
|
||||
},
|
||||
"source_project_id": "2",
|
||||
"target_project_id": "3",
|
||||
"source_project_id": 2,
|
||||
"target_project_id": 3,
|
||||
"labels": [ ],
|
||||
"description": "fixed login page css paddings",
|
||||
"work_in_progress": false,
|
||||
|
|
|
@ -64,6 +64,7 @@ Parameters:
|
|||
"builds_enabled": true,
|
||||
"wiki_enabled": true,
|
||||
"snippets_enabled": false,
|
||||
"container_registry_enabled": false,
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
|
@ -113,6 +114,7 @@ Parameters:
|
|||
"builds_enabled": true,
|
||||
"wiki_enabled": true,
|
||||
"snippets_enabled": false,
|
||||
"container_registry_enabled": false,
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
|
@ -237,6 +239,7 @@ Parameters:
|
|||
"builds_enabled": true,
|
||||
"wiki_enabled": true,
|
||||
"snippets_enabled": false,
|
||||
"container_registry_enabled": false,
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
|
@ -555,6 +558,7 @@ Example response:
|
|||
"builds_enabled": true,
|
||||
"wiki_enabled": true,
|
||||
"snippets_enabled": false,
|
||||
"container_registry_enabled": false,
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
|
@ -620,6 +624,7 @@ Example response:
|
|||
"builds_enabled": true,
|
||||
"wiki_enabled": true,
|
||||
"snippets_enabled": false,
|
||||
"container_registry_enabled": false,
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
|
@ -694,6 +699,7 @@ Example response:
|
|||
"builds_enabled": true,
|
||||
"wiki_enabled": true,
|
||||
"snippets_enabled": false,
|
||||
"container_registry_enabled": false,
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
|
@ -779,6 +785,7 @@ Example response:
|
|||
"builds_enabled": true,
|
||||
"wiki_enabled": true,
|
||||
"snippets_enabled": false,
|
||||
"container_registry_enabled": false,
|
||||
"created_at": "2013-09-30T13:46:02Z",
|
||||
"last_activity_at": "2013-09-30T13:46:02Z",
|
||||
"creator_id": 3,
|
||||
|
@ -991,11 +998,11 @@ Parameters:
|
|||
"id": 1,
|
||||
"url": "http://example.com/hook",
|
||||
"project_id": 3,
|
||||
"push_events": "true",
|
||||
"issues_events": "true",
|
||||
"merge_requests_events": "true",
|
||||
"note_events": "true",
|
||||
"enable_ssl_verification": "true",
|
||||
"push_events": true,
|
||||
"issues_events": true,
|
||||
"merge_requests_events": true,
|
||||
"note_events": true,
|
||||
"enable_ssl_verification": true,
|
||||
"created_at": "2012-10-12T17:04:47Z"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue