cURL
curl --request GET \ --url https://api.example.com/api/git/diff/{path}
{ "modified": "<string>", "original": "<string>" }
Successful Response
Was this page helpful?