Manages diffs in a revision (allow creation)

GET /v1/revision/385912/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": 936579,
            "phid": "PHID-DIFF-f4py4klmljske27l7l4o",
            "review_task_id": "e6pp68z9ReqbE_2LB1B1fg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d113600bb44e05ed216e0762dccde18aaf782f79",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936579/issues/?format=api"
        },
        {
            "id": 936580,
            "phid": "PHID-DIFF-vyr45f5obdehfkrsybu6",
            "review_task_id": "LL7bOnxJSxW8nageeqfl_Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "be0300baaa6529b4fd82ab6b3106dcd6c96cfd8d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936580/issues/?format=api"
        }
    ]
}