Manages diffs in a revision (allow creation)

GET /v1/revision/475868/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": 1039786,
            "phid": "PHID-DIFF-ym7gnbh242gk56jkilip",
            "review_task_id": "aMEzbaMGQ8q1wlh4CfYwwQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8e14accef22cca0f6c0586048b1d116558df33d3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039786/issues/?format=api"
        }
    ]
}