Manages diffs in a revision (allow creation)

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