Manages diffs in a revision (allow creation)

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