Manages diffs in a revision (allow creation)

GET /v1/revision/497799/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": 1088691,
            "phid": "PHID-DIFF-yvfhcp3avxxa3fqnmh6y",
            "review_task_id": "epxS7kLCTk2ihcv9L8qYjw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "53b0e0690d28249cfb7c19afad3560ea7e66eb0a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1088691/issues/?format=api"
        }
    ]
}