projects.md 41.5 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_level` field in project.
8 9 10

Constants for project visibility levels are next:

11
* Private. `visibility_level` is `0`.
12 13 14 15
  Project access must be granted explicitly for each user.

* Internal. `visibility_level` is `10`.
  The project can be cloned by any logged in user.
16

17 18 19 20
* Public. `visibility_level` is `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 37 38
| 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` |
| `search` | string | no | Return list of authorized projects matching the search criteria |
| `simple` | boolean | no | Return only the ID, URL, name, and path of each project |
39

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

155
Get a list of projects which the authenticated user can see.
156 157 158 159 160 161 162

```
GET /projects/visible
```

Parameters:

163 164 165 166 167 168 169 170
| 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` |
| `search` | string | no | Return list of authorized projects matching the search criteria |
| `simple` | boolean | no | Return only the ID, URL, name, and path of each project |
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209

```json
[
  {
    "id": 4,
    "description": null,
    "default_branch": "master",
    "public": false,
    "visibility_level": 0,
    "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",
    "tag_list": [
      "example",
      "disapora client"
    ],
    "owner": {
      "id": 3,
      "name": "Diaspora",
      "created_at": "2013-09-30T13:46:02Z"
    },
    "name": "Diaspora Client",
    "name_with_namespace": "Diaspora / Diaspora Client",
    "path": "diaspora-client",
    "path_with_namespace": "diaspora/diaspora-client",
    "issues_enabled": true,
    "open_issues_count": 1,
    "merge_requests_enabled": true,
    "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,
    "namespace": {
      "id": 3,
      "name": "Diaspora",
      "path": "diaspora",
210
      "kind": "group"
211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
    },
    "archived": false,
    "avatar_url": "http://example.com/uploads/project/avatar/4/uploads/avatar.png",
    "shared_runners_enabled": true,
    "forks_count": 0,
    "star_count": 0,
    "runners_token": "b8547b1dc37721d05889db52fa2f02",
    "public_builds": true,
    "shared_with_groups": []
  },
  {
    "id": 6,
    "description": null,
    "default_branch": "master",
    "public": false,
    "visibility_level": 0,
    "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",
    "tag_list": [
      "example",
      "puppet"
    ],
    "owner": {
      "id": 4,
      "name": "Brightbox",
      "created_at": "2013-09-30T13:46:02Z"
    },
    "name": "Puppet",
    "name_with_namespace": "Brightbox / Puppet",
    "path": "puppet",
    "path_with_namespace": "brightbox/puppet",
    "issues_enabled": true,
    "open_issues_count": 1,
    "merge_requests_enabled": true,
    "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,
    "namespace": {
      "id": 4,
      "name": "Brightbox",
      "path": "brightbox",
257
      "kind": "group"
258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280
    },
    "permissions": {
      "project_access": {
        "access_level": 10,
        "notification_level": 3
      },
      "group_access": {
        "access_level": 50,
        "notification_level": 3
      }
    },
    "archived": false,
    "avatar_url": null,
    "shared_runners_enabled": true,
    "forks_count": 0,
    "star_count": 0,
    "runners_token": "b8547b1dc37721d05889db52fa2f02",
    "public_builds": true,
    "shared_with_groups": []
  }
]
```

281
### List owned projects
D
Dmitriy Zaporozhets 已提交
282

283
Get a list of projects which are owned by the authenticated user.
D
Dmitriy Zaporozhets 已提交
284 285 286 287 288

```
GET /projects/owned
```

289 290
Parameters:

291 292 293 294 295 296 297
| 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` |
| `search` | string | no | Return list of authorized projects matching the search criteria |
M
Markus Koller 已提交
298 299
| `simple` | boolean | no | Return only the ID, URL, name, and path of each project |
| `statistics` | boolean | no | Include project statistics |
300 301 302 303 304 305 306 307 308 309 310

### List starred projects

Get a list of projects which are starred by the authenticated user.

```
GET /projects/starred
```

Parameters:

311 312 313 314 315 316 317
| 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` |
| `search` | string | no | Return list of authorized projects matching the search criteria |
M
Markus Koller 已提交
318
| `simple` | boolean | no | Return only the ID, URL, name, and path of each project |
319

