Manages diffs in a revision (allow creation)

GET /v1/revision/391801/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": 940531,
            "phid": "PHID-DIFF-k7zkjfsq7bywdrxvntpn",
            "review_task_id": "GTF-6HHbRAiFed9vlgQKyA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3cb95dadf92edcaa0ad6dfe6342ccbf6104e6370",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940531/issues/?format=api"
        },
        {
            "id": 953406,
            "phid": "PHID-DIFF-u4gsvhfdtwq6mxcxgc2f",
            "review_task_id": "ShRGen2sQLKdgGXeAxQWbg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0247f9bb59a98fda99e1abbc05f88d05a2d46aa2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953406/issues/?format=api"
        }
    ]
}