Manages diffs in a revision (allow creation)

GET /v1/revision/407169/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 952939,
            "phid": "PHID-DIFF-gwvqx7ch4xbgjhsecaom",
            "review_task_id": "HH4sOfanSs2nnn2uNwNIeQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4977e919cf8a755804f5894dadb39af7c631d96e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952939/issues/?format=api"
        },
        {
            "id": 952957,
            "phid": "PHID-DIFF-pc6iqqvgii3utv5hugax",
            "review_task_id": "HWVNUTVYSBeV-MzX0R1Ldw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "853e00bc92d9bd845b63283bd90bc31697e8e10f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952957/issues/?format=api"
        }
    ]
}