Manages diffs in a revision (allow creation)

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