Manages diffs in a revision (allow creation)

GET /v1/revision/477367/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": 1052487,
            "phid": "PHID-DIFF-a6lxsjztwms6zj44el34",
            "review_task_id": "KIPuVWAGSKip24xrHiPMpQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "64825aaaea1331c9ee336e136879cf4b02f2337c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1052487/issues/?format=api"
        },
        {
            "id": 1054979,
            "phid": "PHID-DIFF-vzz3czcqr5u54dgqqxfz",
            "review_task_id": "LUPVgWVFSniyOoMtM9BhQQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "6b4e39775eb4ca5f571eb02597399c855de6e1fd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1054979/issues/?format=api"
        },
        {
            "id": 1056560,
            "phid": "PHID-DIFF-hcqfg5jb3x6fljm3gx2u",
            "review_task_id": "EO4yMzphSJGJuDAe1EZ1pA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "b0a85a29e519f27505e6fd97560d3c4cf712838c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1056560/issues/?format=api"
        }
    ]
}