curl --request GET \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/git/diff \
--header 'Authorization: Bearer <token>'
"<string>"
Get git diff for a specific file
curl --request GET \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/git/diff \
--header 'Authorization: Bearer <token>'
"<string>"
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Conversation ID
Path of the file to get diff for
Git diff
The response is of type string
.
Was this page helpful?