Manages diffs in a revision (allow creation)

GET /v1/revision/494966/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": 1082287,
            "phid": "PHID-DIFF-xda6tbgpd7zxe54w5c2w",
            "review_task_id": "XXQVU9bISbqoK5H0UZIv2Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "96c580afdcc67d9e401bf8dad73a1f4bfc0e187c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1082287/issues/?format=api"
        },
        {
            "id": 1086984,
            "phid": "PHID-DIFF-xvorgq2h4stjp5i5cewu",
            "review_task_id": "RDRpsPocSbC1RifMCN4Emw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e92cea18d87fab5ef23c8515b5426e816c785c5d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1086984/issues/?format=api"
        },
        {
            "id": 1087041,
            "phid": "PHID-DIFF-efuxqxohdrhftbrh65a3",
            "review_task_id": "dG-Xpvj0T-GWSTyuxfgpSw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "24a095b15eb97a70a312690e92eba0084604ff8a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087041/issues/?format=api"
        }
    ]
}