Manages diffs in a revision (allow creation)

GET /v1/revision/385432/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": 936089,
            "phid": "PHID-DIFF-hwoeoxzoideyfp26b3bs",
            "review_task_id": "Hs30IW-4S8ypwN-2FhlsCQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3158af251429bee586fe4864b60008f7158b387c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936089/issues/?format=api"
        },
        {
            "id": 936124,
            "phid": "PHID-DIFF-m4ryoe4pu63ygqyxb6ui",
            "review_task_id": "SBtDFNFqRv-_pM0hJDXEiw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "384e4cd0a5a09dd0d50991a28448d4b8deffec4c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936124/issues/?format=api"
        }
    ]
}