Manages diffs in a revision (allow creation)

GET /v1/revision/400313/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": 946916,
            "phid": "PHID-DIFF-6bxympwvlh77oifdlomz",
            "review_task_id": "eGi_qDB0RJ2KE42P3FyJtg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5332aaa22087a266d664dd11ca1adbf4aa5a6f1f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946916/issues/?format=api"
        }
    ]
}