Skip to main content
GET
/
api
/
git
/
diff
/
{path}
Git Diff
curl --request GET \
  --url https://api.example.com/api/git/diff/{path}
{
  "modified": "<string>",
  "original": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-docs-v1-local-agent-server-guide.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

path
string<path>
required

Response

Successful Response

modified
string | null
required
original
string | null
required