Manages diffs in a revision (allow creation)

GET /v1/revision/383394/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": 935504,
            "phid": "PHID-DIFF-jjhax6wog4ygyrhk3kf3",
            "review_task_id": "MEqZvMqjQ9-w2e2Q_dPymw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6a8b21ab9e2432f7a51d560235e35835137d7e60",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935504/issues/?format=api"
        },
        {
            "id": 935776,
            "phid": "PHID-DIFF-hg577lpjwe4irgfxmtgv",
            "review_task_id": "BNVQBqM_SVOMRs3Rb_chmA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "27d6c9d537279b1c6dba1abc206788472f790ba7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935776/issues/?format=api"
        }
    ]
}