aboutsummaryrefslogtreecommitdiff
path: root/docs_src
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-08 22:40:54 +0200
committerHampusM <hampus@hampusmat.com>2021-08-08 22:40:54 +0200
commite5f987513a3a19c536acd6b4e80e4c0dbbfd87d6 (patch)
tree5f334a9edd872df4e1790b3165f75f4c3cf06b58 /docs_src
parentf2d55a9f05f5df7960d7f6dd37d1ef96c762d65a (diff)
Added a count query param for the tree history API endpoint
Diffstat (limited to 'docs_src')
-rw-r--r--docs_src/API/v1/repos.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs_src/API/v1/repos.md b/docs_src/API/v1/repos.md
index e5c24b9..f7bb5ef 100644
--- a/docs_src/API/v1/repos.md
+++ b/docs_src/API/v1/repos.md
@@ -68,11 +68,12 @@ Retrieves a tree entry's commit history.
**Parameters:**<br>
-| Name | Location | Description | Required | Schema |
-|--------|----------|------------------|----------|--------|
-| repo | path | The repository | true | string |
-| path | query | Path in the tree | true | string |
-| branch | query | A branch | false | string |
+| Name | Location | Description | Required | Schema |
+|--------|----------|-------------------|----------|--------|
+| repo | path | The repository | true | string |
+| path | query | Path in the tree | true | string |
+| branch | query | A branch | false | string |
+| count | query | Number of commits | false | number |
**Response:**<br>