320
### List ALL projects
D
Dmitriy Zaporozhets 已提交
321 322 323 324 325 326 327

Get a list of all GitLab projects (admin only).

```
GET /projects/all
```

328 329
Parameters:

330 331 332 333 334 335 336
| 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` |
| `search` | string | no | Return list of authorized projects matching the search criteria |
M
Markus Koller 已提交
337
| `statistics` | boolean | no | Include project statistics |
338

339
### Get single project
N
Nihad Abbasov 已提交
340

341
Get a specific project, identified by project ID or NAMESPACE/PROJECT_NAME, which is owned by the authenticated user.
342 343
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 已提交
344 345 346 347 348 349 350

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

Parameters:

351 352 353
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or NAMESPACE/PROJECT_NAME of the project |
N
Nihad Abbasov 已提交
354

A
Alex Denisov 已提交
355 356
```json
{
M
Marin Jankovski 已提交
357
  "id": 3,
A
Alex Denisov 已提交
358
  "description": null,
M
Marin Jankovski 已提交
359 360
  "default_branch": "master",
  "public": false,
361
  "visibility_level": 0,
M
Marin Jankovski 已提交
362 363 364
  "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",
365 366 367 368
  "tag_list": [
    "example",
    "disapora project"
  ],
A
Alex Denisov 已提交
369
  "owner": {
M
Marin Jankovski 已提交
370 371
    "id": 3,
    "name": "Diaspora",
B
Ben Boeckel 已提交
372
    "created_at": "2013-09-30T13:46:02Z"
A
Alex Denisov 已提交
373
  },
M
Marin Jankovski 已提交
374 375 376 377
  "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 已提交
378
  "issues_enabled": true,
S
Stan Hu 已提交
379
  "open_issues_count": 1,
A
Alex Denisov 已提交
380
  "merge_requests_enabled": true,
381
  "builds_enabled": true,
A
Alex Denisov 已提交
382
  "wiki_enabled": true,
M
Marin Jankovski 已提交
383
  "snippets_enabled": false,
384
  "container_registry_enabled": false,
B
Ben Boeckel 已提交
385 386
  "created_at": "2013-09-30T13:46:02Z",
  "last_activity_at": "2013-09-30T13:46:02Z",
387
  "creator_id": 3,
M
Marin Jankovski 已提交
388 389 390 391
  "namespace": {
    "id": 3,
    "name": "Diaspora",
    "path": "diaspora",
392
    "kind": "group"
J
Johannes Schleifenbaum 已提交
393
  },
D
Dmitriy Zaporozhets 已提交
394 395 396 397 398 399 400 401 402
  "permissions": {
    "project_access": {
      "access_level": 10,
      "notification_level": 3
    },
    "group_access": {
      "access_level": 50,
      "notification_level": 3
    }
403
  },
S
sue445 已提交
404
  "archived": false,
T
Tomasz Maczukin 已提交
405 406 407 408
  "avatar_url": "http://example.com/uploads/project/avatar/3/uploads/avatar.png",
  "shared_runners_enabled": true,
  "forks_count": 0,
  "star_count": 0,
409 410 411 412 413 414 415 416 417 418 419 420 421
  "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
    }
422
  ],
423
  "only_allow_merge_if_build_succeeds": false,
424
  "only_allow_merge_if_all_discussions_are_resolved": false,
425
  "request_access_enabled": false
