Manages diffs in a revision (allow creation)

GET /v1/revision/474421/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": 1029510,
            "phid": "PHID-DIFF-v77w5d5ag44qaqb7glvh",
            "review_task_id": "FGFw6AbuScC0Q4isOaAh4g",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "f0f538f20483bb60d886e393cd450d595731859d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1029510/issues/?format=api"
        },
        {
            "id": 1029658,
            "phid": "PHID-DIFF-h3mdb5cbfaly7qro3imb",
            "review_task_id": "brCdefEJSVqQ64YVzvmLzw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "761e54f60211ab153902365b13429ace676773d5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1029658/issues/?format=api"
        },
        {
            "id": 1029664,
            "phid": "PHID-DIFF-xtpvsph6iyiv4vm3n3ym",
            "review_task_id": "GcZ4hbnOTn-2mflwkoPKUw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "9448c86523ab3d9ba9032fc7084a76014ca9f8e1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1029664/issues/?format=api"
        }
    ]
}