Manages diffs in a revision (allow creation)

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