Manages diffs in a revision (allow creation)

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