Manages diffs in a revision (allow creation)

GET /v1/revision/411551/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": 956220,
            "phid": "PHID-DIFF-omxsyovvk5cw4g6dxhnm",
            "review_task_id": "DgAbfS-BSZ2oZhUf3pBRhg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6c9cd4ab9cd6390dd1fd6eb35f9c430ba92aa2e5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956220/issues/?format=api"
        }
    ]
}