Update OpenAPI Descriptions (#30609)
This commit is contained in:
committed by
GitHub
parent
502435adb2
commit
ef15a4185b
@@ -294549,7 +294549,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Returns a single tree using the SHA1 value for that tree.</p>\n<p>If <code>truncated</code> is <code>true</code> in the response then the number of items in the <code>tree</code> 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.</p>",
|
||||
"descriptionHTML": "<p>Returns a single tree using the SHA1 value for that tree.</p>\n<p>If <code>truncated</code> is <code>true</code> in the response then the number of items in the <code>tree</code> 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.</p>\n<p><strong>Note</strong>: The limit for the <code>tree</code> array is 100,000 entries with a maximum size of 7 MB when using the <code>recursive</code> parameter.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
Reference in New Issue
Block a user