Manages diffs in a revision (allow creation)

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1109245,
            "phid": "PHID-DIFF-w2bhxrfqkvevln6kp3w4",
            "review_task_id": "OwjuNCGGQjqABv0pS6-Eaw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "d5102a18fff5eba4c36d4d7d6ebd8c417830addc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109245/issues/?format=api"
        }
    ]
}