summaryrefslogtreecommitdiffstats
path: root/descriptions
diff options
context:
space:
mode:
authorgithub-openapi-bot <security+github-openapi-bot@github.com>2022-09-08 04:48:58 -0700
committergithub-openapi-bot <security+github-openapi-bot@github.com>2022-09-08 04:48:58 -0700
commit23c3e9b118eb6ccad3a1c9a78486dd4ce9dbaf85 (patch)
tree5909d039952f24ee1b9a1089b1086d05377f6392 /descriptions
parent318c7a1f32422f8b327a8e1f74855886e4656319 (diff)
downloadrest-api-description-23c3e9b118eb6ccad3a1c9a78486dd4ce9dbaf85.tar.gz
rest-api-description-23c3e9b118eb6ccad3a1c9a78486dd4ce9dbaf85.zip
Update OpenAPI 3.0 Descriptions
Diffstat (limited to 'descriptions')
-rw-r--r--descriptions/api.github.com/api.github.com.json4
-rw-r--r--descriptions/api.github.com/api.github.com.yaml6
-rw-r--r--descriptions/api.github.com/dereferenced/api.github.com.deref.json4
-rw-r--r--descriptions/api.github.com/dereferenced/api.github.com.deref.yaml6
-rw-r--r--descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json2
-rw-r--r--descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml3
-rw-r--r--descriptions/ghes-3.2/ghes-3.2.json2
-rw-r--r--descriptions/ghes-3.2/ghes-3.2.yaml3
-rw-r--r--descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json2
-rw-r--r--descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.yaml3
-rw-r--r--descriptions/ghes-3.3/ghes-3.3.json2
-rw-r--r--descriptions/ghes-3.3/ghes-3.3.yaml3
-rw-r--r--descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.json2
-rw-r--r--descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.yaml3
-rw-r--r--descriptions/ghes-3.4/ghes-3.4.json2
-rw-r--r--descriptions/ghes-3.4/ghes-3.4.yaml3
-rw-r--r--descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json2
-rw-r--r--descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml3
-rw-r--r--descriptions/ghes-3.5/ghes-3.5.json2
-rw-r--r--descriptions/ghes-3.5/ghes-3.5.yaml3
-rw-r--r--descriptions/ghes-3.6/dereferenced/ghes-3.6.deref.json2
-rw-r--r--descriptions/ghes-3.6/dereferenced/ghes-3.6.deref.yaml3
-rw-r--r--descriptions/ghes-3.6/ghes-3.6.json2
-rw-r--r--descriptions/ghes-3.6/ghes-3.6.yaml3
-rw-r--r--descriptions/github.ae/dereferenced/github.ae.deref.json2
-rw-r--r--descriptions/github.ae/dereferenced/github.ae.deref.yaml3
-rw-r--r--descriptions/github.ae/github.ae.json2
-rw-r--r--descriptions/github.ae/github.ae.yaml3
28 files changed, 62 insertions, 18 deletions
diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json
index 0c714ce6f..c0bc928b8 100644
--- a/descriptions/api.github.com/api.github.com.json
+++ b/descriptions/api.github.com/api.github.com.json
@@ -34027,7 +34027,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
@@ -56446,7 +56446,7 @@
"key": {
"description": "The public SSH key to add to your GitHub account. For more information, see \"[Checking for existing SSH keys](https://docs.github.com/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys).\"",
"type": "string",
- "pattern": "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) "
+ "pattern": "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) |^(sk-ssh-ed25519|sk-ecdsa-sha2-nistp256)@openssh.com "
}
},
"required": [
diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml
index faea576a6..6c669d03d 100644
--- a/descriptions/api.github.com/api.github.com.yaml
+++ b/descriptions/api.github.com/api.github.com.yaml
@@ -24837,6 +24837,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
@@ -40683,7 +40686,8 @@ paths:
description: The public SSH key to add to your GitHub account. For
more information, see "[Checking for existing SSH keys](https://docs.github.com/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys)."
type: string
- pattern: "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) "
+ pattern: "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521)
+ |^(sk-ssh-ed25519|sk-ecdsa-sha2-nistp256)@openssh.com "
required:
- key
type: object
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json
index ab9b2da1b..0989483a7 100644
--- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json
+++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json
@@ -262150,7 +262150,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
@@ -476363,7 +476363,7 @@
"key": {
"description": "The public SSH key to add to your GitHub account. For more information, see \"[Checking for existing SSH keys](https://docs.github.com/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys).\"",
"type": "string",
- "pattern": "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) "
+ "pattern": "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) |^(sk-ssh-ed25519|sk-ecdsa-sha2-nistp256)@openssh.com "
}
},
"required": [
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
index 2c0b93f80..52f01ad73 100644
--- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
+++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
@@ -51668,6 +51668,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
@@ -79936,7 +79939,8 @@ paths:
description: The public SSH key to add to your GitHub account. For
more information, see "[Checking for existing SSH keys](https://docs.github.com/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys)."
type: string
- pattern: "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) "
+ pattern: "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521)
+ |^(sk-ssh-ed25519|sk-ecdsa-sha2-nistp256)@openssh.com "
required:
- key
type: object
diff --git a/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json b/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json
index b1bfb1a9e..b26186801 100644
--- a/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json
+++ b/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json
@@ -211991,7 +211991,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml b/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml
index b15837e41..56458c699 100644
--- a/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml
+++ b/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml
@@ -43824,6 +43824,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/ghes-3.2/ghes-3.2.json b/descriptions/ghes-3.2/ghes-3.2.json
index a3f1858e1..f9ddf0fc3 100644
--- a/descriptions/ghes-3.2/ghes-3.2.json
+++ b/descriptions/ghes-3.2/ghes-3.2.json
@@ -29749,7 +29749,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/ghes-3.2/ghes-3.2.yaml b/descriptions/ghes-3.2/ghes-3.2.yaml
index 6f6bcddbb..04844a105 100644
--- a/descriptions/ghes-3.2/ghes-3.2.yaml
+++ b/descriptions/ghes-3.2/ghes-3.2.yaml
@@ -21939,6 +21939,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json b/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json
index ed99f2c53..6931d7978 100644
--- a/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json
+++ b/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json
@@ -213807,7 +213807,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.yaml b/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.yaml
index 2b6dcc9d2..69c4bb07e 100644
--- a/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.yaml
+++ b/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.yaml
@@ -44262,6 +44262,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/ghes-3.3/ghes-3.3.json b/descriptions/ghes-3.3/ghes-3.3.json
index 82531f755..550ee3432 100644
--- a/descriptions/ghes-3.3/ghes-3.3.json
+++ b/descriptions/ghes-3.3/ghes-3.3.json
@@ -29557,7 +29557,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/ghes-3.3/ghes-3.3.yaml b/descriptions/ghes-3.3/ghes-3.3.yaml
index 40a424525..5c1c53592 100644
--- a/descriptions/ghes-3.3/ghes-3.3.yaml
+++ b/descriptions/ghes-3.3/ghes-3.3.yaml
@@ -21306,6 +21306,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.json b/descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.json
index 18ee76156..57f90702d 100644
--- a/descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.json
+++ b/descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.json
@@ -227813,7 +227813,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.yaml b/descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.yaml
index e8748ea5c..5f8adf09a 100644
--- a/descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.yaml
+++ b/descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.yaml
@@ -46537,6 +46537,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/ghes-3.4/ghes-3.4.json b/descriptions/ghes-3.4/ghes-3.4.json
index a350b8c9b..8c44d3a55 100644
--- a/descriptions/ghes-3.4/ghes-3.4.json
+++ b/descriptions/ghes-3.4/ghes-3.4.json
@@ -31421,7 +31421,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/ghes-3.4/ghes-3.4.yaml b/descriptions/ghes-3.4/ghes-3.4.yaml
index efe30aba5..19a58dffb 100644
--- a/descriptions/ghes-3.4/ghes-3.4.yaml
+++ b/descriptions/ghes-3.4/ghes-3.4.yaml
@@ -22806,6 +22806,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json b/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json
index 4d60324c5..4a8b12097 100644
--- a/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json
+++ b/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.json
@@ -236262,7 +236262,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml b/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml
index e2769e8f7..aacef710e 100644
--- a/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml
+++ b/descriptions/ghes-3.5/dereferenced/ghes-3.5.deref.yaml
@@ -47920,6 +47920,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/ghes-3.5/ghes-3.5.json b/descriptions/ghes-3.5/ghes-3.5.json
index 110f01e82..739627cf5 100644
--- a/descriptions/ghes-3.5/ghes-3.5.json
+++ b/descriptions/ghes-3.5/ghes-3.5.json
@@ -32486,7 +32486,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/ghes-3.5/ghes-3.5.yaml b/descriptions/ghes-3.5/ghes-3.5.yaml
index 96c9af492..7253ca8d5 100644
--- a/descriptions/ghes-3.5/ghes-3.5.yaml
+++ b/descriptions/ghes-3.5/ghes-3.5.yaml
@@ -23554,6 +23554,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/ghes-3.6/dereferenced/ghes-3.6.deref.json b/descriptions/ghes-3.6/dereferenced/ghes-3.6.deref.json
index 0c1af4234..cd5026d2f 100644
--- a/descriptions/ghes-3.6/dereferenced/ghes-3.6.deref.json
+++ b/descriptions/ghes-3.6/dereferenced/ghes-3.6.deref.json
@@ -242151,7 +242151,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/ghes-3.6/dereferenced/ghes-3.6.deref.yaml b/descriptions/ghes-3.6/dereferenced/ghes-3.6.deref.yaml
index 0c23334c4..26d947242 100644
--- a/descriptions/ghes-3.6/dereferenced/ghes-3.6.deref.yaml
+++ b/descriptions/ghes-3.6/dereferenced/ghes-3.6.deref.yaml
@@ -48551,6 +48551,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/ghes-3.6/ghes-3.6.json b/descriptions/ghes-3.6/ghes-3.6.json
index b5f5901ac..cfddbddfd 100644
--- a/descriptions/ghes-3.6/ghes-3.6.json
+++ b/descriptions/ghes-3.6/ghes-3.6.json
@@ -32784,7 +32784,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/ghes-3.6/ghes-3.6.yaml b/descriptions/ghes-3.6/ghes-3.6.yaml
index 4ceb60f83..6a6016c93 100644
--- a/descriptions/ghes-3.6/ghes-3.6.yaml
+++ b/descriptions/ghes-3.6/ghes-3.6.yaml
@@ -23785,6 +23785,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/github.ae/dereferenced/github.ae.deref.json b/descriptions/github.ae/dereferenced/github.ae.deref.json
index 6803c6884..527091529 100644
--- a/descriptions/github.ae/dereferenced/github.ae.deref.json
+++ b/descriptions/github.ae/dereferenced/github.ae.deref.json
@@ -200838,7 +200838,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/github.ae/dereferenced/github.ae.deref.yaml b/descriptions/github.ae/dereferenced/github.ae.deref.yaml
index 3fbe446a7..42f09e386 100644
--- a/descriptions/github.ae/dereferenced/github.ae.deref.yaml
+++ b/descriptions/github.ae/dereferenced/github.ae.deref.yaml
@@ -42008,6 +42008,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree
diff --git a/descriptions/github.ae/github.ae.json b/descriptions/github.ae/github.ae.json
index 1e92133ce..c285684aa 100644
--- a/descriptions/github.ae/github.ae.json
+++ b/descriptions/github.ae/github.ae.json
@@ -27104,7 +27104,7 @@
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
"get": {
"summary": "Get a tree",
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
"tags": [
"git"
],
diff --git a/descriptions/github.ae/github.ae.yaml b/descriptions/github.ae/github.ae.yaml
index 61b986260..29147a526 100644
--- a/descriptions/github.ae/github.ae.yaml
+++ b/descriptions/github.ae/github.ae.yaml
@@ -19681,6 +19681,9 @@ paths:
Returns a single tree using the SHA1 value for that tree.
If `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.
+
+
+ **Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.
tags:
- git
operationId: git/get-tree