Manages diffs in a revision (allow creation)

GET /v1/revision/391728/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": 940491,
            "phid": "PHID-DIFF-53n3gkq4pjdgf7hz47jd",
            "review_task_id": "aqFl8y4jSVG00fcpdjvqcA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "00f331ba79914c5fc57cdde0245d32647d52e446",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940491/issues/?format=api"
        }
    ]
}