Manages diffs in a revision (allow creation)

GET /v1/revision/409053/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": 953758,
            "phid": "PHID-DIFF-sy6c2tkldqh5t54va7he",
            "review_task_id": "EtS_MEdfQW-itLddro1sCQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "208f95c1030ce2f56e6555c193645146ef09e962",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953758/issues/?format=api"
        }
    ]
}