Manages diffs in a revision (allow creation)

GET /v1/revision/390981/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": 939983,
            "phid": "PHID-DIFF-h6ma2xe7s4ujbua5tket",
            "review_task_id": "YwZAn11HR1SQdrVF8utfUg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "eabb31ea7b0bcf60c4247a16246e96daefd1da6c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/939983/issues/?format=api"
        },
        {
            "id": 939986,
            "phid": "PHID-DIFF-qieitgpdp234mhbnqa2p",
            "review_task_id": "SZsYohqjS2auVpoCIGqxbg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e2a953e894e199f42638d104b79ac48e2ea4485d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/939986/issues/?format=api"
        }
    ]
}