Manages diffs in a revision (allow creation)

GET /v1/revision/396543/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": 945167,
            "phid": "PHID-DIFF-4bgyrwghik63lq727b66",
            "review_task_id": "JobSO-VCSsK5Z2DdACNIGA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "805d3262786252288c7a16ae876660d848ee502a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945167/issues/?format=api"
        },
        {
            "id": 945699,
            "phid": "PHID-DIFF-7hvrapttytagffh64gn4",
            "review_task_id": "A1YOn3A0S2avqtbzpB28Ag",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f632bc59bc9a28f120a044b14e4af8c9a8771d9c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945699/issues/?format=api"
        }
    ]
}