Manages diffs in a revision (allow creation)

GET /v1/revision/397796/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": 945706,
            "phid": "PHID-DIFF-alhm4hrixhz6bptgjhvy",
            "review_task_id": "ZIO6ZzefRfOdgEHx9kyA-Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c56e42a1539280a1d1ad2841c93401ccfc89b65d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945706/issues/?format=api"
        }
    ]
}