projects.md 36.1 KB
Newer Older
M
Marin Jankovski 已提交
1
# Projects
2

3 4 5 6

### Project visibility level

Project in GitLab has be either private, internal or public.
7
You can determine it by `visibility` field in project.
8 9 10

Constants for project visibility levels are next:

11
* `private`:
12 13
  Project access must be granted explicitly for each user.

14
* `internal`:
15
  The project can be cloned by any logged in user.
16

17
* `public`:
18 19 20
  The project can be cloned without any authentication.


21
## List projects
N
Nihad Abbasov 已提交
22

23
Get a list of projects for which the authenticated user is a member.
N
Nihad Abbasov 已提交
24 25 26 27 28

```
GET /projects
```

29 30
Parameters:

31 32 33 34 35 36
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `archived` | boolean | no | Limit by archived status |
| `visibility` | string | no | Limit by visibility `public`, `internal`, or `private` |
| `order_by` | string | no | Return projects ordered by `id`, `name`, `path`, `created_at`, `updated_at`, or `last_activity_at` fields. Default is `created_at` |
| `sort` | string | no | Return projects sorted in `asc` or `desc` order. Default is `desc` |
37
| `search` | string | no | Return list of projects matching the search criteria |
38
| `simple` | boolean | no | Return only the ID, URL, name, and path of each project |
T
Toon Claes 已提交
39
| `owned` | boolean | no | Limit by projects owned by the current user |
40
| `membership` | boolean | no | Limit by projects that the current user is a member of |
T
Toon Claes 已提交
41
| `starred` | boolean | no | Limit by projects starred by the current user |
42

N
Nihad Abbasov 已提交
43 44 45
```json
[
  {
M
Marin Jankovski 已提交
46
    "id": 4,
N
Nihad Abbasov 已提交
47 48
    "description": null,
    "default_branch": "master",
49
    "visibility": "private",
M
Marin Jankovski 已提交
50 51 52
    "ssh_url_to_repo": "git@example.com:diaspora/diaspora-client.git",
    "http_url_to_repo": "http://example.com/diaspora/diaspora-client.git",
    "web_url": "http://example.com/diaspora/diaspora-client",
53 54 55 56
    "tag_list": [
      "example",
      "disapora client"
    ],
N
Nihad Abbasov 已提交
57
    "owner": {
M
Marin Jankovski 已提交
58 59
      "id": 3,
      "name": "Diaspora",
B
Ben Boeckel 已提交
60
      "created_at": "2013-09-30T13:46:02Z"
N
Nihad Abbasov 已提交
61
    },
M
Marin Jankovski 已提交
62 63 64 65 66
    "name": "Diaspora Client",
    "name_with_namespace": "Diaspora / Diaspora Client",
    "path": "diaspora-client",
    "path_with_namespace": "diaspora/diaspora-client",
    "issues_enabled": true,
S
Stan Hu 已提交
67
    "open_issues_count": 1,
M
Marin Jankovski 已提交
68
    "merge_requests_enabled": true,
69
    "builds_enabled": true,
N
Nihad Abbasov 已提交
70
    "wiki_enabled": true,
M
Marin Jankovski 已提交
71
    "snippets_enabled": false,
72
    "container_registry_enabled": false,
B
Ben Boeckel 已提交
73 74
    "created_at": "2013-09-30T13:46:02Z",
    "last_activity_at": "2013-09-30T13:46:02Z",
75
    "creator_id": 3,
M
Marin Jankovski 已提交
76 77 78 79
    "namespace": {
      "id": 3,
      "name": "Diaspora",
      "path": "diaspora",
80 81
      "kind": "group",
      "full_path": "diaspora"
82
    },
S
sue445 已提交
83
    "archived": false,
T
Tomasz Maczukin 已提交
84 85 86
    "avatar_url": "http://example.com/uploads/project/avatar/4/uploads/avatar.png",
    "shared_runners_enabled": true,
    "forks_count": 0,
87 88
    "star_count": 0,
    "runners_token": "b8547b1dc37721d05889db52fa2f02",
89
    "public_builds": true,
90
    "shared_with_groups": [],
J
James Lopez 已提交
91
    "only_allow_merge_if_pipeline_succeeds": false,
92
    "only_allow_merge_if_all_discussions_are_resolved": false,
93
    "request_access_enabled": false
N
Nihad Abbasov 已提交
94 95
  },
  {
M
Marin Jankovski 已提交
96
    "id": 6,
N
Nihad Abbasov 已提交
97
    "description": null,
M
Marin Jankovski 已提交
98
    "default_branch": "master",
99
    "visibility": "private",
M
Marin Jankovski 已提交
100 101 102
    "ssh_url_to_repo": "git@example.com:brightbox/puppet.git",
    "http_url_to_repo": "http://example.com/brightbox/puppet.git",
    "web_url": "http://example.com/brightbox/puppet",
103 104 105 106
    "tag_list": [
      "example",
      "puppet"
    ],
J
Johannes Schleifenbaum 已提交
107
    "owner": {
M
Marin Jankovski 已提交
108 109 110
      "id": 4,
      "name": "Brightbox",
      "created_at": "2013-09-30T13:46:02Z"
N
Nihad Abbasov 已提交
111
    },
M
Marin Jankovski 已提交
112 113 114 115
    "name": "Puppet",
    "name_with_namespace": "Brightbox / Puppet",
    "path": "puppet",
    "path_with_namespace": "brightbox/puppet",
N
Nihad Abbasov 已提交
116
    "issues_enabled": true,
S
Stan Hu 已提交
117
    "open_issues_count": 1,
N
Nihad Abbasov 已提交
118
    "merge_requests_enabled": true,
119
    "builds_enabled": true,
N
Nihad Abbasov 已提交
120
    "wiki_enabled": true,
M
Marin Jankovski 已提交
121
    "snippets_enabled": false,
122
    "container_registry_enabled": false,
M
Marin Jankovski 已提交
123 124
    "created_at": "2013-09-30T13:46:02Z",
    "last_activity_at": "2013-09-30T13:46:02Z",
125
    "creator_id": 3,
J
Johannes Schleifenbaum 已提交
126
    "namespace": {
M
Marin Jankovski 已提交
127 128 129
      "id": 4,
      "name": "Brightbox",
      "path": "brightbox",
130 131
      "kind": "group",
      "full_path": "brightbox"
132
    },
133 134 135 136 137 138 139 140 141 142
    "permissions": {
      "project_access": {
        "access_level": 10,
        "notification_level": 3
      },
      "group_access": {
        "access_level": 50,
        "notification_level": 3
      }
    },
S
sue445 已提交
143
    "archived": false,
T
Tomasz Maczukin 已提交
144 145 146 147
    "avatar_url": null,
    "shared_runners_enabled": true,
    "forks_count": 0,
    "star_count": 0,
148
    "runners_token": "b8547b1dc37721d05889db52fa2f02",
149
    "public_builds": true,
150
    "shared_with_groups": [],
J
James Lopez 已提交
151
    "only_allow_merge_if_pipeline_succeeds": false,
152
    "only_allow_merge_if_all_discussions_are_resolved": false,
153
    "request_access_enabled": false
N
Nihad Abbasov 已提交
154 155 156 157
  }
]
```

