Manages diffs in a revision (allow creation)

GET /v1/revision/478438/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": 1058261,
            "phid": "PHID-DIFF-swsnahjqptvjdvwjy3x6",
            "review_task_id": "NG4OSeSzQKyhs5IenoYGzA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "36033bc58f53c88155a305905f6c3eb5ecb9ee5c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058261/issues/?format=api"
        }
    ]
}