GetDiffByCommit
synq.git.commits.v1.CommitsService
GetDiffByCommit
GET
GetDiffByCommit
Documentation Index
Fetch the complete documentation index at: https://docs.synq.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Commit SHA. Accepts either the full 40-char hex hash or any unique
hex prefix of at least 7 characters (server resolves the prefix
against stored commits, like git rev-parse <prefix>). Ambiguous or
unmatched prefixes return an empty diff rather than an error.
Required string length:
7 - 40Pattern:
^[0-9a-fA-F]+$Query Parameters
Response
200 - application/json
Success