Manages diffs in a revision (allow creation)

GET /v1/revision/496580/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1087596,
            "phid": "PHID-DIFF-cy44oicj76gzqvnxxcid",
            "review_task_id": "ec5PrMxxQ7CNpslCJKfskw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3666df5ac0500f0d3db2244f8a052af4fe3515e5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087596/issues/?format=api"
        },
        {
            "id": 1087604,
            "phid": "PHID-DIFF-xgfrirqnexlape2gui7t",
            "review_task_id": "DK3fqwThTBOCIiqaxtb8Dw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "535ac8c8b45a8f7cd76fea74b3dfe6372e2ee726",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087604/issues/?format=api"
        },
        {
            "id": 1087810,
            "phid": "PHID-DIFF-3xfzzx54e2yq7hdejsie",
            "review_task_id": "IBqHBV-hSpS9GTZP_w-2cQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "96669aa5fecc401e4edf7a93d3ae54e942264043",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087810/issues/?format=api"
        }
    ]
}