Manages diffs in a revision (allow creation)

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1100693,
            "phid": "PHID-DIFF-7sfxslahfvqpwxwfjnww",
            "review_task_id": "bPzlP0MuThiuZwOMcjiMpA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "3e266d65e8f3ab4c910bcd78709493cb17c4a99c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1100693/issues/?format=api"
        },
        {
            "id": 1103018,
            "phid": "PHID-DIFF-bttsviankxekquyymfcc",
            "review_task_id": "CKkiYlGRRD2by5EgwkWzuA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "245e1acf7b7d93c63850a171776f4ac833efa73a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1103018/issues/?format=api"
        }
    ]
}