Create a blob
POST {{baseUrl}}/repos/:owner/:repo/git/blobs
Request Body
{"content"=>"<string>", "encoding"=>"utf-8"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"url":"https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15","sha":"3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15"}