Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3ca312d3
Commit
3ca312d3
authored
Sep 10, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
af1240c8
eb2afea2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/api/projects.md
doc/api/projects.md
+3
-3
No files found.
doc/api/projects.md
View file @
3ca312d3
...
...
@@ -929,7 +929,7 @@ POST /projects
|
`ci_config_path`
| string | no | The path to CI config file |
|
`auto_devops_enabled`
| boolean | no | Enable Auto DevOps for this project |
|
`auto_devops_deploy_strategy`
| string | no | Auto Deploy strategy (
`continuous`
,
`manual`
or
`timed_incremental`
) |
|
`repository_storage`
| string | no | Which storage shard the repository is on. Available only to admins |
|
`repository_storage`
| string | no |
**(STARTER ONLY)**
Which storage shard the repository is on. Available only to admins |
|
`approvals_before_merge`
| integer | no |
**(STARTER)**
How many approvers should approve merge requests by default |
|
`mirror`
| boolean | no |
**(STARTER)**
Enables pull mirroring in a project |
|
`mirror_trigger_builds`
| boolean | no |
**(STARTER)**
Pull mirroring triggers builds |
...
...
@@ -986,7 +986,7 @@ POST /projects/user/:user_id
|
`ci_config_path`
| string | no | The path to CI config file |
|
`auto_devops_enabled`
| boolean | no | Enable Auto DevOps for this project |
|
`auto_devops_deploy_strategy`
| string | no | Auto Deploy strategy (
`continuous`
,
`manual`
or
`timed_incremental`
) |
|
`repository_storage`
| string | no | Which storage shard the repository is on. Available only to admins |
|
`repository_storage`
| string | no |
**(STARTER ONLY)**
Which storage shard the repository is on. Available only to admins |
|
`approvals_before_merge`
| integer | no |
**(STARTER)**
How many approvers should approve merge requests by default |
|
`external_authorization_classification_label`
| string | no |
**(PREMIUM)**
The classification label for the project |
|
`mirror`
| boolean | no |
**(STARTER)**
Enables pull mirroring in a project |
...
...
@@ -1043,7 +1043,7 @@ PUT /projects/:id
|
`ci_default_git_depth`
| integer | no | Default number of revisions for
[
shallow cloning
](
../user/project/pipelines/settings.md#git-shallow-clone
)
|
|
`auto_devops_enabled`
| boolean | no | Enable Auto DevOps for this project |
|
`auto_devops_deploy_strategy`
| string | no | Auto Deploy strategy (
`continuous`
,
`manual`
or
`timed_incremental`
) |
|
`repository_storage`
| string | no | Which storage shard the repository is on. Available only to admins |
|
`repository_storage`
| string | no |
**(STARTER ONLY)**
Which storage shard the repository is on. Available only to admins |
|
`approvals_before_merge`
| integer | no |
**(STARTER)**
How many approvers should approve merge request by default |
|
`external_authorization_classification_label`
| string | no |
**(PREMIUM)**
The classification label for the project |
|
`mirror`
| boolean | no |
**(STARTER)**
Enables pull mirroring in a project |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment