Manages diffs in a revision (allow creation)

GET /v1/revision/478073/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": 1056373,
            "phid": "PHID-DIFF-xdnn5gh67g7f5xmensnv",
            "review_task_id": "AmyNqJFCQkqneLnORUZH_g",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "95e09a54cc9d92652944376d24695887a248fdae",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1056373/issues/?format=api"
        }
    ]
}