Manages diffs in a revision (allow creation)

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