Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-11 21:10:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-11 21:10:52 +0300
commitb54cbe2c737b3672737bb7cd1919a030cd75484c (patch)
tree384887bc2d0d894b53ab27f8d9f9296ad534e9b0 /doc/api/repositories.md
parent4f54ec92edd344449ee005fd4dd727fa2e3e3ffd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/repositories.md')
-rw-r--r--doc/api/repositories.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md
index 6925690a6b3..0ef305d0240 100644
--- a/doc/api/repositories.md
+++ b/doc/api/repositories.md
@@ -22,11 +22,11 @@ Supported attributes:
| Attribute | Type | Required | Description |
| :---------- | :------------- | :------- | :---------- |
-| `id` | integer/string | no | The ID or [URL-encoded path of the project](index.md#namespaced-path-encoding) owned by the authenticated user. |
-| `path` | string | yes | The path inside repository. Used to get content of subdirectories. |
-| `ref` | string | yes | The name of a repository branch or tag or if not given the default branch. |
-| `recursive` | boolean | yes | Boolean value used to get a recursive tree (false by default). |
-| `per_page` | integer | yes | Number of results to show per page. If not specified, defaults to `20`. [Learn more on pagination](index.md#pagination). |
+| `id` | integer/string | yes | The ID or [URL-encoded path of the project](index.md#namespaced-path-encoding) owned by the authenticated user. |
+| `path` | string | no | The path inside repository. Used to get content of subdirectories. |
+| `ref` | string | no | The name of a repository branch or tag or if not given the default branch. |
+| `recursive` | boolean | no | Boolean value used to get a recursive tree (false by default). |
+| `per_page` | integer | no | Number of results to show per page. If not specified, defaults to `20`. [Learn more on pagination](index.md#pagination). |
```json
[