summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-01-14 14:00:19 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2016-01-14 14:00:19 +0100
commit56a45b0962b5ba61d69c2d2e8641664f37b3d686 (patch)
tree1d5d2f76093622cf31ccf5a710662ad06156ae0a
parent648a2797c1a378a49545e63419fccd202ba3665e (diff)
downloadgitlab-ce-56a45b0962b5ba61d69c2d2e8641664f37b3d686.tar.gz
Modify notes about `duration` unit in commits and merge_requests API documentation [ci skip]
-rw-r--r--doc/api/commits.md2
-rw-r--r--doc/api/merge_requests.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md
index 9eed64958fb..4034187babe 100644
--- a/doc/api/commits.md
+++ b/doc/api/commits.md
@@ -83,7 +83,7 @@ curl -H "PRIVATE_TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3
}
```
-`duration` in `last_build` - value exposed in **seconds**
+**Note:** The `duration` value as exposed in `last_build`, is in seconds.
## Get the diff of a commit
diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md
index 40ce618b349..89a9573740b 100644
--- a/doc/api/merge_requests.md
+++ b/doc/api/merge_requests.md
@@ -121,7 +121,7 @@ Parameters:
}
```
-`duration` in `last_commit` > `last_build` - value exposed in **seconds**
+**Note:** The `duration` value as exposed in `last_commit > last_build`, is in seconds.
## Get single MR commits