A
Alex Denisov 已提交
426 427 428
}
```

429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464
## 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 已提交
465 466
### Get project events

467 468 469
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 已提交
470 471 472 473 474 475 476

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

Parameters:

477 478 479
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or NAMESPACE/PROJECT_NAME of the project |
D
Dmitriy Zaporozhets 已提交
480 481

```json
J
Johannes Schleifenbaum 已提交
482 483 484 485 486 487 488 489 490
[
  {
    "title": null,
    "project_id": 15,
    "action_name": "closed",
    "target_id": 830,
    "target_type": "Issue",
    "author_id": 1,
    "data": null,
D
Dmitriy Zaporozhets 已提交
491 492 493 494 495 496 497
    "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",
498
      "web_url": "http://localhost:3000/root"
D
Dmitriy Zaporozhets 已提交
499 500
    },
    "author_username": "root"
J
Johannes Schleifenbaum 已提交
501 502 503 504 505 506 507 508
  },
  {
    "title": null,
    "project_id": 15,
    "action_name": "opened",
    "target_id": null,
    "target_type": null,
    "author_id": 1,
D
Dmitriy Zaporozhets 已提交
509 510 511 512 513 514
    "author": {
      "name": "Dmitriy Zaporozhets",
      "username": "root",
      "id": 1,
      "state": "active",
      "avatar_url": "http://localhost:3000/uploads/user/avatar/1/fox_avatar.png",
515
      "web_url": "http://localhost:3000/root"
D
Dmitriy Zaporozhets 已提交
516
    },
517
    "author_username": "john",
J
Johannes Schleifenbaum 已提交
518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542
    "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 已提交
543
    },
J
Johannes Schleifenbaum 已提交
544
    "target_title": null
D
Dmitriy Zaporozhets 已提交
545
  },
J
Johannes Schleifenbaum 已提交
546 547 548 549 550 551 552 553
  {
    "title": null,
    "project_id": 15,
    "action_name": "closed",
    "target_id": 840,
    "target_type": "Issue",
    "author_id": 1,
    "data": null,
D
Dmitriy Zaporozhets 已提交
554 555 556 557 558 559 560
    "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",
561
      "web_url": "http://localhost:3000/root"
D
Dmitriy Zaporozhets 已提交
562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584
    },
    "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",
585
        "web_url": "http://localhost:3000/root"
D
Dmitriy Zaporozhets 已提交
586 587 588 589 590 591 592 593 594 595 596 597 598 599
      },
      "created_at": "2015-12-04T10:33:56.698Z",
      "system": false,
      "upvote": false,
      "downvote": 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",
600
      "web_url": "http://localhost:3000/root"
D
Dmitriy Zaporozhets 已提交
601 602
    },
    "author_username": "root"
