Manages diffs in a revision (allow creation)

GET /v1/revision/530904/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": 1120416,
            "phid": "PHID-DIFF-fzgrrknwd3gml7x33eta",
            "review_task_id": "HP5ZA14GRIiPMwgkzYLVlQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "17704a80ab8862a8c535969e99d2b7ee91458400",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1120416/issues/?format=api"
        }
    ]
}