Manages diffs in a revision (allow creation)

GET /v1/revision/415507/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": 959942,
            "phid": "PHID-DIFF-dtmimdewpses7b7dgbin",
            "review_task_id": "EwFTdTRUT1u26vWCO6L9Lg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "dbe11377f8d6ee6c6f9d1afbb0338739c9b66e94",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/959942/issues/?format=api"
        }
    ]
}