Manages diffs in a revision (allow creation)

GET /v1/revision/474033/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": 1027484,
            "phid": "PHID-DIFF-bexk6pakx7szwmc33eg5",
            "review_task_id": "TDKKmaV5T2qnzh1a7VkbsA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8359a7fcc15629edb36e2c0def890669a97ac460",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1027484/issues/?format=api"
        }
    ]
}