{
  "args": {
    "comment": {
      "desc": "Text of the comment to add.",
      "example": "Everyone should take a moment to read this file.",
      "required": true
    },
    "file": {
      "desc": "File to add a comment to.",
      "example": "F1234567890",
      "required": true
    }
  },
  "desc": "Add a comment to an existing file.",
  "errors": {
    "file_deleted": "The requested file was previously deleted.",
    "file_not_found": "The requested file could not be found.",
    "no_comment": "The `comment` field was empty."
  }
}
