Manages diffs in a revision (allow creation)

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1040521,
            "phid": "PHID-DIFF-7ywxfjfm6cdxqiyzgmpv",
            "review_task_id": "XP6HiNhOQziysuhfgRw-dQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1374321b1e561b3cde94beaeec374e1f0514688d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1040521/issues/?format=api"
        },
        {
            "id": 1055671,
            "phid": "PHID-DIFF-bakfvsvntk7aze7clx3i",
            "review_task_id": "Ouh03JPAQAOhZbCMPtVBRw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "714470efcbf7c42d54d3a04be704754a0e36d4a5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1055671/issues/?format=api"
        },
        {
            "id": 1055814,
            "phid": "PHID-DIFF-splt22i3phopxsd2yjpt",
            "review_task_id": "OeCzMtmISgWEX9Vafh84iA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3bfc01f60b0a3d82fd66657b0b870b8763280394",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1055814/issues/?format=api"
        }
    ]
}