Manages diffs in a revision (allow creation)

GET /v1/revision/477379/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": 1052516,
            "phid": "PHID-DIFF-oiz7mhskal7nw5as7svh",
            "review_task_id": "ahS4ciNZSMKKzkPhlnweLw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "14c6a4b6accc5619ee90853e3ea5b6ca8e6b5b65",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1052516/issues/?format=api"
        }
    ]
}