158
### Get single project
N
Nihad Abbasov 已提交
159

160
Get a specific project, identified by project ID or NAMESPACE/PROJECT_NAME, which is owned by the authenticated user.
161 162
If using namespaced projects call make sure that the NAMESPACE/PROJECT_NAME is URL-encoded, eg. `/api/v3/projects/diaspora%2Fdiaspora` (where `/` is represented by `%2F`). This endpoint can be accessed without authentication if
the project is publicly accessible.
N
Nihad Abbasov 已提交
163 164 165 166 167 168 169

```
GET /projects/:id
```

Parameters:

170 171 172
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or NAMESPACE/PROJECT_NAME of the project |
N
Nihad Abbasov 已提交
173

A
Alex Denisov 已提交
174 175
```json
{
M
Marin Jankovski 已提交
176
  "id": 3,
A
Alex Denisov 已提交
177
  "description": null,
M
Marin Jankovski 已提交
178
  "default_branch": "master",
179
  "visibility": "private",
M
Marin Jankovski 已提交
180 181 182
  "ssh_url_to_repo": "git@example.com:diaspora/diaspora-project-site.git",
  "http_url_to_repo": "http://example.com/diaspora/diaspora-project-site.git",
  "web_url": "http://example.com/diaspora/diaspora-project-site",
183 184 185 186
  "tag_list": [
    "example",
    "disapora project"
  ],
A
Alex Denisov 已提交
187
  "owner": {
M
Marin Jankovski 已提交
188 189
    "id": 3,
    "name": "Diaspora",
B
Ben Boeckel 已提交
190
    "created_at": "2013-09-30T13:46:02Z"
A
Alex Denisov 已提交
191
  },
M
Marin Jankovski 已提交
192 193 194 195
  "name": "Diaspora Project Site",
  "name_with_namespace": "Diaspora / Diaspora Project Site",
  "path": "diaspora-project-site",
  "path_with_namespace": "diaspora/diaspora-project-site",
A
Alex Denisov 已提交
196
  "issues_enabled": true,
S
Stan Hu 已提交
197
  "open_issues_count": 1,
A
Alex Denisov 已提交
198
  "merge_requests_enabled": true,
199
  "builds_enabled": true,
A
Alex Denisov 已提交
200
  "wiki_enabled": true,
M
Marin Jankovski 已提交
201
  "snippets_enabled": false,
202
  "container_registry_enabled": false,
B
Ben Boeckel 已提交
203 204
  "created_at": "2013-09-30T13:46:02Z",
  "last_activity_at": "2013-09-30T13:46:02Z",
205
  "creator_id": 3,
M
Marin Jankovski 已提交
206 207 208 209
  "namespace": {
    "id": 3,
    "name": "Diaspora",
    "path": "diaspora",
210 211
    "kind": "group",
    "full_path": "diaspora"
J
Johannes Schleifenbaum 已提交
212
  },
D
Dmitriy Zaporozhets 已提交
213 214 215 216 217 218 219 220 221
  "permissions": {
    "project_access": {
      "access_level": 10,
      "notification_level": 3
    },
    "group_access": {
      "access_level": 50,
      "notification_level": 3
    }
222
  },
S
sue445 已提交
223
  "archived": false,
T
Tomasz Maczukin 已提交
224 225 226 227
  "avatar_url": "http://example.com/uploads/project/avatar/3/uploads/avatar.png",
  "shared_runners_enabled": true,
  "forks_count": 0,
  "star_count": 0,
228 229 230 231 232 233 234 235 236 237 238 239 240
  "runners_token": "b8bc4a7a29eb76ea83cf79e4908c2b",
  "public_builds": true,
  "shared_with_groups": [
    {
      "group_id": 4,
      "group_name": "Twitter",
      "group_access_level": 30
    },
    {
      "group_id": 3,
      "group_name": "Gitlab Org",
      "group_access_level": 10
    }
241
  ],
J
James Lopez 已提交
242
  "only_allow_merge_if_pipeline_succeeds": false,
243
  "only_allow_merge_if_all_discussions_are_resolved": false,
244
  "request_access_enabled": false
A
Alex Denisov 已提交
245 246 247
}
```

