Manages diffs in a revision (allow creation)

GET /v1/revision/492182/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": 1079499,
            "phid": "PHID-DIFF-uv6akgaxjmqikj6eyvpq",
            "review_task_id": "M1jI0MuFSnOb-YaWamXwSg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d233957a67bfbe53d3ae48e6fa75e9c80f643c35",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079499/issues/?format=api"
        },
        {
            "id": 1079522,
            "phid": "PHID-DIFF-y2yqu5rh74nc2cjjuwhj",
            "review_task_id": "UEFq_sLBRRWIMNFB9xTkBw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a9446049e693a5690077d8838b7114d41f94057b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079522/issues/?format=api"
        }
    ]
}