Manages diffs in a revision (allow creation)

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1042216,
            "phid": "PHID-DIFF-d4gczid2lxj3glz52jpw",
            "review_task_id": "exZlvV46RUqjoBGQmNFVsQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "16093a9a67c6b117ac5ed0962801772ac89e4e04",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1042216/issues/?format=api"
        },
        {
            "id": 1049987,
            "phid": "PHID-DIFF-ys2rkcfehday6rsl7lug",
            "review_task_id": "eUSffrCkTmyoj65uLLjuQg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "d0d392fc713ae16a7620063c6606d85ce9d0ec32",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1049987/issues/?format=api"
        },
        {
            "id": 1050032,
            "phid": "PHID-DIFF-7pn7ztnzqqon3txgfriy",
            "review_task_id": "HRFTxW_rQIqzFFZe0fMpww",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "b809a6e04218471508760f9fbba263d06a3e09e4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1050032/issues/?format=api"
        },
        {
            "id": 1051835,
            "phid": "PHID-DIFF-cujujjhp7wf2g5xya7tn",
            "review_task_id": "aQLeCIKET3m4dFwHd2mTyg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "9b3b64431303482dfcf285507724da419bf58507",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1051835/issues/?format=api"
        }
    ]
}