Manages diffs in a revision (allow creation)

GET /v1/revision/398427/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 946091,
            "phid": "PHID-DIFF-lvyq4vxi4ke3tkbozhe2",
            "review_task_id": "XiD_p1RfRFiLtoMn7kbazw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c06f448efcb6d1f1cf194f30deddf0a0a606fabb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946091/issues/?format=api"
        },
        {
            "id": 952220,
            "phid": "PHID-DIFF-wey43p3bnmn4i4eikai4",
            "review_task_id": "RiB4_6eZReGAQj3QT1JYUA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "caa687b4a09060256c14b5799f928558a27b4e92",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952220/issues/?format=api"
        }
    ]
}