Manages diffs in a revision (allow creation)

GET /v1/revision/493582/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1081140,
            "phid": "PHID-DIFF-hqxavwpcwfnxta2ovzrm",
            "review_task_id": "HgI-I4NeQVCO5v3bHAMVLQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ca743a0783f59caf45fdafcbc955e8f8cb05b418",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081140/issues/?format=api"
        },
        {
            "id": 1081190,
            "phid": "PHID-DIFF-6nhtoedczapaw6z3p6lj",
            "review_task_id": "KPZerAS9SIybdPQK4H3rLw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f8da5eda3cd4418f4cc129deb6fee364a1418f5d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081190/issues/?format=api"
        },
        {
            "id": 1081704,
            "phid": "PHID-DIFF-lfist5jv7kv3z7jxqwz5",
            "review_task_id": "KQTCp2nwT6GokW7-MJygYg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3cef86833475655e9ceae00c42469b63387c2ff3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081704/issues/?format=api"
        },
        {
            "id": 1081708,
            "phid": "PHID-DIFF-g7gu5bhwkkcp7hyow3qp",
            "review_task_id": "Y_KzS0J6RIWIxgO38061og",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5c88e0e01e83a265e4eb7b2ca4613a0f3048a954",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081708/issues/?format=api"
        }
    ]
}