Manages diffs in a revision (allow creation)

GET /v1/revision/404081/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": 950824,
            "phid": "PHID-DIFF-mr5yfogh4q2s3vxol5h4",
            "review_task_id": "XWOwkEf0QCSIG32ayGCnAw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "56359fda70d5dca21e12d75ae3111cfd84a400d4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950824/issues/?format=api"
        },
        {
            "id": 950828,
            "phid": "PHID-DIFF-st2axjbazoqhugtvxard",
            "review_task_id": "MJ4OdeuaQUm-pt2lKR3K8w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fce1c991c36f79074ecbd4045c0072de14953581",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950828/issues/?format=api"
        }
    ]
}