Manages diffs in a revision (allow creation)

GET /v1/revision/489912/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": 1077222,
            "phid": "PHID-DIFF-77lun6i5fe66kvhe56lp",
            "review_task_id": "cjkAiWT9RAmGcH_gyUZS2A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "de3da39e4eb764a404f1e80d8f68e249db943be4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077222/issues/?format=api"
        }
    ]
}