Manages diffs in a revision (allow creation)

GET /v1/revision/406114/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": 952414,
            "phid": "PHID-DIFF-kwwchhh4ml7mbsyi23g6",
            "review_task_id": "BKRsRCNzR4CNCHF3LQobjQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "24fd7275b4fc5475643c7611465d9f982f0764d4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952414/issues/?format=api"
        }
    ]
}