Manages diffs in a revision (allow creation)

GET /v1/revision/518404/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": 1110333,
            "phid": "PHID-DIFF-2cev4fxys4xefpw6aczv",
            "review_task_id": "Rgs6va-lR72EpIhoRYk7XQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ae8dd11e6daa7bd24904745e2704eaf1886418fb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110333/issues/?format=api"
        },
        {
            "id": 1110994,
            "phid": "PHID-DIFF-q5x4fptge5ykjvr7emho",
            "review_task_id": "bBmc4L_LR4-sRx1MFFZkrA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2f241a3c8c3f2ac35519a6f48f8a40a3deda4d0c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110994/issues/?format=api"
        }
    ]
}