Manages diffs in a revision (allow creation)

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