Manages diffs in a revision (allow creation)

GET /v1/revision/392767/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": 941565,
            "phid": "PHID-DIFF-wla4rghdybohebfacjfm",
            "review_task_id": "EPAKnBEPQzi3Ws7wynGvyQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "42b154ffe806198f2bb5adce29495ac917564bd6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/941565/issues/?format=api"
        },
        {
            "id": 946498,
            "phid": "PHID-DIFF-oyfoznkhrei7iijnbkgw",
            "review_task_id": "JHphs0GpSha7LhHf_Dn8Pg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "831787431805be902ee671f6e4793898891661d0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946498/issues/?format=api"
        }
    ]
}