Manages diffs in a revision (allow creation)

GET /v1/revision/413248/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": 957632,
            "phid": "PHID-DIFF-7ja3l7ezombgahtkcvp4",
            "review_task_id": "FkLDOyXYTf6QFRVKnqP51A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c9f9df1cbbe6ea4cc2725cfc92dfdbf3e28e1388",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957632/issues/?format=api"
        },
        {
            "id": 966270,
            "phid": "PHID-DIFF-jpvmcqd35zpy5dqn6kwr",
            "review_task_id": "Gg8kaOrlRaKtEaWacKkrlw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c6ec96fc443e6b2e5e1008c1d6a447240e27ca51",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/966270/issues/?format=api"
        }
    ]
}