We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1d95a commit e18ad2eCopy full SHA for e18ad2e
1 file changed
content/v3/repos/contents.md
@@ -30,15 +30,17 @@ ref
30
31
## Get contents
32
33
-This method returns the contents of any file or directory in a repository.
+This method returns the contents of a file or directory in a repository.
34
35
GET /repos/:owner/:repo/contents/:path
36
37
Files and symlinks support [a custom media type](#custom-media-types) for getting the raw content.
38
Directories do _not_ support custom media types.
39
40
-*Note*: To get a repository's contents recursively, you can [recursively get
41
-the tree](/v3/git/trees/).
+*Notes*:
+
42
+- To get a repository's contents recursively, you can [recursively get the tree](/v3/git/trees/).
43
+- This API supports files up to 1 megabyte in size.
44
45
### Parameters
46
0 commit comments