Manages diffs in a revision (allow creation)

GET /v1/revision/510763/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": 1104286,
            "phid": "PHID-DIFF-5anmwgx2otipzl4ztfik",
            "review_task_id": "MNd3qs_CTfScqiZr7k0XuA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "44f04692e084edec28c6b463e193428fd9ff6f70",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1104286/issues/?format=api"
        }
    ]
}