Manages diffs in a revision (allow creation)

GET /v1/revision/491421/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": 1078687,
            "phid": "PHID-DIFF-f37sptzv32miwe3ayy5q",
            "review_task_id": "DjOYz6ZaS2mokfRpYm77lQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "25ea27aa1d269d98902cdfccdbb5ab143c4e1283",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078687/issues/?format=api"
        }
    ]
}