Manages diffs in a revision (allow creation)

GET /v1/revision/493916/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": 1081416,
            "phid": "PHID-DIFF-gh73qbus64yftsjtdeyg",
            "review_task_id": "bz6gnVKTSSWAWy1TNIr8ZA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "7d5d6f0dd025411811774ed6fde60d9159dd9d81",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081416/issues/?format=api"
        }
    ]
}