diff options
Diffstat (limited to 'docs_src/API/v1')
-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> |