Skip to content

Commit 541d426

Browse files
committed
Edited content/v3/git/trees.md via GitHub
1 parent d5209cc commit 541d426

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/v3/git/trees.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Git DB Trees API v3 | developer.github.com
66

77
## Get a Tree
88

9-
GET /git/:user/:repo/tree/:sha
9+
GET /repos/:user/:repo/trees/:sha
1010

1111
### Response
1212

@@ -15,7 +15,7 @@ title: Git DB Trees API v3 | developer.github.com
1515

1616
## Get a Tree Recursively
1717

18-
GET /git/:user/:repo/tree/full/:sha
18+
GET /repos/:user/:repo/trees/:sha?recursive=1
1919

2020
### Response
2121

@@ -29,7 +29,7 @@ tree and a nested path modifying that tree are specified, it will
2929
overwrite the contents of that tree with the new path contents and write
3030
a new tree out.
3131

32-
POST /git/:user/:repo/tree
32+
POST /repos/:user/:repo/trees
3333

3434
### Parameters
3535

0 commit comments

Comments
 (0)