{ "operationId": "atlassianListCommitsThatModifiedAFile", "method": "GET", "path": "/repositories/{workspace}/{repo_slug}/filehistory/{commit}/{path}", "summary": "Atlassian List Commits That Modified A File", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "response", "example": { "values": [ { "commit": { "date": "2011-05-17T07:32:09+00:00" }, "path": "README.rst" }, { "commit": { "date": "2011-05-16T06:33:28+00:00" }, "path": "README.txt" }, { "commit": { "date": "2011-05-16T06:15:39+00:00" }, "path": "README.txt" } ] } } ] }