Manages diffs in a revision (allow creation)

GET /v1/revision/489998/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": 1077340,
            "phid": "PHID-DIFF-xoh77344q4545jss3uhd",
            "review_task_id": "GO98o1SzQTSSvmbrn8Ztwg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "49635394367dc5165c56ef6879e342123ac02372",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077340/issues/?format=api"
        },
        {
            "id": 1079955,
            "phid": "PHID-DIFF-egkyge4tdbini2pivdau",
            "review_task_id": "XRQOOj0FQ8axoa-657iDfQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b5c14beb604efd32f41e0d41859d178ac6a9ca08",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079955/issues/?format=api"
        },
        {
            "id": 1079956,
            "phid": "PHID-DIFF-sgtzeohw45xicwqz43u4",
            "review_task_id": "frdAcJyqRuGNurWVWGDiAg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "656a2607f6206d317a1a95fc052a2bf1d48ab196",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079956/issues/?format=api"
        }
    ]
}