Manages diffs in a revision (allow creation)

GET /v1/revision/387477/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": 937831,
            "phid": "PHID-DIFF-l6z4cnk6e6bvi2vega4l",
            "review_task_id": "HPJeRmczSfWZcT13Y26X1g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f9ccf0cbe74556fcbbd5192193ba842b1a199bee",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937831/issues/?format=api"
        }
    ]
}