248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
## Get project users

Get the users list of a project.


Parameters:

| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `search` | string | no | Search for specific users |

```
GET /projects/:id/users
```

```json
[
  {
    "id": 1,
    "username": "john_smith",
    "name": "John Smith",
    "state": "active",
    "avatar_url": "http://localhost:3000/uploads/user/avatar/1/cd8.jpeg",
    "web_url": "http://localhost:3000/john_smith"
  },
  {
    "id": 2,
    "username": "jack_smith",
    "name": "Jack Smith",
    "state": "blocked",
    "avatar_url": "http://gravatar.com/../e32131cd8.jpeg",
    "web_url": "http://localhost:3000/jack_smith"
  }
]
```

D
Dmitriy Zaporozhets 已提交
284 285
### Get project events

286 287 288
Get the events for the specified project sorted from newest to oldest. This
endpoint can be accessed without authentication if the project is publicly
accessible.
D
Dmitriy Zaporozhets 已提交
289 290 291 292 293 294 295

```
GET /projects/:id/events
```

Parameters:

296 297 298
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or NAMESPACE/PROJECT_NAME of the project |
D
Dmitriy Zaporozhets 已提交
299 300

```json
J
Johannes Schleifenbaum 已提交
301 302 303 304 305 306 307 308 309
[
  {
    "title": null,
    "project_id": 15,
    "action_name": "closed",
    "target_id": 830,
    "target_type": "Issue",
    "author_id": 1,
    "data": null,
D
Dmitriy Zaporozhets 已提交
310 311 312 313 314 315 316
    "target_title": "Public project search field",
    "author": {
      "name": "Dmitriy Zaporozhets",
      "username": "root",
      "id": 1,
      "state": "active",
      "avatar_url": "http://localhost:3000/uploads/user/avatar/1/fox_avatar.png",
317
      "web_url": "http://localhost:3000/root"
D
Dmitriy Zaporozhets 已提交
318 319
    },
    "author_username": "root"
J
Johannes Schleifenbaum 已提交
320 321 322 323 324 325 326 327
  },
  {
    "title": null,
    "project_id": 15,
    "action_name": "opened",
    "target_id": null,
    "target_type": null,
    "author_id": 1,
D
Dmitriy Zaporozhets 已提交
328 329 330 331 332 333
    "author": {
      "name": "Dmitriy Zaporozhets",
      "username": "root",
      "id": 1,
      "state": "active",
      "avatar_url": "http://localhost:3000/uploads/user/avatar/1/fox_avatar.png",
334
      "web_url": "http://localhost:3000/root"
D
Dmitriy Zaporozhets 已提交
335
    },
336
    "author_username": "john",
J
Johannes Schleifenbaum 已提交
337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361
    "data": {
      "before": "50d4420237a9de7be1304607147aec22e4a14af7",
      "after": "c5feabde2d8cd023215af4d2ceeb7a64839fc428",
      "ref": "refs/heads/master",
      "user_id": 1,
      "user_name": "Dmitriy Zaporozhets",
      "repository": {
        "name": "gitlabhq",
        "url": "git@dev.gitlab.org:gitlab/gitlabhq.git",
        "description": "GitLab: self hosted Git management software. \r\nDistributed under the MIT License.",
        "homepage": "https://dev.gitlab.org/gitlab/gitlabhq"
      },
      "commits": [
        {
          "id": "c5feabde2d8cd023215af4d2ceeb7a64839fc428",
          "message": "Add simple search to projects in public area",
          "timestamp": "2013-05-13T18:18:08+00:00",
          "url": "https://dev.gitlab.org/gitlab/gitlabhq/commit/c5feabde2d8cd023215af4d2ceeb7a64839fc428",
          "author": {
            "name": "Dmitriy Zaporozhets",
            "email": "dmitriy.zaporozhets@gmail.com"
          }
        }
      ],
      "total_commits_count": 1
D
Dmitriy Zaporozhets 已提交
362
    },
J
Johannes Schleifenbaum 已提交
363
    "target_title": null
D
Dmitriy Zaporozhets 已提交
364
  },
J
Johannes Schleifenbaum 已提交
365 366 367 368 369 370 371 372
  {
    "title": null,
    "project_id": 15,
    "action_name": "closed",
    "target_id": 840,
    "target_type": "Issue",
    "author_id": 1,
    "data": null,
D
Dmitriy Zaporozhets 已提交
373 374 375 376 377 378 379
    "target_title": "Finish & merge Code search PR",
    "author": {
      "name": "Dmitriy Zaporozhets",
      "username": "root",
      "id": 1,
      "state": "active",
      "avatar_url": "http://localhost:3000/uploads/user/avatar/1/fox_avatar.png",
380
      "web_url": "http://localhost:3000/root"
D
Dmitriy Zaporozhets 已提交
381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403
    },
    "author_username": "root"
  },
  {
    "title": null,
    "project_id": 15,
    "action_name": "commented on",
    "target_id": 1312,
    "target_type": "Note",
    "author_id": 1,
    "data": null,
    "target_title": null,
    "created_at": "2015-12-04T10:33:58.089Z",
    "note": {
      "id": 1312,
      "body": "What an awesome day!",
      "attachment": null,
      "author": {
        "name": "Dmitriy Zaporozhets",
        "username": "root",
        "id": 1,
        "state": "active",
        "avatar_url": "http://localhost:3000/uploads/user/avatar/1/fox_avatar.png",
404
        "web_url": "http://localhost:3000/root"
D
Dmitriy Zaporozhets 已提交
405 406 407 408 409 410 411 412 413 414 415 416
      },
      "created_at": "2015-12-04T10:33:56.698Z",
      "system": false,
      "noteable_id": 377,
      "noteable_type": "Issue"
    },
    "author": {
      "name": "Dmitriy Zaporozhets",
      "username": "root",
      "id": 1,
      "state": "active",
      "avatar_url": "http://localhost:3000/uploads/user/avatar/1/fox_avatar.png",
417
      "web_url": "http://localhost:3000/root"
D
Dmitriy Zaporozhets 已提交
418 419
    },
    "author_username": "root"
J
Johannes Schleifenbaum 已提交
420 421
  }
]
D
Dmitriy Zaporozhets 已提交
422 423
```

