Manages diffs in a revision (allow creation)

GET /v1/revision/511477/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": 1104883,
            "phid": "PHID-DIFF-eepcaeco3nbhq6cucw6w",
            "review_task_id": "AQaDJd6IQyaEPIdE2n9TQg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ddc6b80fbd93e14781313547ecd35774894a3089",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1104883/issues/?format=api"
        },
        {
            "id": 1106593,
            "phid": "PHID-DIFF-p3zm6xyelgo7hqmz7e3l",
            "review_task_id": "KaClZ1nKTJeknit8SD4mlw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6a91e863d90f6cb178a021c3c7bbfcaab387db35",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1106593/issues/?format=api"
        }
    ]
}