Manages diffs in a revision (allow creation)

GET /v1/revision/493558/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": 1081117,
            "phid": "PHID-DIFF-o3at2jh6vz5ct4x4qjjx",
            "review_task_id": "NXwnrdXkQYC6U7xHtIrGGA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cce31b6e4f4a151bfea13f0013cf11783642342e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081117/issues/?format=api"
        }
    ]
}