We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ed794 commit 5504f96Copy full SHA for 5504f96
1 file changed
content/v3/git/trees.md
@@ -66,13 +66,13 @@ out and use that SHA for this entry. Use either this or `tree.sha`
66
67
### Input
68
69
-<%= json
+<%= json \
70
"base_tree" => "9fb037999f264ba9a7fc6274d15fa3ae2ab98312", \
71
"tree"=> \
72
- [{"path"=>"file.rb", \
73
- "mode"=>"100644", \
74
- "type"=>"blob", \
75
- "sha"=>"44b4fc6d56897b048c772eb4087f854f46256132"}] %>
+ [{"path"=>"file.rb", \
+ "mode"=>"100644", \
+ "type"=>"blob", \
+ "sha"=>"44b4fc6d56897b048c772eb4087f854f46256132"}] %>
76
77
### Response
78
0 commit comments