Manages diffs in a revision (allow creation)

GET /v1/revision/478341/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": 1058124,
            "phid": "PHID-DIFF-br6gt6wasdvpoeupykss",
            "review_task_id": "O4t1MZg0T6-Y_xz_WBE6bQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d3ab4e0d8e98ad74745b9672d928fcf033395a9b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058124/issues/?format=api"
        }
    ]
}