Manages diffs in a revision (allow creation)

GET /v1/revision/391028/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": 940009,
            "phid": "PHID-DIFF-njshmdvhaynpqwh4dcng",
            "review_task_id": "LBpUno4YQ7KbqI4reXRRKA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1a6003e5da5fe6135307dc62a2bc8c50a0596e62",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940009/issues/?format=api"
        }
    ]
}