addComment

suspend fun addComment(comment: String): Result<Unit>

Adds a comment to a portal item that the user has access to. This method is only available to authenticated users.

Return

a Result indicating if the comment is added the portal item successfully or not

Since

200.0.0

Parameters

comment

the text of the new comment