Manages diffs in a revision (allow creation)

GET /v1/revision/518150/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": 1110233,
            "phid": "PHID-DIFF-lpubzhgfnzdbio3e52hf",
            "review_task_id": "IhlfT_t4Sc-kpNM8DJp1Wg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e00449c7c67f235c6f4c36672e1b3a6cd4eb3ee8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110233/issues/?format=api"
        }
    ]
}