Manages diffs in a revision (allow creation)

GET /v1/revision/477385/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1052524,
            "phid": "PHID-DIFF-5xepdgapobl56vrbxynl",
            "review_task_id": "XnbyGrXGQ8W9Rx-3E2ZWLg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "49f8a043e96461c41fd03a9e743f66225559907a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1052524/issues/?format=api"
        }
    ]
}