Manages diffs in a revision (allow creation)

GET /v1/revision/391041/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": 940016,
            "phid": "PHID-DIFF-7qzjy6fgy6wo2hyq7r7k",
            "review_task_id": "bhnpyQI-Sjmbvpv7NpMlvw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a0e219e2a4435a6fe6b118bfe9b330ea047d67eb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940016/issues/?format=api"
        },
        {
            "id": 940026,
            "phid": "PHID-DIFF-lxbx2swocpj3jhbrqspr",
            "review_task_id": "RqxG1idUQ665dqrzL6HOpg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1749ddb40e3569ab41531349c55ae297844d9442",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940026/issues/?format=api"
        }
    ]
}