Skip to content

Uploading new File #24370

Discussion options

You must be logged in to vote

If this is actually the payload:

BrienKing:
{message: "Test Commit", committer:{ name: "Brien King", email:"spammehere@arcaderestoration.com"}, content: "R2FtZQ..." }

… then it’s indeed invalid JSON. The attribute keys aren’t wrapped in double quotes. It should be:

{"message": "Test Commit", "committer":{ "name": "Brien King", "email":"spammehere@arcaderestoration.com"}, "content": "R2FtZQ..." }

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment