Manages diffs in a revision (allow creation)

GET /v1/revision/386647/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": 937233,
            "phid": "PHID-DIFF-3xpsqfu6gw7gsttirvx3",
            "review_task_id": "Tcw2hen0RwGIfd3fr2gA9Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3a3a8964b576b514e72cad90f6200c0f3fca2a42",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937233/issues/?format=api"
        },
        {
            "id": 1079391,
            "phid": "PHID-DIFF-odyziqxoslvbxmv4722y",
            "review_task_id": "Su77hNq1R8mRgyhy4t3q1A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9841b93e6675785dfbdd90fbf97c5b63f2e67785",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079391/issues/?format=api"
        },
        {
            "id": 1079394,
            "phid": "PHID-DIFF-3luz6rr4qjsy5dox5bdf",
            "review_task_id": "EmLx6vNCSTKeAf7kdpywqQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6b57f925b62638ef920c2cc4d30ae04d6dcfbe43",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079394/issues/?format=api"
        }
    ]
}