Manages diffs in a revision (allow creation)

GET /v1/revision/482730/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1066422,
            "phid": "PHID-DIFF-3egqwh6u55takqevgmqd",
            "review_task_id": "R52-8CahRI6-k7FW3r17_w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0ea1de9a5da7bd3a8a7234c838d893c2ea16023e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1066422/issues/?format=api"
        }
    ]
}