Manages diffs in a revision (allow creation)

GET /v1/revision/519675/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": 1110775,
            "phid": "PHID-DIFF-3ezrxjvwozdj6ejwtu2a",
            "review_task_id": "PL1bwN4dT7e6cBGUW19TFw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8e4a75ad57f8c3ae90e2036040b123ed8b10ea65",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110775/issues/?format=api"
        }
    ]
}