Manages diffs in a revision (allow creation)

GET /v1/revision/387426/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": 937761,
            "phid": "PHID-DIFF-gcvy7wjcbzwobaxbeyhv",
            "review_task_id": "PBtiPqA3SNmLXp0xg8j4ZQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2cb04fdd03c46d5c956317d72e4020493ebe3313",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937761/issues/?format=api"
        }
    ]
}