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

Latest commit

 

History

History
30 lines (19 loc) · 462 Bytes

files.comments.add.md

File metadata and controls

30 lines (19 loc) · 462 Bytes

Add a comment to an existing file.

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."
    }
}

Errors

{ERRORS}

Warnings

{WARNINGS}