Manages diffs in a revision (allow creation)

GET /v1/revision/417333/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": 960933,
            "phid": "PHID-DIFF-4n6osoqnspnuwzlprejc",
            "review_task_id": "TNDYZT2pQQitrLfoypglQg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cd6c985c7aefed14f3abf18f15183ef02105d8ad",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960933/issues/?format=api"
        }
    ]
}