aboutsummaryrefslogtreecommitdiff
path: root/docs_src
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-15 15:03:44 +0200
committerHampusM <hampus@hampusmat.com>2021-08-15 15:03:44 +0200
commit9736749a779661a95211a91200617a03a1b9a702 (patch)
tree6bea5e5ec5773aa940e79e7e80c9ebac086eaa10 /docs_src
parentc32094d0b1fc3aa5160087d71bff36ed1779bc3a (diff)
Added a count query parameter to the log API endpoint
Diffstat (limited to 'docs_src')
-rw-r--r--docs_src/API/v1/repos.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs_src/API/v1/repos.md b/docs_src/API/v1/repos.md
index f7bb5ef..e2cf246 100644
--- a/docs_src/API/v1/repos.md
+++ b/docs_src/API/v1/repos.md
@@ -113,10 +113,11 @@ Retrieves a repository's log.
**Parameters:**<br>
-| Name | Location | Description | Required | Schema |
-|--------|----------|----------------|----------|--------|
-| repo | path | The repository | true | string |
-| branch | query | A branch | false | string |
+| Name | Location | Description | Required | Schema |
+|--------|----------|-------------------|----------|--------|
+| repo | path | The repository | true | string |
+| branch | query | A branch | false | string |
+| count | query | Number of commits | false | number |
**Response:**<br>