Manages diffs in a revision (allow creation)

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1071929,
            "phid": "PHID-DIFF-2u4eruoiha7g67bdv7jo",
            "review_task_id": "VA0wQ_SlQNSnx94lJ6v-pQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "64cf6922f5486e1315fcc4113b2e5162768586ec",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1071929/issues/?format=api"
        },
        {
            "id": 1075728,
            "phid": "PHID-DIFF-uwgxi2f5d573x6xcsezr",
            "review_task_id": "YotqGvekSG-C8H_mP-tMsw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "07bbc79204b20d55e2244ff5001aef2fc1bd4367",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1075728/issues/?format=api"
        },
        {
            "id": 1075807,
            "phid": "PHID-DIFF-vv5chtumq2i3jekh2wkf",
            "review_task_id": "Uh_v9UxMTvGA3JaZLhv6_Q",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "2fb46881e6513660c235d6f7de6676518bbda10d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1075807/issues/?format=api"
        }
    ]
}