Manages diffs in a revision (allow creation)

GET /v1/revision/386623/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": 937174,
            "phid": "PHID-DIFF-57wekqsohbgqmo6ocmrh",
            "review_task_id": "RkoIEbi2R02GfyOHyVs8Gg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "78fdd44233eac98d26c4e5abd5fce74df34fc8f6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937174/issues/?format=api"
        }
    ]
}