cURL
curl --request GET \ --url https://api.example.com/api/git/changes/{path}
[ { "status": "MOVED", "path": "<string>" } ]
Successful Response
MOVED
ADDED
DELETED
UPDATED
Was this page helpful?