Manages diffs in a revision (allow creation)

GET /v1/revision/400495/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": 947480,
            "phid": "PHID-DIFF-t3kgutxvpduxiqcayigc",
            "review_task_id": "H7Cfl3NvSvakDMa01dL4-Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0732bbf8f8f40a911568c744e5a67620d7a86b13",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/947480/issues/?format=api"
        }
    ]
}