summaryrefslogtreecommitdiff
path: root/doc/api/projects.md
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-01-11 15:27:20 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2016-01-11 15:27:20 +0100
commitfc4108b38b5d0a7fc755c1977663f516b5dea0bd (patch)
treec7946f1b49765bf18d9646d4594145e7fd528064 /doc/api/projects.md
parentba9799b42f5bc861df1fc5d41c149cf72e9daf04 (diff)
downloadgitlab-ce-fc4108b38b5d0a7fc755c1977663f516b5dea0bd.tar.gz
Modify CI features in projects APIci/api-projects
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r--doc/api/projects.md21
1 files changed, 1 insertions, 20 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 96a3f08490c..4632554bf86 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -79,11 +79,7 @@ Parameters:
"avatar_url": "http://example.com/uploads/project/avatar/4/uploads/avatar.png",
"shared_runners_enabled": true,
"forks_count": 0,
- "star_count": 0,
- "build_allow_git_fetch": true,
- "build_coverage_regex": null,
- "build_timeout": 3600,
- "runners_token": "4f9e77be0eed5ef29548fccda3b371"
+ "star_count": 0
},
{
"id": 6,
@@ -140,9 +136,6 @@ Parameters:
"shared_runners_enabled": true,
"forks_count": 0,
"star_count": 0,
- "build_allow_git_fetch": true,
- "build_coverage_regex": null,
- "build_timeout": 3600,
"runners_token": "b8547b1dc37721d05889db52fa2f02"
}
]
@@ -262,9 +255,6 @@ Parameters:
"shared_runners_enabled": true,
"forks_count": 0,
"star_count": 0,
- "build_allow_git_fetch": true,
- "build_coverage_regex": null,
- "build_timeout": 3600,
"runners_token": "b8bc4a7a29eb76ea83cf79e4908c2b"
}
```
@@ -430,9 +420,6 @@ Parameters:
- `public` (optional) - if `true` same as setting visibility_level = 20
- `visibility_level` (optional)
- `import_url` (optional)
-- `build_allow_git_fetch` (optional)
-- `build_timeout` (optional)
-- `build_coverage_regex` (optional)
### Create project for user
@@ -455,9 +442,6 @@ Parameters:
- `public` (optional) - if `true` same as setting visibility_level = 20
- `visibility_level` (optional)
- `import_url` (optional)
-- `build_allow_git_fetch` (optional)
-- `build_timeout` (optional)
-- `build_coverage_regex` (optional)
### Edit project
@@ -481,9 +465,6 @@ Parameters:
- `snippets_enabled` (optional)
- `public` (optional) - if `true` same as setting visibility_level = 20
- `visibility_level` (optional)
-- `build_allow_git_fetch` (optional)
-- `build_timeout` (optional)
-- `build_coverage_regex` (optional)
On success, method returns 200 with the updated project. If parameters are
invalid, 400 is returned.