From 9736749a779661a95211a91200617a03a1b9a702 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 15 Aug 2021 15:03:44 +0200 Subject: Added a count query parameter to the log API endpoint --- docs_src/API/v1/repos.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs_src/API') 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:**
-| 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:**
-- cgit v1.2.3-18-g5258