We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a432d6 commit aff6c4bCopy full SHA for aff6c4b
1 file changed
github/repos_contents.go
@@ -51,7 +51,7 @@ type RepositoryContentResponse struct {
51
// RepositoryContentFileOptions specifies optional parameters for CreateFile, UpdateFile, and DeleteFile.
52
type RepositoryContentFileOptions struct {
53
Message *string `json:"message,omitempty"`
54
- Content []byte `json:"content,omitempty"` // unencoded
+ Content []byte `json:"content"` // unencoded
55
SHA *string `json:"sha,omitempty"`
56
Branch *string `json:"branch,omitempty"`
57
Author *CommitAuthor `json:"author,omitempty"`
0 commit comments