Manages diffs in a revision (allow creation)

GET /v1/revision/400358/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": 946993,
            "phid": "PHID-DIFF-ugadr7yntdepfjzkkfj3",
            "review_task_id": "I_CSE4nNSzCkfM9XZwH0DA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "31868410ee047373333f47fcc1ad4e202b2e9221",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946993/issues/?format=api"
        }
    ]
}