cURL
curl --request GET \ --url http://localhost:3000/api/v1/proposals/{id}/changes \ --cookie nut-session=
{ "success": true, "data": { "changes": [ { "path": "<string>", "type": "create", "content": "<string>", "oldPath": "<string>" } ] } }
Retrieve all file changes associated with a proposal
Session cookie authentication
Proposal ID
List of changes
Show child attributes
File path
create
modify
delete
rename
File content (for create/modify)
Original path (for rename)