Manages diffs in a revision (allow creation)

GET /v1/revision/405787/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": 952000,
            "phid": "PHID-DIFF-kbbzb76t6oeh6l3vuwll",
            "review_task_id": "UWEPV16QSRuAWHH9uTTDLA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b56a85efe53aa52e168ed0f8bc7372b36796d267",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952000/issues/?format=api"
        },
        {
            "id": 952478,
            "phid": "PHID-DIFF-qn2zztwcu5ief5qrwi4p",
            "review_task_id": "P7xwcQ6rSqSoY8pHKsII_g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "05a8e1edaa033defea6a75e26b3e38078a5eadbd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952478/issues/?format=api"
        },
        {
            "id": 952543,
            "phid": "PHID-DIFF-jp5hpvahzglq6dbwbmmk",
            "review_task_id": "TMqR5sGPSoG0KaUhOthu_Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2420965a0b180baf27ddcf1d4dca6f94a2470ba7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952543/issues/?format=api"
        }
    ]
}