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-16 21:10:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-16 21:10:51 +0300
commite684f438e60b801b4eb8b19dd9489dce84503c03 (patch)
tree115e9d137f570580b17825ed13057d663a0761c0 /doc/api/repositories.md
parentd872c89ce4828a16d72ddeed8695077fdcaf7b30 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/repositories.md')
-rw-r--r--doc/api/repositories.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md
index 0ef305d0240..9d464c94d99 100644
--- a/doc/api/repositories.md
+++ b/doc/api/repositories.md
@@ -112,8 +112,8 @@ Supported attributes:
| Attribute | Type | Required | Description |
| :-------- | :------- | :------- | :---------- |
-| `id` | datatype | yes | The ID or [URL-encoded path of the project](index.md#namespaced-path-encoding) owned by the authenticated user. |
-| `sha` | datatype | yes | The blob SHA. |
+| `id` | integer or string | yes | The ID or [URL-encoded path of the project](index.md#namespaced-path-encoding) owned by the authenticated user. |
+| `sha` | string | yes | The blob SHA. |
## Get file archive