Manages diffs in a revision (allow creation)

GET /v1/revision/492060/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": 1079366,
            "phid": "PHID-DIFF-v6dru54uaxv3gxwtcl4w",
            "review_task_id": "OOL2IligQUqEZ_QIi56xXg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "cfe6b2770f034c4de16b5386ba046898040b094b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079366/issues/?format=api"
        }
    ]
}