Appearance
Add or manage comments on expenses or groups. Useful for collaboration and communication.
getComments()
Description: Retrieves comments on expenses or groups.
Parameters:
params: object
Example:
client.comments.getComments(params)
createComment()
Description: Creates a new comment.
request_body: object
client.comments.createComment(request_body)
deleteComment()
Description: Deletes a comment by ID.
id: string
client.comments.deleteComment(id)
Comments
Add or manage comments on expenses or groups. Useful for collaboration and communication.
getComments()
Description: Retrieves comments on expenses or groups.
Parameters:
params: object
Example:
createComment()
Description: Creates a new comment.
Parameters:
request_body: object
Example:
deleteComment()
Description: Deletes a comment by ID.
Parameters:
id: string
Example: