Update snippets and merge request api documentation
This commit is contained in:
parent
f22e6c917d
commit
5e96d07021
2 changed files with 15 additions and 20 deletions
|
@ -19,14 +19,13 @@ Parameters:
|
|||
"source_branch":"test1",
|
||||
"project_id":3,
|
||||
"title":"test1",
|
||||
"closed":true,
|
||||
"merged":false,
|
||||
"state":"opened",
|
||||
"author":{
|
||||
"id":1,
|
||||
"username": "admin",
|
||||
"email":"admin@local.host",
|
||||
"name":"Administrator",
|
||||
"blocked":false,
|
||||
"state":"active",
|
||||
"created_at":"2012-04-29T08:46:00Z"
|
||||
},
|
||||
"assignee":{
|
||||
|
@ -34,7 +33,7 @@ Parameters:
|
|||
"username": "admin",
|
||||
"email":"admin@local.host",
|
||||
"name":"Administrator",
|
||||
"blocked":false,
|
||||
"state":"active",
|
||||
"created_at":"2012-04-29T08:46:00Z"
|
||||
}
|
||||
}
|
||||
|
@ -62,14 +61,13 @@ Parameters:
|
|||
"source_branch":"test1",
|
||||
"project_id":3,
|
||||
"title":"test1",
|
||||
"closed":true,
|
||||
"merged":false,
|
||||
"state":"merged",
|
||||
"author":{
|
||||
"id":1,
|
||||
"username": "admin",
|
||||
"email":"admin@local.host",
|
||||
"name":"Administrator",
|
||||
"blocked":false,
|
||||
"state":"active",
|
||||
"created_at":"2012-04-29T08:46:00Z"
|
||||
},
|
||||
"assignee":{
|
||||
|
@ -77,7 +75,7 @@ Parameters:
|
|||
"username": "admin",
|
||||
"email":"admin@local.host",
|
||||
"name":"Administrator",
|
||||
"blocked":false,
|
||||
"state":"active",
|
||||
"created_at":"2012-04-29T08:46:00Z"
|
||||
}
|
||||
}
|
||||
|
@ -97,7 +95,7 @@ Parameters:
|
|||
+ `id` (required) - The ID of a project
|
||||
+ `source_branch` (required) - The source branch
|
||||
+ `target_branch` (required) - The target branch
|
||||
+ `assignee_id` - Assignee user ID
|
||||
+ `assignee_id` (optional) - Assignee user ID
|
||||
+ `title` (required) - Title of MR
|
||||
|
||||
```json
|
||||
|
@ -107,14 +105,13 @@ Parameters:
|
|||
"source_branch":"test1",
|
||||
"project_id":3,
|
||||
"title":"test1",
|
||||
"closed":true,
|
||||
"merged":false,
|
||||
"state":"opened",
|
||||
"author":{
|
||||
"id":1,
|
||||
"username": "admin",
|
||||
"email":"admin@local.host",
|
||||
"name":"Administrator",
|
||||
"blocked":false,
|
||||
"state":"active",
|
||||
"created_at":"2012-04-29T08:46:00Z"
|
||||
},
|
||||
"assignee":{
|
||||
|
@ -122,7 +119,7 @@ Parameters:
|
|||
"username": "admin",
|
||||
"email":"admin@local.host",
|
||||
"name":"Administrator",
|
||||
"blocked":false,
|
||||
"state":"active",
|
||||
"created_at":"2012-04-29T08:46:00Z"
|
||||
}
|
||||
}
|
||||
|
@ -145,24 +142,22 @@ Parameters:
|
|||
+ `target_branch` - The target branch
|
||||
+ `assignee_id` - Assignee user ID
|
||||
+ `title` - Title of MR
|
||||
+ `closed` - Status of MR. true - closed
|
||||
|
||||
|
||||
```json
|
||||
|
||||
{
|
||||
"id":1,
|
||||
"target_branch":"master",
|
||||
"source_branch":"test1",
|
||||
"project_id":3,
|
||||
"title":"test1",
|
||||
"closed":true,
|
||||
"merged":false,
|
||||
"state":"opened",
|
||||
"author":{
|
||||
"id":1,
|
||||
"username": "admin",
|
||||
"email":"admin@local.host",
|
||||
"name":"Administrator",
|
||||
"blocked":false,
|
||||
"state":"active",
|
||||
"created_at":"2012-04-29T08:46:00Z"
|
||||
},
|
||||
"assignee":{
|
||||
|
@ -170,7 +165,7 @@ Parameters:
|
|||
"username": "admin",
|
||||
"email":"admin@local.host",
|
||||
"name":"Administrator",
|
||||
"blocked":false,
|
||||
"state":"active",
|
||||
"created_at":"2012-04-29T08:46:00Z"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ Parameters:
|
|||
"username": "john_smith",
|
||||
"email": "john@example.com",
|
||||
"name": "John Smith",
|
||||
"blocked": false,
|
||||
"state": "active",
|
||||
"created_at": "2012-05-23T08:00:58Z"
|
||||
},
|
||||
"expires_at": null,
|
||||
|
|
Loading…
Reference in a new issue