Manages diffs in a revision (allow creation)

GET /v1/revision/496260/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": 1087072,
            "phid": "PHID-DIFF-vh467xahisbgos3fltod",
            "review_task_id": "CjXxLPIqS4Wu9QJIwuoMgg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3f184779f255cebbb36309bd5b41d4c8cc2c83c0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087072/issues/?format=api"
        },
        {
            "id": 1087165,
            "phid": "PHID-DIFF-vc5qehoxpboonnvil22j",
            "review_task_id": "S4qwzEsdTZqm4fgQMmQtaw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9debd91f1389f0a12d6600ba5ad44a78abbea255",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087165/issues/?format=api"
        },
        {
            "id": 1088045,
            "phid": "PHID-DIFF-fjknvzcbhqgwrmtxbgyg",
            "review_task_id": "ZBCB_GYsTxGdWEbCBzY8Lw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fee43e748ef37e1dcb54f9f23b8e2c1de6fad1b2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1088045/issues/?format=api"
        }
    ]
}