Manages diffs in a revision (allow creation)

GET /v1/revision/517144/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": 1109583,
            "phid": "PHID-DIFF-jlfsg47wl75cjgvaccia",
            "review_task_id": "Mwp5xYdpRE2kwiyHTakdhw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "8717d98fd3ca3bc5dd10852bed89b647682a6549",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109583/issues/?format=api"
        },
        {
            "id": 1109601,
            "phid": "PHID-DIFF-n6decfphligafvj5emky",
            "review_task_id": "XQQCWwOYSauypIeMSTnlMA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "7b344e1a0091706148b87741a5b768b5e04b33fa",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109601/issues/?format=api"
        },
        {
            "id": 1111837,
            "phid": "PHID-DIFF-kzlohv6spsqamighfyvp",
            "review_task_id": "NLZ3QRqiQ0qCI7z2--twcw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "8508b145baf117114857ee21f27880fd21eb8c8e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111837/issues/?format=api"
        }
    ]
}