diff options
Diffstat (limited to 'docs_src/API')
-rw-r--r-- | docs_src/API/v1/repos.md | 9 |
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> |