Manages diffs in a revision (allow creation)

GET /v1/revision/399000/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": 946320,
            "phid": "PHID-DIFF-qrwgssbtxlizjrnmmxap",
            "review_task_id": "dsFNMuF4SQuOs1fLf-FfEg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9141bcf5c36bc2e98a3317e97e55eda23a0bd9dd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946320/issues/?format=api"
        }
    ]
}