Manages diffs in a revision (allow creation)

GET /v1/revision/482100/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": 1065868,
            "phid": "PHID-DIFF-pdy2xqt4pejvuobze6wp",
            "review_task_id": "SKn45ph2Tq-Q-9xuiNRRNQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b1e666a80bbdfee5c8278dca8f1eb56d34b0e076",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1065868/issues/?format=api"
        },
        {
            "id": 1065876,
            "phid": "PHID-DIFF-rfnq3m7lqkujwdmtrru2",
            "review_task_id": "DNp2G7_4Tsuy6XmaOWZvUA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "33d6c2336b4a1b2e3dc6ed10319cddd5b161b67d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1065876/issues/?format=api"
        },
        {
            "id": 1067172,
            "phid": "PHID-DIFF-6h3jfpvfbasm6re3cl75",
            "review_task_id": "PeyaKVSMSAK-Cg9sQQYyvA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "930f21aafd9ede50f3120c1ab617dfb842c31c6b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1067172/issues/?format=api"
        }
    ]
}