Manages diffs in a revision (allow creation)

GET /v1/revision/496426/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": 1087377,
            "phid": "PHID-DIFF-c3nzs6ohezhcobtnndh6",
            "review_task_id": "VueW6YzZRH2IhhqhnRSbGA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "19fe896068a72754f183e67e8013d86f41f4ad1b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087377/issues/?format=api"
        },
        {
            "id": 1087825,
            "phid": "PHID-DIFF-c5lqjb2yzn5eeryhg6wr",
            "review_task_id": "BhjlwBrARue95aYEMx6zaQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "813385e5f420cd33abc775d7b1c557ed1ba1bff1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087825/issues/?format=api"
        }
    ]
}