Manages diffs in a revision (allow creation)

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