Manages diffs in a revision (allow creation)

GET /v1/revision/417321/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": 960919,
            "phid": "PHID-DIFF-qxhcry7brpfwuu2ye7pr",
            "review_task_id": "bEba8JEZS669a0ayzsvUgA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ee0e0613f2446072f016d0c4ede272f1db3fcd6e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960919/issues/?format=api"
        },
        {
            "id": 961663,
            "phid": "PHID-DIFF-kf3sseogguzjlbpmjifn",
            "review_task_id": "bK0PlfxGSB2QUG4UOErK2A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3affb23d2538b1d58b18aedde12f6eedd8f18bf0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/961663/issues/?format=api"
        }
    ]
}