diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-05 15:18:39 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-05 15:18:39 +0200 |
commit | 22bf491be5f25bccf779be53b2ad37836f0850b8 (patch) | |
tree | 50cce93d9bb5d1f0cb8255335c8768aa36177104 /docs_src | |
parent | 9f7c9103ae6ca7c3127b44a966300a8ea62b3454 (diff) |
The log API endpoint has a branch parameter & fixed the tree entry latest commit method
Diffstat (limited to 'docs_src')
-rw-r--r-- | docs_src/API/v1/repos.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs_src/API/v1/repos.md b/docs_src/API/v1/repos.md index 483676e..2df611f 100644 --- a/docs_src/API/v1/repos.md +++ b/docs_src/API/v1/repos.md @@ -88,9 +88,10 @@ Retrieves a repository's log. **Parameters:**<br> -| Name | Location | Description | Required | Schema | -|------|----------|----------------|----------|--------| -| repo | path | The repository | true | string | +| Name | Location | Description | Required | Schema | +|--------|----------|----------------|----------|--------| +| repo | path | The repository | true | string | +| branch | query | A branch | false | string | **Response:**<br> |