Manages diffs in a revision (allow creation)

GET /v1/revision/475594/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": 1037669,
            "phid": "PHID-DIFF-jr7kihvzfz7mirmprrft",
            "review_task_id": "L6icxJF-QPu_9PQo-ggCBQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b89e992dfcd5902dd338c44de50499403d5dd2af",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1037669/issues/?format=api"
        },
        {
            "id": 1037681,
            "phid": "PHID-DIFF-memlbkclcq3upvtetpbr",
            "review_task_id": "I2qG9GgWSY634t-39cW1dQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0738d8abe0d195392af10991e5d7c2ec6c1a7f78",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1037681/issues/?format=api"
        }
    ]
}