Manages diffs in a revision (allow creation)

GET /v1/revision/475597/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": 1037680,
            "phid": "PHID-DIFF-s455jlcddrhnxattykv2",
            "review_task_id": "T1K9a3pbSGGy3XGqNdqb6A",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "c8302e4e6812ebe6285f5840ade8785a757cbf67",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1037680/issues/?format=api"
        }
    ]
}