cURL
curl --request GET \ --url https://developer.synq.io/api/git/v1/commit/{commit_sha} \ --header 'Authorization: Bearer <token>'
{ "commitDiff": { "commitSha": "<string>", "fileDiffs": [ { "filePath": "<string>", "diff": "<string>" } ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
40
Success
Show child attributes