Manages diffs in a revision (allow creation)

GET /v1/revision/519439/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": 1110722,
            "phid": "PHID-DIFF-yyt2jexs3rs6tixifhj2",
            "review_task_id": "BlpeONFuSfCIGY-YOWzrBQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6ed7c94700bf7238a5bd19e694df83b9634f7b8c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110722/issues/?format=api"
        },
        {
            "id": 1110723,
            "phid": "PHID-DIFF-hgtvly3op53wut7s3rfh",
            "review_task_id": "RSifwqG_RZWuS0VWhxbmkg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8bf8b48f2b5da026a77c77f54a1f321a3c26b0ef",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110723/issues/?format=api"
        }
    ]
}