Manages diffs in a revision (allow creation)

GET /v1/revision/475926/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": 1040283,
            "phid": "PHID-DIFF-edhcgl2mh7sojj2wkztl",
            "review_task_id": "fQfg-oXYSaWQ5J376SGqBg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cac8ce49fe2e1763546a611d27f5db4f30cb38a3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1040283/issues/?format=api"
        },
        {
            "id": 1040604,
            "phid": "PHID-DIFF-kwmg3eaz3inrcwlubqwx",
            "review_task_id": "HzYMKlmCS8G_rYGbrWLpsw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5a755d2f7c7fd1c042b0e56178f67ca7c4a8a62f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1040604/issues/?format=api"
        },
        {
            "id": 1041509,
            "phid": "PHID-DIFF-7qrfs5lhg7fkuekaehpo",
            "review_task_id": "BwUPyaE_QGSLvgq2ePfghw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "21b14bbbf9bfc3574b29664661718cfd31868a23",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1041509/issues/?format=api"
        }
    ]
}