Manages diffs in a revision (allow creation)

GET /v1/revision/410492/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": 955131,
            "phid": "PHID-DIFF-x4ptpbn5fxe2flqllf5k",
            "review_task_id": "Q030n0TURXK-hhwhnRAP-w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3278284c160354e75ff7c37fc1b8a84cb6253f66",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955131/issues/?format=api"
        },
        {
            "id": 969853,
            "phid": "PHID-DIFF-46j4pujg6baz5qlt5lfx",
            "review_task_id": "LmcCOHNsT_6WBB9UOP33Dg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fab883b06b9be610ab234269d8280e8d40549c9c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/969853/issues/?format=api"
        }
    ]
}