Manages diffs in a revision (allow creation)

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1058640,
            "phid": "PHID-DIFF-eyffaf667utuame7mxh3",
            "review_task_id": "FgUF_v5GTYu341DNpA0bYg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ce707c490b7de095dcf53e9584a54353657a756d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058640/issues/?format=api"
        },
        {
            "id": 1058690,
            "phid": "PHID-DIFF-dneqcy4lhoesq7k4jn6w",
            "review_task_id": "W3j00t0WTLOSXcx1y8v0Iw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9d946c15826e0f4fc443078eb7110f1fcbc1d8bf",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058690/issues/?format=api"
        },
        {
            "id": 1059360,
            "phid": "PHID-DIFF-4sjfxpz3yu5qcwwlke3j",
            "review_task_id": "S4fhkYgvQX2hBFdIDuH5Xw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "70e92faccb2e6fb369344906d0fc2c4f26efbb5a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1059360/issues/?format=api"
        },
        {
            "id": 1065249,
            "phid": "PHID-DIFF-xxnveughzaw3of7mszdr",
            "review_task_id": "OSScULdhQEeKOxPTefSV0A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "495793e9f9ee1ed17f1a32e77f8b66a259fcbee3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1065249/issues/?format=api"
        }
    ]
}