Manages diffs in a revision (allow creation)

GET /v1/revision/515530/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": 1108053,
            "phid": "PHID-DIFF-wuagmxdbv5kcporsu3bv",
            "review_task_id": "G21LF5_7Q1674xLai4Jouw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "62298b42775ab41f35bf0e23f743beb477a87a8e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108053/issues/?format=api"
        },
        {
            "id": 1108064,
            "phid": "PHID-DIFF-q3n7qhubb74qnr4gtuug",
            "review_task_id": "fbUvp46EQ8q7K9ZyhBOA0Q",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "7d5f24f4dec45d7699580f8d2c84523ea6d504e4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108064/issues/?format=api"
        }
    ]
}