API Reference
Get git diff
Get git diff for a specific file
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Conversation ID
Query Parameters
Path of the file to get diff for
Response
200
application/json
Git diff
The response is of type string
.