Manages diffs in a revision (allow creation)

GET /v1/revision/410167/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": 954779,
            "phid": "PHID-DIFF-2lfwzop7lck4tofgck2l",
            "review_task_id": "ROxeO5oQT120JVlHJDql6Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a90d6a375a6f49ae825b3cf7f1cbaae2c69f03b5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954779/issues/?format=api"
        },
        {
            "id": 957453,
            "phid": "PHID-DIFF-vyh2wpfjyh3agcobiimo",
            "review_task_id": "ZjQqkRSER0OmQ92lFzhnQA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c71ad7b237278a81aa048e23723483ba45db49b8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957453/issues/?format=api"
        }
    ]
}