Manages diffs in a revision (allow creation)

GET /v1/revision/410077/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": 954739,
            "phid": "PHID-DIFF-zry2ivhrzhnabe5nejyr",
            "review_task_id": "Crzr8ZEpTrGmrGhZBRWL6A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "82db86af0bc2e86a6f1323eee3616e9150d5bfcc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954739/issues/?format=api"
        },
        {
            "id": 954741,
            "phid": "PHID-DIFF-smrf663dtvl6kbsyrdea",
            "review_task_id": "QjMGpNFzRIS6EFt2qQZHwQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a57d3df9fbe5c544b7449526412bb93b4e8fbd3b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954741/issues/?format=api"
        }
    ]
}