Manages diffs in a revision (allow creation)

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