Manages diffs in a revision (allow creation)

GET /v1/revision/409463/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": 954455,
            "phid": "PHID-DIFF-zl5rcdpgtjccakcyoesw",
            "review_task_id": "APZqCDnoRYSC6krpAXSaYg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "964ce63ac8c6aea09dfb3fec9101c8a31ce0a0e3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954455/issues/?format=api"
        }
    ]
}