diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-07-04 02:00:50 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-07-04 02:00:50 +0800 |
commit | d7c32c5870ff7122122d0fc75ed8a04a0818251e (patch) | |
tree | 4e3fc536fe118b9e2dd226fea2ba5055371d7715 /doc/api/projects.md | |
parent | d8ab0d609da979bf255660fb36d1a976c149b344 (diff) | |
download | gitlab-ce-d7c32c5870ff7122122d0fc75ed8a04a0818251e.tar.gz |
Fix various descriptions given the feedback
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 7565f18e907..7e626f54cda 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -336,7 +336,7 @@ Parameters: | `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 | -| `visibility` | String | no | See [project visibility level](#project-visibility-level) | +| `visibility` | string | no | See [project visibility level](#project-visibility-level) | | `import_url` | string | no | URL to import repository from | | `public_jobs` | boolean | no | If `true`, jobs can be viewed by non-project-members | | `only_allow_merge_if_pipeline_succeeds` | boolean | no | Set whether merge requests can only be merged with successful jobs | @@ -346,7 +346,7 @@ Parameters: | `tag_list` | array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project | | `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_file` | boolean | no | The path to CI config file | +| `ci_config_file` | string | no | The path to CI config file | ### Create project for user @@ -383,7 +383,7 @@ Parameters: | `tag_list` | array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project | | `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_file` | boolean | no | The path to CI config file | +| `ci_config_file` | string | no | The path to CI config file | ### Edit project @@ -418,7 +418,7 @@ Parameters: | `request_access_enabled` | boolean | no | Allow users to request member access | | `tag_list` | array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project | | `avatar` | mixed | no | Image file for avatar of the project | -| `ci_config_file` | boolean | no | The path to CI config file | +| `ci_config_file` | string | no | The path to CI config file | ### Fork project |