diff options
author | Egor Lynko <flexoid@gmail.com> | 2016-08-10 17:15:27 +0300 |
---|---|---|
committer | Egor Lynko <flexoid@gmail.com> | 2016-08-15 11:01:41 +0300 |
commit | 4e4ca27ab148f16d9252634e3e2f58447acdeeef (patch) | |
tree | b5669570d45fb555a4829e9d9072e5bc734d467f /doc | |
parent | 30f5b9a5b711b46f1065baf755e413ceced5646b (diff) | |
download | gitlab-ce-4e4ca27ab148f16d9252634e3e2f58447acdeeef.tar.gz |
Ability to specify branches for pivotal tracker integration
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/services.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index f821a614047..579fdc0c8c9 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -355,7 +355,7 @@ PUT /projects/:id/services/gemnasium Parameters: -- `api_key` (**required**) - Your personal API KEY on gemnasium.com +- `api_key` (**required**) - Your personal API KEY on gemnasium.com - `token` (**required**) - The project's slug on gemnasium.com ### Delete Gemnasium service @@ -503,6 +503,7 @@ PUT /projects/:id/services/pivotaltracker Parameters: - `token` (**required**) +- `restrict_to_branch` (optional) - Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches. ### Delete PivotalTracker service @@ -661,4 +662,3 @@ Get JetBrains TeamCity CI service settings for a project. ``` GET /projects/:id/services/teamcity ``` - |