Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit fec5b01

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 7a53bca commit fec5b01

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/v3/repos/contents.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,16 @@ This method returns the contents of a file or directory in a repository.
3838
Files and symlinks support [a custom media type](#custom-media-types) for retrieving the raw content or rendered HTML (when supported).
3939
Directories and submodules do _not_ support custom media types.
4040

41-
*Notes*:
41+
{{#tip}}
42+
43+
**Note**:
4244

4345
- To get a repository's contents recursively, you can [recursively get the tree](/v3/git/trees/).
46+
- This API has an upper limit of 1,000 files for a directory. If you need to retrieve more files, use the [Git Trees API](/v3/git/trees/#get-a-tree)
4447
- This API supports files up to 1 megabyte in size.
4548

49+
{{/tip}}
50+
4651
### Parameters
4752

4853
Name | Type | Description

0 commit comments

Comments
 (0)