J
Johannes Schleifenbaum 已提交
603 604
  }
]
D
Dmitriy Zaporozhets 已提交
605 606
```

607
### Create project
A
Alex Denisov 已提交
608

609
Creates a new project owned by the authenticated user.
A
Alex Denisov 已提交
610 611 612 613 614 615 616

```
POST /projects
```

Parameters:

617 618 619 620 621 622 623 624 625 626 627 628 629
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `name` | string | yes | The name of the new project |
| `path` | string | no | Custom repository name for new project. By default generated based on name |
| `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 |
630
| `visibility_level` | integer | no | See [project visibility level](#project-visibility-level) |
631 632 633
| `import_url` | string | no | URL to import repository from |
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
| `only_allow_merge_if_build_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
634
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
635 636
| `lfs_enabled` | boolean | no | Enable LFS |
| `request_access_enabled` | boolean | no | Allow users to request member access |
637

638 639
### Create project for user

640
Creates a new project owned by the specified user. Available only for admins.
641 642 643 644 645 646 647

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

Parameters:

648 649 650 651 652
| 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 |
653
| `default_branch` | string | no | `master` by default |
654 655 656 657 658 659 660 661 662
| `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 |
663
| `visibility_level` | integer | no | See [project visibility level](#project-visibility-level) |
664 665 666
| `import_url` | string | no | URL to import repository from |
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
| `only_allow_merge_if_build_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
667
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
668 669
| `lfs_enabled` | boolean | no | Enable LFS |
| `request_access_enabled` | boolean | no | Allow users to request member access |
A
Alex Denisov 已提交
670

671 672
### Edit project

673
Updates an existing project.
674 675 676 677 678 679 680

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

Parameters:

681 682 683 684 685
| 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 |
686
| `default_branch` | string | no | `master` by default |
687 688 689 690 691 692 693 694
| `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 |
695
| `visibility_level` | integer | no | See [project visibility level](#project-visibility-level) |
696 697 698
| `import_url` | string | no | URL to import repository from |
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
| `only_allow_merge_if_build_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
699
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
700 701
| `lfs_enabled` | boolean | no | Enable LFS |
| `request_access_enabled` | boolean | no | Allow users to request member access |
702

703 704
### Fork project

705
Forks a project into the user namespace of the authenticated user or the one provided.
706 707 708 709 710 711 712

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

Parameters:

713 714 715 716
| 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 |
717

718 719
### Star a project

720
Stars a given project. Returns status code `304` if the project is already starred.
721 722 723 724 725

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

726 727
Parameters:

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

```bash
733
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/5/star"
734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761
```

Example response:

```json
{
  "id": 3,
  "description": null,
  "default_branch": "master",
  "public": false,
  "visibility_level": 10,
  "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,
762
  "container_registry_enabled": false,
B
Ben Boeckel 已提交
763 764
  "created_at": "2013-09-30T13:46:02Z",
  "last_activity_at": "2013-09-30T13:46:02Z",
765 766 767 768 769
  "creator_id": 3,
  "namespace": {
    "id": 3,
    "name": "Diaspora",
    "path": "diaspora",
770
    "kind": "group"
771 772 773 774 775
  },
  "archived": true,
  "avatar_url": "http://example.com/uploads/project/avatar/3/uploads/avatar.png",
  "shared_runners_enabled": true,
  "forks_count": 0,
776 777
  "star_count": 1,
  "public_builds": true,
778
  "shared_with_groups": [],
779
  "only_allow_merge_if_build_succeeds": false,
780
  "only_allow_merge_if_all_discussions_are_resolved": false,
781
  "request_access_enabled": false
782 783 784 785 786
}
```

### Unstar a project

787
Unstars a given project. Returns status code `304` if the project is not starred.
788 789

```
R
Robert Schilling 已提交
790
DELETE /projects/:id/star
791 792 793 794
```

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

```bash
798
curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/5/star"
799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826
```

Example response:

```json
{
  "id": 3,
  "description": null,
  "default_branch": "master",
  "public": false,
  "visibility_level": 10,
  "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,
827
  "container_registry_enabled": false,
B
Ben Boeckel 已提交
828 829
  "created_at": "2013-09-30T13:46:02Z",
  "last_activity_at": "2013-09-30T13:46:02Z",
830 831 832 833 834
  "creator_id": 3,
  "namespace": {
    "id": 3,
    "name": "Diaspora",
    "path": "diaspora",
835
    "kind": "group"
836 837 838 839 840
  },
  "archived": true,
  "avatar_url": "http://example.com/uploads/project/avatar/3/uploads/avatar.png",
  "shared_runners_enabled": true,
  "forks_count": 0,
841 842
  "star_count": 0,
  "public_builds": true,
843
  "shared_with_groups": [],
844
  "only_allow_merge_if_build_succeeds": false,
845
  "only_allow_merge_if_all_discussions_are_resolved": false,
846
  "request_access_enabled": false
847 848 849
}
```

850 851
### Archive a project

852
Archives the project if the user is either admin or the project owner of this project. This action is
853 854 855
idempotent, thus archiving an already archived project will not change the project.

```
856
POST /projects/:id/archive
857 858 859 860
```

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

```bash
864
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/5/archive"
865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885
```

Example response:

```json
{
  "id": 3,
  "description": null,
  "default_branch": "master",
  "public": false,
  "visibility_level": 0,
  "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 已提交
886
    "created_at": "2013-09-30T13:46:02Z"
887 888 889 890 891 892 893 894 895 896 897
  },
  "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,
898
  "container_registry_enabled": false,
B
Ben Boeckel 已提交
899 900
  "created_at": "2013-09-30T13:46:02Z",
  "last_activity_at": "2013-09-30T13:46:02Z",
901 902 903 904 905
  "creator_id": 3,
  "namespace": {
    "id": 3,
    "name": "Diaspora",
    "path": "diaspora",
906
    "kind": "group"
907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922
  },
  "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,
923 924
  "runners_token": "b8bc4a7a29eb76ea83cf79e4908c2b",
  "public_builds": true,
925
  "shared_with_groups": [],
926
  "only_allow_merge_if_build_succeeds": false,
927
  "only_allow_merge_if_all_discussions_are_resolved": false,
928
  "request_access_enabled": false
929 930 931 932 933
}
```

### Unarchive a project

934
Unarchives the project if the user is either admin or the project owner of this project. This action is
935 936 937
idempotent, thus unarchiving an non-archived project will not change the project.

```
S
Sergey Gnuskov 已提交
938
POST /projects/:id/unarchive
939 940 941 942
```

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

```bash
946
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/5/unarchive"
947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967
```

Example response:

```json
{
  "id": 3,
  "description": null,
  "default_branch": "master",
  "public": false,
  "visibility_level": 0,
  "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 已提交
968
    "created_at": "2013-09-30T13:46:02Z"
969 970 971 972 973 974 975 976 977 978 979
  },
  "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,
980
  "container_registry_enabled": false,
B
Ben Boeckel 已提交
981 982
  "created_at": "2013-09-30T13:46:02Z",
  "last_activity_at": "2013-09-30T13:46:02Z",
983 984 985 986 987
  "creator_id": 3,
  "namespace": {
    "id": 3,
    "name": "Diaspora",
    "path": "diaspora",
988
    "kind": "group"
989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004
  },
  "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,
1005 1006
  "runners_token": "b8bc4a7a29eb76ea83cf79e4908c2b",
  "public_builds": true,
1007
  "shared_with_groups": [],
1008
  "only_allow_merge_if_build_succeeds": false,
1009
  "only_allow_merge_if_all_discussions_are_resolved": false,
1010
  "request_access_enabled": false
1011 1012 1013
}
```

1014
### Remove project
D
Dmitriy Zaporozhets 已提交
1015

1016
Removes a project including all associated resources (issues, merge requests etc.)
D
Dmitriy Zaporozhets 已提交
1017 1018 1019 1020 1021 1022 1023

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

Parameters:

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

D
Douwe Maan 已提交
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039
## 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:

1040 1041 1042 1043
| 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 已提交
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056

```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.


1057
## Project members
1058

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

1061 1062 1063 1064 1065 1066 1067 1068 1069 1070
### Share project with group

Allow to share project with group.

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

Parameters:

1071 1072 1073 1074 1075 1076
| 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 |
1077

1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096
### 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
curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/projects/5/share/17
```

1097 1098
## Hooks

1099 1100 1101
Also called Project Hooks and Webhooks.
These are different for [System Hooks](system_hooks.md) that are system wide.

1102 1103
### List project hooks

1104
Get a list of project hooks.
M
miks 已提交
1105 1106 1107 1108 1109 1110 1111

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

Parameters:

1112 1113 1114
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
M
miks 已提交
1115

1116
### Get project hook
1117

1118
Get a specific hook for a project.
1119 1120 1121 1122 1123

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

1124
Parameters:
1125

1126 1127 1128 1129
| 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 |
1130

1131 1132 1133 1134
```json
{
  "id": 1,
  "url": "http://example.com/hook",
1135
  "project_id": 3,
B
Ben Boeckel 已提交
1136 1137 1138
  "push_events": true,
  "issues_events": true,
  "merge_requests_events": true,
1139
  "tag_push_events": true,
B
Ben Boeckel 已提交
1140
  "note_events": true,
1141 1142
  "build_events": true,
  "pipeline_events": true,
1143
  "wiki_page_events": true,
B
Ben Boeckel 已提交
1144
  "enable_ssl_verification": true,
1145 1146 1147 1148 1149 1150
  "created_at": "2012-10-12T17:04:47Z"
}
```

### Add project hook

1151
Adds a hook to a specified project.
M
miks 已提交
1152 1153 1154 1155 1156 1157 1158

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

Parameters:

1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171
| 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 |
1172
| `token` | string | no | Secret token to validate received payloads; this will not be returned in the response |
1173

1174 1175
### Edit project hook

1176
Edits a hook for a specified project.
1177 1178 1179 1180 1181 1182 1183

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

Parameters:

1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197
| 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 |
1198
| `token` | string | no | Secret token to validate received payloads; this will not be returned in the response |
1199

1200
### Delete project hook
M
miks 已提交
1201

1202
Removes a hook from a project. This is an idempotent method and can be called multiple times.
1203
Either the hook is available or not.
M
miks 已提交
1204 1205

```
1206
DELETE /projects/:id/hooks/:hook_id
M
miks 已提交
1207 1208 1209 1210
```

Parameters:

1211 1212 1213 1214
| 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 已提交
1215

1216 1217
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.
1218 1219 1220

## Branches

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

1223 1224 1225 1226 1227 1228 1229 1230 1231 1232
### List branches

Lists all branches of a project.

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

Parameters:

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

M
Marin Jankovski 已提交
1237 1238 1239
```json
[
  {
J
Johannes Schleifenbaum 已提交
1240
    "name": "async",
M
Marin Jankovski 已提交
1241
    "commit": {
J
Johannes Schleifenbaum 已提交
1242
      "id": "a2b702edecdf41f07b42653eb1abe30ce98b9fca",
M
Miroslav Meca 已提交
1243 1244
      "parent_ids": [
        "3f94fc7c85061973edc9906ae170cc269b07ca55"
J
Johannes Schleifenbaum 已提交
1245
      ],
1246
      "message": "give Caolan credit where it's due (up top)",
M
Miroslav Meca 已提交
1247 1248
      "author_name": "Jeremy Ashkenas",
      "author_email": "jashkenas@example.com",
J
Johannes Schleifenbaum 已提交
1249
      "authored_date": "2010-12-08T21:28:50+00:00",
M
Miroslav Meca 已提交
1250 1251
      "committer_name": "Jeremy Ashkenas",
      "committer_email": "jashkenas@example.com",
J
Johannes Schleifenbaum 已提交
1252
      "committed_date": "2010-12-08T21:28:50+00:00"
M
Marin Jankovski 已提交
1253
    },
M
Miroslav Meca 已提交
1254 1255 1256
    "protected": false,
    "developers_can_push": false,
    "developers_can_merge": false
M
Marin Jankovski 已提交
1257 1258 1259 1260 1261
  },
  {
    "name": "gh-pages",
    "commit": {
      "id": "101c10a60019fe870d21868835f65c25d64968fc",
M
Miroslav Meca 已提交
1262 1263
      "parent_ids": [
          "9c15d2e26945a665131af5d7b6d30a06ba338aaa"
J
Johannes Schleifenbaum 已提交
1264
      ],
M
Marin Jankovski 已提交
1265
      "message": "Underscore.js 1.5.2",
M
Miroslav Meca 已提交
1266 1267
      "author_name": "Jeremy Ashkenas",
      "author_email": "jashkenas@example.com",
B
Ben Boeckel 已提交
1268
      "authored_date": "2013-09-07T12:58:21+00:00",
M
Miroslav Meca 已提交
1269 1270
      "committer_name": "Jeremy Ashkenas",
      "committer_email": "jashkenas@example.com",
B
Ben Boeckel 已提交
1271
      "committed_date": "2013-09-07T12:58:21+00:00"
M
Marin Jankovski 已提交
1272
    },
M
Miroslav Meca 已提交
1273 1274 1275
    "protected": false,
    "developers_can_push": false,
    "developers_can_merge": false
M
Marin Jankovski 已提交
1276 1277 1278
  }
]
```
1279

M
Miroslav Meca 已提交
1280
### Single branch
1281

M
Miroslav Meca 已提交
1282
A specific branch of a project.
1283 1284 1285 1286 1287 1288 1289

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

Parameters:

1290 1291 1292 1293 1294 1295
| 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 |
1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306

### Protect single branch

Protects a single branch of a project.

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

Parameters:

1307 1308 1309 1310
| 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 |
1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321

### Unprotect single branch

Unprotects a single branch of a project.

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

Parameters:

1322 1323 1324 1325
| 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 |
1326 1327 1328

## Admin fork relation

1329
Allows modification of the forked relationship between existing projects. Available only for admins.
1330 1331 1332 1333 1334 1335 1336 1337 1338

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

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

Parameters:

1339 1340 1341 1342
| 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 |
1343 1344 1345 1346 1347 1348 1349 1350 1351

### Delete an existing forked from relationship

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

Parameter:

1352 1353 1354
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
I
Izaak Alpert 已提交
1355 1356 1357

## Search for projects by name

1358 1359 1360
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 已提交
1361 1362 1363 1364 1365 1366 1367

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

Parameters:

1368 1369
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
1370 1371
| `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 |
1372
| `sort` | string | no | Return requests sorted in `asc` or `desc` order |