Manages diffs in a revision (allow creation)

GET /v1/revision/394917/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": 943416,
            "phid": "PHID-DIFF-onhv6jhgwj37qqrmykew",
            "review_task_id": "KzBqteMsSw2p0OY7vbeXJQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "dac9b728d681200f6406a33333b32b58f383bfbe",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943416/issues/?format=api"
        }
    ]
}