424
### Create project
A
Alex Denisov 已提交
425

426
Creates a new project owned by the authenticated user.
A
Alex Denisov 已提交
427 428 429 430 431 432 433

```
POST /projects
```

Parameters:

434 435
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
436 437
| `name` | string | yes if path is not provided | The name of the new project. Equals path if not provided. |
| `path` | string | yes if name is not provided | Repository name for new project. Generated based on name if not provided (generated lowercased with dashes). |
438 439 440 441 442 443 444 445 446
| `namespace_id` | integer | no | Namespace for the new project (defaults to the current user's namespace) |
| `description` | string | no | Short project description |
| `issues_enabled` | boolean | no | Enable issues for this project |
| `merge_requests_enabled` | boolean | no | Enable merge requests for this project |
| `builds_enabled` | boolean | no | Enable builds for this project |
| `wiki_enabled` | boolean | no | Enable wiki for this project |
| `snippets_enabled` | boolean | no | Enable snippets for this project |
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
| `shared_runners_enabled` | boolean | no | Enable shared runners for this project |
447
| `visibility` | String | no | See [project visibility level](#project-visibility-level) |
448 449
| `import_url` | string | no | URL to import repository from |
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
J
James Lopez 已提交
450
| `only_allow_merge_if_pipeline_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
451
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
452 453
| `lfs_enabled` | boolean | no | Enable LFS |
| `request_access_enabled` | boolean | no | Allow users to request member access |
454

455 456
### Create project for user

457
Creates a new project owned by the specified user. Available only for admins.
458 459 460 461 462 463 464

```
POST /projects/user/:user_id
```

Parameters:

465 466 467 468 469
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `user_id` | integer | yes | The user ID of the project owner |
| `name` | string | yes | The name of the new project |
| `path` | string | no | Custom repository name for new project. By default generated based on name |
470
| `default_branch` | string | no | `master` by default |
471 472 473 474 475 476 477 478 479
| `namespace_id` | integer | no | Namespace for the new project (defaults to the current user's namespace) |
| `description` | string | no | Short project description |
| `issues_enabled` | boolean | no | Enable issues for this project |
| `merge_requests_enabled` | boolean | no | Enable merge requests for this project |
| `builds_enabled` | boolean | no | Enable builds for this project |
| `wiki_enabled` | boolean | no | Enable wiki for this project |
| `snippets_enabled` | boolean | no | Enable snippets for this project |
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
| `shared_runners_enabled` | boolean | no | Enable shared runners for this project |
480
| `visibility` | string | no | See [project visibility level](#project-visibility-level) |
481 482
| `import_url` | string | no | URL to import repository from |
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
J
James Lopez 已提交
483
| `only_allow_merge_if_pipeline_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
484
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
485 486
| `lfs_enabled` | boolean | no | Enable LFS |
| `request_access_enabled` | boolean | no | Allow users to request member access |
A
Alex Denisov 已提交
487

488 489
### Edit project

490
Updates an existing project.
491 492 493 494 495 496 497

```
PUT /projects/:id
```

Parameters:

498 499 500 501 502
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or NAMESPACE/PROJECT_NAME of the project |
| `name` | string | yes | The name of the project |
| `path` | string | no | Custom repository name for the project. By default generated based on name |
503
| `default_branch` | string | no | `master` by default |
504 505 506 507 508 509 510 511
| `description` | string | no | Short project description |
| `issues_enabled` | boolean | no | Enable issues for this project |
| `merge_requests_enabled` | boolean | no | Enable merge requests for this project |
| `builds_enabled` | boolean | no | Enable builds for this project |
| `wiki_enabled` | boolean | no | Enable wiki for this project |
| `snippets_enabled` | boolean | no | Enable snippets for this project |
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
| `shared_runners_enabled` | boolean | no | Enable shared runners for this project |
512
| `visibility` | string | no | See [project visibility level](#project-visibility-level) |
513 514
| `import_url` | string | no | URL to import repository from |
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
J
James Lopez 已提交
515
| `only_allow_merge_if_pipeline_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
516
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
517 518
| `lfs_enabled` | boolean | no | Enable LFS |
| `request_access_enabled` | boolean | no | Allow users to request member access |
519

520 521
### Fork project

522
Forks a project into the user namespace of the authenticated user or the one provided.
523 524

```
525
POST /projects/:id/fork
526 527 528 529
```

Parameters:

530 531 532 533
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or NAMESPACE/PROJECT_NAME of the project |
| `namespace` | integer/string | yes | The ID or path of the namespace that the project will be forked to |
534

535 536
### Star a project

537
Stars a given project. Returns status code `304` if the project is already starred.
538 539 540 541 542

```
POST /projects/:id/star
```

543 544
Parameters:

545 546
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
547
| `id` | integer/string | yes | The ID or NAMESPACE/PROJECT_NAME of the project |
548 549

```bash
R
Robert Schilling 已提交
550
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v4/projects/5/star"
551 552 553 554 555 556 557 558 559
```

Example response:

```json
{
  "id": 3,
  "description": null,
  "default_branch": "master",
560
  "visibility": "internal",
561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577
  "ssh_url_to_repo": "git@example.com:diaspora/diaspora-project-site.git",
  "http_url_to_repo": "http://example.com/diaspora/diaspora-project-site.git",
  "web_url": "http://example.com/diaspora/diaspora-project-site",
  "tag_list": [
    "example",
    "disapora project"
  ],
  "name": "Diaspora Project Site",
  "name_with_namespace": "Diaspora / Diaspora Project Site",
  "path": "diaspora-project-site",
  "path_with_namespace": "diaspora/diaspora-project-site",
  "issues_enabled": true,
  "open_issues_count": 1,
  "merge_requests_enabled": true,
  "builds_enabled": true,
  "wiki_enabled": true,
  "snippets_enabled": false,
578
  "container_registry_enabled": false,
B
Ben Boeckel 已提交
579 580
  "created_at": "2013-09-30T13:46:02Z",
  "last_activity_at": "2013-09-30T13:46:02Z",
581 582 583 584 585
  "creator_id": 3,
  "namespace": {
    "id": 3,
    "name": "Diaspora",
    "path": "diaspora",
586 587
    "kind": "group",
    "full_path": "diaspora"
588 589 590 591 592
  },
  "archived": true,
  "avatar_url": "http://example.com/uploads/project/avatar/3/uploads/avatar.png",
  "shared_runners_enabled": true,
  "forks_count": 0,
593 594
  "star_count": 1,
  "public_builds": true,
595
  "shared_with_groups": [],
J
James Lopez 已提交
596
  "only_allow_merge_if_pipeline_succeeds": false,
597
  "only_allow_merge_if_all_discussions_are_resolved": false,
598
  "request_access_enabled": false
599 600 601 602 603
}
```

### Unstar a project

604
Unstars a given project. Returns status code `304` if the project is not starred.
605 606

```
607
POST /projects/:id/unstar
608 609 610 611
```

| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
612
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
613 614

```bash
R
Robert Schilling 已提交
615
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v4/projects/5/unstar"
616 617 618 619 620 621 622 623 624
```

Example response:

```json
{
  "id": 3,
  "description": null,
  "default_branch": "master",
625
  "visibility": "internal",
626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642
  "ssh_url_to_repo": "git@example.com:diaspora/diaspora-project-site.git",
  "http_url_to_repo": "http://example.com/diaspora/diaspora-project-site.git",
  "web_url": "http://example.com/diaspora/diaspora-project-site",
  "tag_list": [
    "example",
    "disapora project"
  ],
  "name": "Diaspora Project Site",
  "name_with_namespace": "Diaspora / Diaspora Project Site",
  "path": "diaspora-project-site",
  "path_with_namespace": "diaspora/diaspora-project-site",
  "issues_enabled": true,
  "open_issues_count": 1,
  "merge_requests_enabled": true,
  "builds_enabled": true,
  "wiki_enabled": true,
  "snippets_enabled": false,
643
  "container_registry_enabled": false,
B
Ben Boeckel 已提交
644 645
  "created_at": "2013-09-30T13:46:02Z",
  "last_activity_at": "2013-09-30T13:46:02Z",
646 647 648 649 650
  "creator_id": 3,
  "namespace": {
    "id": 3,
    "name": "Diaspora",
    "path": "diaspora",
651 652
    "kind": "group",
    "full_path": "diaspora"
653 654 655 656 657
  },
  "archived": true,
  "avatar_url": "http://example.com/uploads/project/avatar/3/uploads/avatar.png",
  "shared_runners_enabled": true,
  "forks_count": 0,
658 659
  "star_count": 0,
  "public_builds": true,
660
  "shared_with_groups": [],
J
James Lopez 已提交
661
  "only_allow_merge_if_pipeline_succeeds": false,
662
  "only_allow_merge_if_all_discussions_are_resolved": false,
663
  "request_access_enabled": false
664 665 666
}
```

667 668
### Archive a project

669
Archives the project if the user is either admin or the project owner of this project. This action is
670 671 672
idempotent, thus archiving an already archived project will not change the project.

```
673
POST /projects/:id/archive
674 675 676 677
```

| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
678
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
679 680

```bash
R
Robert Schilling 已提交
681
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v4/projects/5/archive"
682 683 684 685 686 687 688 689 690
```

Example response:

```json
{
  "id": 3,
  "description": null,
  "default_branch": "master",
691
  "visibility": "private",
692 693 694 695 696 697 698 699 700 701
  "ssh_url_to_repo": "git@example.com:diaspora/diaspora-project-site.git",
  "http_url_to_repo": "http://example.com/diaspora/diaspora-project-site.git",
  "web_url": "http://example.com/diaspora/diaspora-project-site",
  "tag_list": [
    "example",
    "disapora project"
  ],
  "owner": {
    "id": 3,
    "name": "Diaspora",
B
Ben Boeckel 已提交
702
    "created_at": "2013-09-30T13:46:02Z"
703 704 705 706 707 708 709 710 711 712 713
  },
  "name": "Diaspora Project Site",
  "name_with_namespace": "Diaspora / Diaspora Project Site",
  "path": "diaspora-project-site",
  "path_with_namespace": "diaspora/diaspora-project-site",
  "issues_enabled": true,
  "open_issues_count": 1,
  "merge_requests_enabled": true,
  "builds_enabled": true,
  "wiki_enabled": true,
  "snippets_enabled": false,
714
  "container_registry_enabled": false,
B
Ben Boeckel 已提交
715 716
  "created_at": "2013-09-30T13:46:02Z",
  "last_activity_at": "2013-09-30T13:46:02Z",
717 718 719 720 721
  "creator_id": 3,
  "namespace": {
    "id": 3,
    "name": "Diaspora",
    "path": "diaspora",
722 723
    "kind": "group",
    "full_path": "diaspora"
724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739
  },
  "permissions": {
    "project_access": {
      "access_level": 10,
      "notification_level": 3
    },
    "group_access": {
      "access_level": 50,
      "notification_level": 3
    }
  },
  "archived": true,
  "avatar_url": "http://example.com/uploads/project/avatar/3/uploads/avatar.png",
  "shared_runners_enabled": true,
  "forks_count": 0,
  "star_count": 0,
740 741
  "runners_token": "b8bc4a7a29eb76ea83cf79e4908c2b",
  "public_builds": true,
742
  "shared_with_groups": [],
J
James Lopez 已提交
743
  "only_allow_merge_if_pipeline_succeeds": false,
744
  "only_allow_merge_if_all_discussions_are_resolved": false,
745
  "request_access_enabled": false
746 747 748 749 750
}
```

### Unarchive a project

751
Unarchives the project if the user is either admin or the project owner of this project. This action is
752 753 754
idempotent, thus unarchiving an non-archived project will not change the project.

```
S
Sergey Gnuskov 已提交
755
POST /projects/:id/unarchive
756 757 758 759
```

| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
760
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
761 762

```bash
R
Robert Schilling 已提交
763
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v4/projects/5/unarchive"
764 765 766 767 768 769 770 771 772
```

Example response:

```json
{
  "id": 3,
  "description": null,
  "default_branch": "master",
773
  "visibility": "private",
774 775 776 777 778 779 780 781 782 783
  "ssh_url_to_repo": "git@example.com:diaspora/diaspora-project-site.git",
  "http_url_to_repo": "http://example.com/diaspora/diaspora-project-site.git",
  "web_url": "http://example.com/diaspora/diaspora-project-site",
  "tag_list": [
    "example",
    "disapora project"
  ],
  "owner": {
    "id": 3,
    "name": "Diaspora",
B
Ben Boeckel 已提交
784
    "created_at": "2013-09-30T13:46:02Z"
785 786 787 788 789 790 791 792 793 794 795
  },
  "name": "Diaspora Project Site",
  "name_with_namespace": "Diaspora / Diaspora Project Site",
  "path": "diaspora-project-site",
  "path_with_namespace": "diaspora/diaspora-project-site",
  "issues_enabled": true,
  "open_issues_count": 1,
  "merge_requests_enabled": true,
  "builds_enabled": true,
  "wiki_enabled": true,
  "snippets_enabled": false,
796
  "container_registry_enabled": false,
B
Ben Boeckel 已提交
797 798
  "created_at": "2013-09-30T13:46:02Z",
  "last_activity_at": "2013-09-30T13:46:02Z",
799 800 801 802 803
  "creator_id": 3,
  "namespace": {
    "id": 3,
    "name": "Diaspora",
    "path": "diaspora",
804 805
    "kind": "group",
    "full_path": "diaspora"
806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821
  },
  "permissions": {
    "project_access": {
      "access_level": 10,
      "notification_level": 3
    },
    "group_access": {
      "access_level": 50,
      "notification_level": 3
    }
  },
  "archived": false,
  "avatar_url": "http://example.com/uploads/project/avatar/3/uploads/avatar.png",
  "shared_runners_enabled": true,
  "forks_count": 0,
  "star_count": 0,
822 823
  "runners_token": "b8bc4a7a29eb76ea83cf79e4908c2b",
  "public_builds": true,
824
  "shared_with_groups": [],
J
James Lopez 已提交
825
  "only_allow_merge_if_pipeline_succeeds": false,
826
  "only_allow_merge_if_all_discussions_are_resolved": false,
827
  "request_access_enabled": false
828 829 830
}
```

831
### Remove project
D
Dmitriy Zaporozhets 已提交
832

833
Removes a project including all associated resources (issues, merge requests etc.)
D
Dmitriy Zaporozhets 已提交
834 835 836 837 838 839 840

```
DELETE /projects/:id
```

Parameters:

841 842 843
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
844

D
Douwe Maan 已提交
845 846 847 848 849 850 851 852 853 854 855 856
## Uploads

### Upload a file

Uploads a file to the specified project to be used in an issue or merge request description, or a comment.

```
POST /projects/:id/uploads
```

Parameters:

857 858 859 860
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `file` | string | yes | The file to be uploaded |
D
Douwe Maan 已提交
861 862 863 864 865 866 867 868 869 870 871 872 873

```json
{
  "alt": "dk",
  "url": "/uploads/66dbcd21ec5d24ed6ea225176098d52b/dk.png",
  "markdown": "![dk](/uploads/66dbcd21ec5d24ed6ea225176098d52b/dk.png)"
}
```

**Note**: The returned `url` is relative to the project path.
In Markdown contexts, the link is automatically expanded when the format in `markdown` is used.


874
## Project members
875

876
Please consult the [Project Members](members.md) documentation.
N
Nihad Abbasov 已提交
877

878 879 880 881 882 883 884 885 886 887
### Share project with group

Allow to share project with group.

```
POST /projects/:id/share
```

Parameters:

888 889 890 891 892 893
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `group_id` | integer | yes | The ID of the group to share with |
| `group_access` | integer | yes | The permissions level to grant the group |
| `expires_at` | string | no | Share expiration date in ISO 8601 format: 2016-09-26 |
894

895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910
### Delete a shared project link within a group

Unshare the project from the group. Returns `204` and no content on success.

```
DELETE /projects/:id/share/:group_id
```

Parameters:

| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `group_id` | integer | yes | The ID of the group |

```bash
R
Robert Schilling 已提交
911
curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/projects/5/share/17
912 913
```

914 915
## Hooks

916 917 918
Also called Project Hooks and Webhooks.
These are different for [System Hooks](system_hooks.md) that are system wide.

919 920
### List project hooks

921
Get a list of project hooks.
M
miks 已提交
922 923 924 925 926 927 928

```
GET /projects/:id/hooks
```

Parameters:

929 930 931
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
M
miks 已提交
932

933
### Get project hook
934

935
Get a specific hook for a project.
936 937 938 939 940

```
GET /projects/:id/hooks/:hook_id
```

941
Parameters:
942

943 944 945 946
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `hook_id` | integer | yes | The ID of a project hook |
947

948 949 950 951
```json
{
  "id": 1,
  "url": "http://example.com/hook",
952
  "project_id": 3,
B
Ben Boeckel 已提交
953 954 955
  "push_events": true,
  "issues_events": true,
  "merge_requests_events": true,
956
  "tag_push_events": true,
B
Ben Boeckel 已提交
957
  "note_events": true,
958 959
  "build_events": true,
  "pipeline_events": true,
960
  "wiki_page_events": true,
B
Ben Boeckel 已提交
961
  "enable_ssl_verification": true,
962 963 964 965 966 967
  "created_at": "2012-10-12T17:04:47Z"
}
```

### Add project hook

968
Adds a hook to a specified project.
M
miks 已提交
969 970 971 972 973 974 975

```
POST /projects/:id/hooks
```

Parameters:

976 977 978 979 980 981 982 983 984 985 986 987 988
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `url` | string | yes | The hook URL |
| `push_events` | boolean | no | Trigger hook on push events |
| `issues_events` | boolean | no | Trigger hook on issues events |
| `merge_requests_events` | boolean | no | Trigger hook on merge requests events |
| `tag_push_events` | boolean | no | Trigger hook on tag push events |
| `note_events` | boolean | no | Trigger hook on note events |
| `build_events` | boolean | no | Trigger hook on build events |
| `pipeline_events` | boolean | no | Trigger hook on pipeline events |
| `wiki_events` | boolean | no | Trigger hook on wiki events |
| `enable_ssl_verification` | boolean | no | Do SSL verification when triggering the hook |
989
| `token` | string | no | Secret token to validate received payloads; this will not be returned in the response |
990

991 992
### Edit project hook

993
Edits a hook for a specified project.
994 995 996 997 998 999 1000

```
PUT /projects/:id/hooks/:hook_id
```

Parameters:

1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `hook_id` | integer | yes | The ID of the project hook |
| `url` | string | yes | The hook URL |
| `push_events` | boolean | no | Trigger hook on push events |
| `issues_events` | boolean | no | Trigger hook on issues events |
| `merge_requests_events` | boolean | no | Trigger hook on merge requests events |
| `tag_push_events` | boolean | no | Trigger hook on tag push events |
| `note_events` | boolean | no | Trigger hook on note events |
| `build_events` | boolean | no | Trigger hook on build events |
| `pipeline_events` | boolean | no | Trigger hook on pipeline events |
| `wiki_events` | boolean | no | Trigger hook on wiki events |
| `enable_ssl_verification` | boolean | no | Do SSL verification when triggering the hook |
1015
| `token` | string | no | Secret token to validate received payloads; this will not be returned in the response |
1016

1017
### Delete project hook
M
miks 已提交
1018

1019
Removes a hook from a project. This is an idempotent method and can be called multiple times.
1020
Either the hook is available or not.
M
miks 已提交
1021 1022

```
1023
DELETE /projects/:id/hooks/:hook_id
M
miks 已提交
1024 1025 1026 1027
```

Parameters:

1028 1029 1030 1031
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `hook_id` | integer | yes | The ID of the project hook |
M
miks 已提交
1032

1033 1034
Note the JSON response differs if the hook is available or not. If the project hook
is available before it is returned in the JSON response or an empty response is returned.
1035 1036 1037

## Branches

M
Miroslav Meca 已提交
1038 1039
For more information please consult the [Branches](branches.md) documentation.

1040 1041 1042 1043 1044 1045 1046 1047 1048 1049
### List branches

Lists all branches of a project.

```
GET /projects/:id/repository/branches
```

Parameters:

1050 1051 1052
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
1053

M
Marin Jankovski 已提交
1054 1055 1056
```json
[
  {
J
Johannes Schleifenbaum 已提交
1057
    "name": "async",
M
Marin Jankovski 已提交
1058
    "commit": {
J
Johannes Schleifenbaum 已提交
1059
      "id": "a2b702edecdf41f07b42653eb1abe30ce98b9fca",
M
Miroslav Meca 已提交
1060 1061
      "parent_ids": [
        "3f94fc7c85061973edc9906ae170cc269b07ca55"
J
Johannes Schleifenbaum 已提交
1062
      ],
1063
      "message": "give Caolan credit where it's due (up top)",
M
Miroslav Meca 已提交
1064 1065
      "author_name": "Jeremy Ashkenas",
      "author_email": "jashkenas@example.com",
J
Johannes Schleifenbaum 已提交
1066
      "authored_date": "2010-12-08T21:28:50+00:00",
M
Miroslav Meca 已提交
1067 1068
      "committer_name": "Jeremy Ashkenas",
      "committer_email": "jashkenas@example.com",
J
Johannes Schleifenbaum 已提交
1069
      "committed_date": "2010-12-08T21:28:50+00:00"
M
Marin Jankovski 已提交
1070
    },
M
Miroslav Meca 已提交
1071 1072 1073
    "protected": false,
    "developers_can_push": false,
    "developers_can_merge": false
M
Marin Jankovski 已提交
1074 1075 1076 1077 1078
  },
  {
    "name": "gh-pages",
    "commit": {
      "id": "101c10a60019fe870d21868835f65c25d64968fc",
M
Miroslav Meca 已提交
1079 1080
      "parent_ids": [
          "9c15d2e26945a665131af5d7b6d30a06ba338aaa"
J
Johannes Schleifenbaum 已提交
1081
      ],
M
Marin Jankovski 已提交
1082
      "message": "Underscore.js 1.5.2",
M
Miroslav Meca 已提交
1083 1084
      "author_name": "Jeremy Ashkenas",
      "author_email": "jashkenas@example.com",
B
Ben Boeckel 已提交
1085
      "authored_date": "2013-09-07T12:58:21+00:00",
M
Miroslav Meca 已提交
1086 1087
      "committer_name": "Jeremy Ashkenas",
      "committer_email": "jashkenas@example.com",
B
Ben Boeckel 已提交
1088
      "committed_date": "2013-09-07T12:58:21+00:00"
M
Marin Jankovski 已提交
1089
    },
M
Miroslav Meca 已提交
1090 1091 1092
    "protected": false,
    "developers_can_push": false,
    "developers_can_merge": false
M
Marin Jankovski 已提交
1093 1094 1095
  }
]
```
1096

M
Miroslav Meca 已提交
1097
### Single branch
1098

M
Miroslav Meca 已提交
1099
A specific branch of a project.
1100 1101 1102 1103 1104 1105 1106

```
GET /projects/:id/repository/branches/:branch
```

Parameters:

1107 1108 1109 1110 1111 1112
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `branch` | string | yes | The name of the branch |
| `developers_can_push` | boolean | no | Flag if developers can push to the branch |
| `developers_can_merge` | boolean | no | Flag if developers can merge to the branch |
1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123

### Protect single branch

Protects a single branch of a project.

```
PUT /projects/:id/repository/branches/:branch/protect
```

Parameters:

1124 1125 1126 1127
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `branch` | string | yes | The name of the branch |
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138

### Unprotect single branch

Unprotects a single branch of a project.

```
PUT /projects/:id/repository/branches/:branch/unprotect
```

Parameters:

1139 1140 1141 1142
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `branch` | string | yes | The name of the branch |
1143 1144 1145

## Admin fork relation

1146
Allows modification of the forked relationship between existing projects. Available only for admins.
1147 1148 1149 1150 1151 1152 1153 1154 1155

### Create a forked from/to relation between existing projects.

```
POST /projects/:id/fork/:forked_from_id
```

Parameters:

1156 1157 1158 1159
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
| `forked_from_id` | ID | yes | The ID of the project that was forked from |
1160 1161 1162 1163 1164 1165 1166 1167 1168

### Delete an existing forked from relationship

```
DELETE /projects/:id/fork
```

Parameter:

1169 1170 1171
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
I
Izaak Alpert 已提交
1172 1173 1174

## Search for projects by name

1175 1176 1177
Search for projects by name which are accessible to the authenticated user. This
endpoint can be accessed without authentication if the project is publicly
accessible.
I
Izaak Alpert 已提交
1178 1179 1180 1181 1182 1183 1184

```
GET /projects/search/:query
```

Parameters:

1185 1186
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
1187 1188
| `query` | string | yes | A string contained in the project name |
| `order_by` | string | no | Return requests ordered by `id`, `name`, `created_at` or `last_activity_at` fields |
1189
| `sort` | string | no | Return requests sorted in `asc` or `desc` order |
1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203

## Start the Housekeeping task for a Project

>**Note:** This feature was introduced in GitLab 9.0

```
POST /projects/:id/housekeeping
```

Parameters:

| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |