Manages diffs in a revision (allow creation)

GET /v1/revision/521332/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": 1112197,
            "phid": "PHID-DIFF-u2ako5wooerskwwqsbjz",
            "review_task_id": "QZhfMP2dQAOPzLojqV8fKA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "9d9430b90f82059136b8ce413fc64a713c5b513b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112197/issues/?format=api"
        }
    ]
}