diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-12 15:45:46 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-12 15:55:12 +0200 |
commit | 69c04498ef0a49186a667fd44383b9b43690a91e (patch) | |
tree | e258463d00c42f296d4048f44b8743eb98161567 /doc/api | |
parent | 0aefeeb882b40d740b80f15ac6610a88a340d30b (diff) | |
download | gitlab-ce-69c04498ef0a49186a667fd44383b9b43690a91e.tar.gz |
Small bug fixes
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/commits.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index 78144dd42ef..9f72adc6ed9 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -203,7 +203,6 @@ Parameters: ## Post the status to commit Adds or updates a status of a commit. -Optionally you can post comments on a specific line of a commit. Therefor both `path`, `line_new` and `line_old` are required. ``` POST /projects/:id/statuses/:sha |