Manages diffs in a revision (allow creation)

GET /v1/revision/397092/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": 945335,
            "phid": "PHID-DIFF-arb4jt5noe3sfysdyyiq",
            "review_task_id": "I4vlo-tlSiyiwE3fzG3IRg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2ba4a4a26321601b7e1c18037e913511b27dd8a5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945335/issues/?format=api"
        },
        {
            "id": 945336,
            "phid": "PHID-DIFF-6llqzoaele47nqpaxao3",
            "review_task_id": "EJwQawncRhqxDzgJ1w2tag",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4b9339661b99f729d919c2e2b6a790b4300d1a62",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945336/issues/?format=api"
        }
    ]
}