Manages diffs in a revision (allow creation)

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