Manages diffs in a revision (allow creation)

GET /v1/revision/475788/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": 1039189,
            "phid": "PHID-DIFF-g5ko5f63zjtih7v24kc3",
            "review_task_id": "Gg3pVU46SEqAsuoiv7jeEQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2611cbe603843b0fc6aababaa498e4ade26e5817",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039189/issues/?format=api"
        }
    ]
}