Manages diffs in a revision (allow creation)

GET /v1/revision/474709/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": 1031252,
            "phid": "PHID-DIFF-qcf54hksenjkhcxeapyd",
            "review_task_id": "SQhLUAmZTKul7A82Qsda8w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "49d4a4f0dfb58da7ce05fd2a7b84b8da3ffbd9a7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1031252/issues/?format=api"
        }
    ]
}