Manages diffs in a revision (allow creation)

GET /v1/revision/510688/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": 1104227,
            "phid": "PHID-DIFF-y4e6txyaowzgvurw6t6w",
            "review_task_id": "FLjC-jb0QaGh7PcMC650gQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "18a9e0a34c9270d18e0da75f4c54bac48c6d801a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1104227/issues/?format=api"
        },
        {
            "id": 1104264,
            "phid": "PHID-DIFF-2tscg4uupf4aup3yzsgz",
            "review_task_id": "BF7mNhafQsqxkr0_1C5qag",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2a4219b3f05d7ac719e38d38de74dd16d7e18619",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1104264/issues/?format=api"
        }
    ]
}