diff options
| author | Steve <soaresss@appstate.edu> | 2018-09-12 13:58:31 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2018-09-12 13:58:31 +0000 |
| commit | 175f689eb78191b138a6198997280e0363f7a7fd (patch) | |
| tree | c2b3baaa5ff00f1654889ec512180de3f81fe990 /doc/api | |
| parent | d12c81cc5a5bc59c6f4d18fb49bc19ac2f4fb9e1 (diff) | |
| download | gitlab-ce-175f689eb78191b138a6198997280e0363f7a7fd.tar.gz | |
Initialize projects with readme
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/projects.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 7e8b7c4b502..947e7db9c52 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -661,6 +661,7 @@ POST /projects | `avatar` | mixed | no | Image file for avatar of the project | | `printing_merge_request_link_enabled` | boolean | no | Show link to create/view merge request when pushing from the command line | | `ci_config_path` | string | no | The path to CI config file | +| `initialize_with_readme` | boolean | no | `false` by default | ## Create project for user |
