Create a blob

POST {{baseUrl}}/repos/:owner/:repo/git/blobs

Request Body

{"content"=>"<string>", "encoding"=>"utf-8"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;url&quot;:&quot;https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15&quot;,&quot;sha&quot;:&quot;3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15&quot;}