Manages diffs in a revision (allow creation)

GET /v1/revision/477800/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": 1054807,
            "phid": "PHID-DIFF-7zar5nfndstnzdcm4n5t",
            "review_task_id": "dQI3nftpTNKtxl4SnE6oPA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1813a0711e64e5f58d4ee3b1506748ed6e604c7c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1054807/issues/?format=api"
        },
        {
            "id": 1056107,
            "phid": "PHID-DIFF-b4iyhdtargxxjw2zwxbi",
            "review_task_id": "NbWSeswAT5qgNU9XhDPxfQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "65e9229c78cef411323de783a84d309fe58b4c05",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1056107/issues/?format=api"
        },
        {
            "id": 1056724,
            "phid": "PHID-DIFF-estaackx3lmzdtbcpyoa",
            "review_task_id": "CoDHyOkgQaac71oQ7gFB6Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c19d8b4f2dfb82018f774cbe45c3af0b194af3bf",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1056724/issues/?format=api"
        }
    ]
}