Manages diffs in a revision (allow creation)

GET /v1/revision/475814/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": 1039435,
            "phid": "PHID-DIFF-bojdy7wlbq2fmdr72d75",
            "review_task_id": "Di3nHz_aQ_e81gCjGtyDQA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "ecbfc070a8e59f6c62ef5e9b64c41a7d35608e10",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039435/issues/?format=api"
        },
        {
            "id": 1046798,
            "phid": "PHID-DIFF-e66olrkgsfzmqrmk7pq4",
            "review_task_id": "YVPIvofcRruzuoGto4atSA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "c463d47ce015e94bddcb064f4a0caa990c4d087f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1046798/issues/?format=api"
        },
        {
            "id": 1046799,
            "phid": "PHID-DIFF-gqsqy6soa5njyx7hlsop",
            "review_task_id": "XrndLm0gQ2yOqqJbvk67-A",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "d9a5eb9976c0b35113897916171a8f6bfc0a33c5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1046799/issues/?format=api"
        }
    ]
}