Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 613 Bytes

File metadata and controls

30 lines (19 loc) · 613 Bytes

Edit an existing comment on a file. Only the user who created a comment may make edits. Teams may configure a limited time window during which file comment edits are allowed.

Arguments

{ARGS}

Response

If successful, the response will include a file comment object.

{
    "ok": true,
    "comment": {
        "id": "Fc1234567890",
        "created": 1356032811,
        "timestamp": 1356032811,
        "user": "U1234567890",
        "comment": "Everyone should take a moment to read this file, seriously."
    }
}

Errors

{ERRORS}

Warnings

{WARNINGS}