Manages diffs in a revision (allow creation)

GET /v1/revision/468570/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": 996332,
            "phid": "PHID-DIFF-ruquk2pckiqrlctmape3",
            "review_task_id": "TqsqG2vbT9K69InLZHx8CQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1f997aac6311fb8f57d0ed2ef3528cea54276f6d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/996332/issues/?format=api"
        },
        {
            "id": 1021586,
            "phid": "PHID-DIFF-krpouyxpozcie2bu5ngu",
            "review_task_id": "DlxbA0n7QtibTaP3InybHw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "60d72a61f5d756c4decabe6997e3cbb88a9ed607",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1021586/issues/?format=api"
        },
        {
            "id": 1028895,
            "phid": "PHID-DIFF-ill5lcgivb5st5jlwp2k",
            "review_task_id": "SImg2RTiRk-Zo2YBJiPF2g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9b2e45d517eb9c485b328a1a8c987da84fce4de2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1028895/issues/?format=api"
        },
        {
            "id": 1032283,
            "phid": "PHID-DIFF-pc5a2hgxawtrhbedmf6j",
            "review_task_id": "A-BaKPWLRAWRyOvGcQIP-Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e132977b9900296366354e3185e0ec61424a4ec6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1032283/issues/?format=api"
        }
    ]
}