Manages diffs in a revision (allow creation)

GET /v1/revision/514593/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": 1107182,
            "phid": "PHID-DIFF-olhe7jjv636yqhqpjeif",
            "review_task_id": "XQ_gKOunQcG2VWrdudl-dA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7bedbab012075d1ab60e813c76f2185e4d5b9d4b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1107182/issues/?format=api"
        },
        {
            "id": 1108836,
            "phid": "PHID-DIFF-fcptvxpiu6kpka5ji7eu",
            "review_task_id": "AQhRfd9QSjKlph9tZr3Euw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b973e642076cc41ef4d742d107b3ef4d9f39a8ff",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108836/issues/?format=api"
        }
    ]
}