Manages diffs in a revision (allow creation)

GET /v1/revision/431662/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": 970646,
            "phid": "PHID-DIFF-ivgsbagzej5bklnhl64j",
            "review_task_id": "NVGQepZaRw-MhAFXa62peg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1a61f2995e0abfb149ffa025ffd6234b43f86bef",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/970646/issues/?format=api"
        },
        {
            "id": 976613,
            "phid": "PHID-DIFF-732saghypjec6h5i4ilb",
            "review_task_id": "U91sVZ4VSJyCCIeAdO9-KQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c4cf4a6724f8ac958952cacd2f999c674db92f10",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/976613/issues/?format=api"
        }
    ]
}