Manages diffs in a revision (allow creation)

GET /v1/revision/493564/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1081084,
            "phid": "PHID-DIFF-uauydsywsfz5f7l2i7kp",
            "review_task_id": "XD4mgAdUQQughCCw5HKhYQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5a5d3d03aced0e14adc50d8507a82fd5ffd5c48a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081084/issues/?format=api"
        },
        {
            "id": 1081109,
            "phid": "PHID-DIFF-nbv5jhn6ynfj2mhsuws4",
            "review_task_id": "P3Qy9LVvSZ6w7hjtg_R6mQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a13e2d7c190372035b64be77b41239a5ddbcc43e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081109/issues/?format=api"
        }
    ]
}