Manages diffs in a revision (allow creation)

GET /v1/revision/412055/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": 956529,
            "phid": "PHID-DIFF-assdhtzxlbfy576lseif",
            "review_task_id": "O7QZMBBcTpapNjGPQQeOXg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8df62d48075478c5c9b1aa664fafbb914e5e4f03",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956529/issues/?format=api"
        },
        {
            "id": 956541,
            "phid": "PHID-DIFF-bc6gbymkoyahrng4mlf3",
            "review_task_id": "W8fk0HnHT6GoTwsHY7sq1w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "82ca708bd94301b47235f572bcbe82e0017c7431",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956541/issues/?format=api"
        }
    ]
}